claude-code - 💡(How to fix) Fix [FEATURE] Add non-interactive /config for temporary mid-session setting changes

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

The only way to change settings (model, theme, etc.) mid-session is the interactive /config dialog. There's no text command for temporary changes without arrow-key navigation which is slow. Editing settings.json persists as new defaults, which is wrong when you only want a temporary switch (e.g., opus for one task, then back to sonnet).

Proposed Solution

Support non-interactive syntax:

/config model opus /config theme dark

Same temporary session-only change the dialog makes, just without the dialog.

Alternative Solutions

  • --model flag: only works at session start
  • ANTHROPIC_MODEL env var: requires new session
  • settings.json edit: changes persistent default
  • Interactive dialog: works but unnecessary when you know the setting and value

Priority

Low - Nice to have

Feature Category

Configuration and settings

Use Case Example

User wants to switch to opus for a complex task, then back to sonnet afterward. Currently must use the /config dialog (arrow keys) twice. A command like "/config model opus" would accomplish the same thing faster without navigation overhead.

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 [FEATURE] Add non-interactive /config for temporary mid-session setting changes