feat: /sessions slash command — shortcut to session switcher #292
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#292
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 has
/sessions(aliases/resume,/continue) to list and switch sessions. Ocman already has a full session-list UI, so this is a thin shim, not new machinery.Scope
sessionstoBUILTIN_COMMANDS(frontend/src/lib/commands/builtinCommands.ts) with aliasesresume/continue.Reference
OpenCode docs: https://opencode.ai/docs/tui#sessions
Notes
Deliberately reuses existing UI. If aliases complicate the slash-menu filter, ship
/sessionsalone and note the aliases as follow-up.