Problem
There's no easy way to copy the current session ID in the TUI. Users need session IDs for:
- Referencing specific sessions in conversation ("continue from session X")
- Handoff workflows between sessions
- Manual session lookups with
session_read/session_search tools
Currently requires mouse-selecting from status bar or running session_list and scanning output.
Proposed Solution
Add a /session-id slash command that copies the current session ID to clipboard with a toast confirmation.
~10 lines, similar pattern to existing commands. I have a working implementation ready.
Alternatives Considered
/copy-session-id — too verbose compared to other slash commands (/editor, /skills)
- Keybind only — less discoverable than slash command
Problem
There's no easy way to copy the current session ID in the TUI. Users need session IDs for:
session_read/session_searchtoolsCurrently requires mouse-selecting from status bar or running
session_listand scanning output.Proposed Solution
Add a
/session-idslash command that copies the current session ID to clipboard with a toast confirmation.~10 lines, similar pattern to existing commands. I have a working implementation ready.
Alternatives Considered
/copy-session-id— too verbose compared to other slash commands (/editor,/skills)