docs: Claude Code v2.1.245 - Per-model migration guides published with breaking API changes for Fable 5, Opus 5, Sonnet 5 - #1217
Merged
Conversation
…h breaking API changes for Fable 5, Opus 5, Sonnet 5 Co-Authored-By: claude-yolo[bot] <claude-yolo@lroole.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Night shift report
WHY THIS MATTERS: Anthropic split the monolithic migration guide (2,766 lines) into four per-model pages, each documenting concrete breaking API changes. Any developer migrating to Fable 5, Opus 5, Sonnet 5, or Haiku 4.5 hits real 400 errors if they don't read these first — this is the kind of change that silently breaks production integrations the night of a model upgrade.
HIGHLIGHTS:
fable-5/migration-guide.md,opus-5/migration-guide.md,sonnet-5/migration-guide.md,haiku-4-5/migration-guide.md— old single-page guide now just an indexthinking: {type: "disabled"}and manualbudget_tokensreturn 400. Prefill returns 400. $10/$50 per million tokens. 30-day data retention required — ZDR-configured orgs get a 400 on every request and must contact their account team. Mythos 5 (Project Glasswing, no safety classifiers) vs Fable 5 (widely available, has safety classifiers withstop_reason: "refusal")max_tokens), and disabling thinking is capped athigheffort —thinking: {type: "disabled"}+ effortxhigh/maxreturns 400. Web fetch not available on Opus 5. Priority Tier not supported.max_tokenslimits, billing math). Computer use graduates from beta to stablecomputer_toolset_20260801+ new browser use tool. Manual extended thinking removed (400). Sampling params (temperature,top_p,top_k) at non-default values return 400.refusals-and-fallback.mdupdated to link to the new per-model migration guide for Fable 5, confirming the newstop_reason: "refusal"is a Fable 5–specific featureCreated by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning