co-mono/packages/coding-agent/src/modes/interactive
aos 225fcb3830
feat: make session selector keybindings configurable (#948)
I lost my ability to select up and down in the session selector because
of some hardcoded keybindings again... So, I am adding these
configurable keybindings so I can `ctrl+p` to select up :-)

### Changes

Adds 4 new keybinding actions for the session picker (/resume):
- `toggleSessionPath` (ctrl+p) - toggle path display
- `toggleSessionSort` (ctrl+r) - toggle sort mode
- `deleteSession` (ctrl+d) - delete selected session
- `deleteSessionNoninvasive` (ctrl+backspace) - delete when query empty

Refactors session-selector to use `kb.matches()` instead of hardcoded key checks.
2026-01-25 20:08:11 +01:00
..
components feat: make session selector keybindings configurable (#948) 2026-01-25 20:08:11 +01:00
theme Fixes distributed themes breaking /export (#946) 2026-01-25 19:26:54 +01:00
interactive-mode.ts Rename session from /resume session list (#863) 2026-01-25 19:42:34 +01:00