Open the terminal UI for managing coder sessions
Opens a terminal interface to manage and navigate between active coder sessions.
npx claudepluginhub jayphen/codersExecute:
${CLAUDE_PLUGIN_ROOT}/bin/coders tui
Opens the terminal UI for managing coder sessions. The TUI runs in its own tmux session (coders-tui) so you can easily switch between it and your coding sessions.
/coders:tui
| Key | Action |
|---|---|
↑ / k | Move selection up |
↓ / j | Move selection down |
Enter / a | Attach to selected session |
s | Spawn a new session |
K | Kill selected session |
r | Refresh session list |
q | Quit TUI |
coders-tuiCtrl-b L (tmux last-session) to quickly switch back after attaching