#2490 · @Stefanqn · opened Sep 8, 2025 at 12:17 PM UTC · last updated Mar 21, 2026 at 12:50 PM UTC
feat: add /model x/y command to switch models
Score breakdown
Impact
Clarity
Urgency
Ease Of Review
Guidelines
Readiness
Size
Trust
Traction
Summary
This PR introduces a new TUI command, /model x/y, allowing users to directly switch models without using the dialog. While adding a convenience feature for TUI users, the PR is quite large and includes an unrelated file change. Review will be difficult due to the lack of clear testing instructions or visual proofs.
Description
switch model directly by command, not by /models dialog
Linked Issues
None.
Comments
PR comments
Stefanqn
I just rebased
Stefanqn
Is there anything I can do so it can be merged?
Changed Files
STATS.md
+262−80packages/tui/internal/app/app.go
+20−0packages/tui/internal/commands/command.go
+7−0packages/tui/internal/components/chat/editor.go
+12−1packages/tui/internal/tui/tui.go
+8−0packages/web/src/content/docs/tui.mdx
+10−0