claude-code - 💡(How to fix) Fix [BUG] REGRESSION: Cannot switch between Opus and Sonnet mid-thread in Cowork after April 15 desktop redesign [1 participants]

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…
GitHub stats
anthropics/claude-code#48973Fetched 2026-04-17 08:54:19
View on GitHub
Comments
0
Participants
1
Timeline
7
Reactions
0
Author
Participants
Timeline (top)
labeled ×6cross-referenced ×1

After the April 15, 2026 desktop app redesign, mid-thread model switching is broken in Cowork. Previously, users could freely switch between Opus and Sonnet within the same Cowork thread — including within Projects. After relaunching the app post-update, this capability is gone.

This may be related to the regression in #40095 (automatic model switching from Opus to Sonnet), but the behavior here is different: the option to manually switch models mid-thread appears to be entirely removed, not just silently failing.

Root Cause

After the April 15, 2026 desktop app redesign, mid-thread model switching is broken in Cowork. Previously, users could freely switch between Opus and Sonnet within the same Cowork thread — including within Projects. After relaunching the app post-update, this capability is gone.

This may be related to the regression in #40095 (automatic model switching from Opus to Sonnet), but the behavior here is different: the option to manually switch models mid-thread appears to be entirely removed, not just silently failing.

RAW_BUFFERClick to expand / collapse

Description

After the April 15, 2026 desktop app redesign, mid-thread model switching is broken in Cowork. Previously, users could freely switch between Opus and Sonnet within the same Cowork thread — including within Projects. After relaunching the app post-update, this capability is gone.

This may be related to the regression in #40095 (automatic model switching from Opus to Sonnet), but the behavior here is different: the option to manually switch models mid-thread appears to be entirely removed, not just silently failing.

Environment

  • Product: Claude Desktop (Cowork mode)
  • Platform: macOS
  • Subscription: Max plan
  • App version: Post-April 15, 2026 update (desktop redesign)

Steps to Reproduce

  1. Open a Cowork session
  2. Start a conversation on one model (e.g., Opus)
  3. Attempt to switch to a different model (e.g., Sonnet) mid-thread
  4. Model switching is no longer available mid-thread

Expected Behavior

Ability to switch between Opus and Sonnet mid-thread in Cowork, as was possible before the April 15 update.

Actual Behavior

Model cannot be changed mid-thread in Cowork after the update.

Notes

  • This worked reliably in previous versions of the desktop app
  • Mid-thread switching was never available in Chat mode (expected), but was available in Cowork
  • Likely a regression introduced by the April 14-15 desktop redesign
  • Related: #40095

extent analysis

TL;DR

The most likely fix for the broken mid-thread model switching in Cowork is to revert or modify the changes introduced in the April 15, 2026 desktop app redesign.

Guidance

  • Review the code changes made during the April 14-15 desktop redesign to identify the specific modifications that removed the mid-thread model switching capability.
  • Compare the current implementation with the previous version to understand what was changed or removed, focusing on the differences in handling model switching within Cowork threads.
  • Investigate the relationship between this issue and the regression reported in #40095, as understanding the root cause of the automatic model switching issue might provide insights into fixing the manual switching problem.
  • Consider temporarily reverting the redesign changes related to model switching in Cowork to restore the previous functionality while a more permanent solution is developed.

Example

No specific code snippet can be provided without access to the actual codebase, but the investigation should involve comparing the model switching logic before and after the April 15 update.

Notes

The solution may involve backporting the model switching functionality from the pre-redesign version or re-implementing it in a way that is compatible with the new desktop app design. The exact approach will depend on the specifics of the code changes made during the redesign.

Recommendation

Apply a workaround by reverting the specific changes related to model switching in Cowork, as this is likely to restore the previous functionality until a more integrated solution can be developed and tested.

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 [BUG] REGRESSION: Cannot switch between Opus and Sonnet mid-thread in Cowork after April 15 desktop redesign [1 participants]