50+ command actions, one palette

The command palette is the primary desktop surface for agent CRUD, repo and Confluence operations, provider switches, file-change workflows, meetings, collaboration, and diagnostics.

Two surfaces, same definitions

Commands are opened from the desktop palette with Cmd+Shift+P on macOS or Ctrl+Shift+P on Linux/Windows. Slash-form command strings still route through the same Go hub handlers for compatibility and automation-oriented examples.

What the palette adds

The palette calls GET /api/commands for structured metadata: categories, descriptions, argument names, types, and defaults. Long-running or parameterized commands open inline forms instead of forcing you to memorize positional arguments.

Major categories (high level)

The authoritative list lives in the README command table and in the hub source (internal/hub/commands.go) as the palette evolves.