Files
kit/cmd
Ed Zynda 4f96acc217 fix(ui): execute slash commands in TUI instead of sending them to the LLM
The Bubble Tea refactor only wired /quit, /clear, and /clear-queue in
InputComponent; the remaining commands (/help, /tools, /servers, /usage,
/reset-usage) fell through as submitMsg and were forwarded to app.Run()
as regular prompts.

Intercept all recognized slash commands in AppModel.Update before they
reach the app layer, and add print helpers that emit formatted output
via tea.Println. Also create a UsageTracker for interactive mode so
/usage and /reset-usage work correctly.
2026-02-26 09:55:20 +03:00
..
2025-11-12 16:48:46 +03:00