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)
- Repo agents — create, reindex, watch toggles, listing.
- Confluence — create and reindex doc agents, list configured spaces.
- Agent management — list, pause, delete, recall removed agents.
- Providers — per-agent switches and global “switch everyone” shortcuts.
- Files & workspace — open paths, list pending file-change proposals, approve or reject.
- MCP export — export single agents, bulk export, import paths.
- Assistant & meetings — reminders, tasks, notes, meeting ingest and search.
- Collaboration — plan lifecycle for multi-agent sessions.
- Connections — smoke-test Anthropic, GitHub, Confluence integrations.
The authoritative list lives in the README command table and in the hub source (internal/hub/commands.go) as the palette evolves.