- InputBar is now focus-gated: when mode != 'chat', TextInput focus=false
and useInput isActive=false — sidebar 'd' key no longer leaks into input
- /new added as a local command (execution:'local') so it creates a
new conversation and switches to it, same as Ctrl+N; alias 'n' moved
from ALIASES map into the CommandDef
- Ctrl+C behaviour: clear input → show hint → second empty press exits
(resets if any other key is pressed between the two Ctrl+Cs)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>