feat(tui): single ctrl+c clears input, double ctrl+c exits

This commit is contained in:
William Valentin
2026-02-18 11:38:21 -08:00
parent 21232748b9
commit 67d235ebf5
6 changed files with 141 additions and 1 deletions
+2
View File
@@ -531,6 +531,8 @@ pnpm tui:fs
| `/skill <list|search|install>` | In-chat skill discovery/install (`list`, `search <term>`, `install <registry-id>`) |
| `/quit` | Exit |
TUI keyboard controls: `Esc` cancels active prompt/running response. `Ctrl+C` clears the current input; press `Ctrl+C` twice quickly to exit.
#### Runtime Model Switching
Switch providers and models on the fly without editing config or restarting: