feat: /agents slash alias — switch agent picker #295
Labels
No labels
backend
bug
chore
duplication
effort:complex
effort:medium
effort:trivial
enhancement
frontend
fullstack
priority:high
ready-for-agent
refactor
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
dries/ocman#295
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of OpenCode command parity (transparent-layer goal). OpenCode's TUI exposes the agent switcher as
/agents(slashName "agents", title "Switch agent", opens DialogAgent). Ocman already has an/agentcommand that opens an agent picker (BUILTIN_COMMANDS, KNOWN_AGENTS in frontend/src/lib/commands/builtinCommands.ts).Scope
agentsas an alias for the existing/agentcommand so users coming from OpenCode's current TUI find it./agentflow.Notes
Pure parity/alias ticket. Smallest of the batch. Decide whether to keep both names visible in the slash menu or hide the alias.