claude-code - 💡(How to fix) Fix Model switcher dropdown in chat UI (like Continue.dev)

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

Switching models in Claude Code requires manually editing ANTHROPIC_MODEL in ~/.claude/settings.json and restarting the session. There is no way to switch models mid-conversation from the UI. This breaks flow, especially when using a proxy (e.g. LiteLLM) with multiple model aliases configured.

Proposed Solution

Add an inline model picker dropdown in the chat input bar — similar to Continue.dev's model switcher. The dropdown should list available models (from settings or the proxy) and allow switching mid-session without restarting. The currently active model should be clearly displayed (as it already is in the status bar).

Alternative Solutions

Currently editing ~/.claude/settings.json manually and restarting. The /config command partially helps but still requires a restart.

Priority

Low - Nice to have

Feature Category

Interactive mode (TUI)

Use Case Example

  1. Start a session with Claude Opus 4.7 for a complex refactoring task
  2. Switch to a faster/cheaper model (e.g. Haiku) for simple Q&A mid-session
  3. Switch back to Opus for the next implementation step — All without leaving the chat or editing files

Additional Context

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix Model switcher dropdown in chat UI (like Continue.dev)