vikingowl
8a0867c757
feat: interactive permission prompts in TUI
When permission mode requires approval (default, auto), TUI shows:
- ⚠ tool_name wants to execute. [y/n] in chat
- Separator lines turn red with tool name + [y/n] label
- Y approves, N/Esc denies — engine unblocks and continues
Permission flow: engine promptFn → permReqCh → TUI shows prompt →
user presses Y/N → permCh → engine unblocks.
Also:
- Ctrl+X for incognito toggle (Ctrl+I was Tab)
- Incognito shows mode alongside: 🔒 default
- Default permission mode is now 'default' (was bypass)
2026-04-03 16:34:57 +02:00
..
2026-04-03 13:51:03 +02:00
2026-04-03 16:15:41 +02:00
2026-04-03 10:57:54 +02:00
2026-04-03 16:15:41 +02:00
2026-04-03 13:47:30 +02:00
2026-04-03 14:23:15 +02:00
2026-04-03 14:07:50 +02:00
2026-04-03 15:12:12 +02:00
2026-04-03 16:15:41 +02:00
2026-04-03 14:50:33 +02:00
2026-04-03 16:34:57 +02:00