Model selection via /model affects all concurrent sessions instead of being per-session
Resolved 💬 3 comments Opened Mar 19, 2026 by gs-idme Closed Mar 23, 2026
When changing the model in one Claude Code session using /model, the status line updates across all other running sessions. Expected behavior would be for each session to maintain its own independent model selection.
Steps to reproduce
- Open two or more concurrent Claude Code sessions
- In one session, run
/modeland select a different model - Observe that the status line in all other sessions also reflects the change
Expected
Each session maintains its own model independently.
Actual
Model change propagates to all sessions.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗