claude-code - 💡(How to fix) Fix [FEATURE] Stable vs bleeding-edge release channels for code AND server-side settings [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#52600Fetched 2026-04-24 06:02:48
View on GitHub
Comments
0
Participants
1
Timeline
2
Reactions
0
Author
Participants
Timeline (top)
labeled ×2
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 recent degradation in performance following prompt and server-side settings changes affected many users unexpectedly.

Production-grade applications relying on Claude saw degradation without any obvious explanation and no available fix for weeks.

Proposed Solution

There should be a two-tiers system (modeled loosely against say Ubuntu's "rolling releases" vs stable releases) that encompasses model versions (even micro-versions), code versions (claude code), server-side settings (like defaults for effort and so on):

  • bleeding-edge: the current channel where updates can happen at any time with no guarantee. Users on this channel get all the latest features/models/settings the moment they are released, but also get the related risk
  • stable: after a given period in bleeding-edge, a set of features/model versions/settings is deemed stable and it is available here. Users on this channel get features/models/server-side settings only after they've been battle tested.

IMHO this would give users a way to pick their poison. For critical, production-grade applications, stability is more important than the latest-and-greatest feature.

Alternative Solutions

A user can stay on an older model or avoid upgrading Claude Code or the Agent SDK. However, it is still not protected from server-side changes (model micro-versions, default settings changes, and so on)

Priority

High - Significant impact on productivity

Feature Category

Configuration and settings

Use Case Example

Production-grade software factory: in production I want to use the stable channel so I have a guarantee on the performance of my harness and the stability of its behavior. I can periodically run evals on the bleeding-edge channel to catch early potential future issues and report them to Anthropic, without affecting production

Additional Context

https://www.anthropic.com/engineering/april-23-postmortem

extent analysis

TL;DR

Implement a two-tiers system with "bleeding-edge" and "stable" channels to allow users to choose between latest features and stability.

Guidance

  • Introduce a "stable" channel that only receives updates after they have been thoroughly tested on the "bleeding-edge" channel.
  • Allow users to opt-in to the "bleeding-edge" channel for access to the latest features and models, while warning them about potential risks.
  • Consider implementing a delay period between updates on the "bleeding-edge" and "stable" channels to ensure stability.
  • Provide users with the ability to switch between channels, such as switching from "bleeding-edge" to "stable" for production-grade applications.

Example

No code example is provided as the issue focuses on a high-level system design change.

Notes

The proposed solution requires significant changes to the current update and release process, and may require additional infrastructure and testing resources.

Recommendation

Apply workaround: Implement the proposed two-tiers system to provide users with a choice between stability and latest features, as this addresses the core issue of unexpected performance degradation due to updates.

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