Summary

CodeWhale's Hotbar safety PR gates unsafe dispatch paths for app, slash, MCP, skill, and plugin actions. The change matters because quick-command UX can create new safety risks when agent actions become one-keystroke shortcuts.

What changed

CodeWhale added safety gating for unsafe Hotbar action dispatch paths.

Why it matters

As agent tools add command palettes and quick-action bars, permissions need to follow the new UI surfaces. CodeWhale's Hotbar gating shows safety controls moving from modal prompts into the action-routing layer itself.

Evidence excerpt

Agents Radar lists PR #3612 as gating unsafe hotbar dispatch paths and PR #3608 as routing hotbar actions through app, slash, MCP, skill, and plugin source adapters.

Sources