Add Fable 5 model to Studio Code agent - #3747
Merged
Merged
Conversation
Collaborator
📊 Performance Test ResultsComparing ce88b07 vs trunk app-size
site-editor
site-startup
Results are median values from multiple test runs. Legend: 🟢 Improvement (faster) | 🔴 Regression (slower) | ⚪ No change (<50ms diff) |
Registers claude-fable-5 (Anthropic family) in the central AI model registry so it appears in the Studio Code agent's model picker. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
youknowriad
force-pushed
the
claude/vigorous-mclaren-f166c2
branch
from
June 9, 2026 20:17
bfae108 to
5308342
Compare
sejas
approved these changes
Jun 10, 2026
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
youknowriad
enabled auto-merge (squash)
June 10, 2026 12:40
1 task
wojtekn
added a commit
that referenced
this pull request
Jun 15, 2026
## Related issues - Related to #3747 ## How AI was used in this PR Authored with Claude Code. It located the affected commits in #3747, reverted the model registry entry, restored the previous default model and the Opus 4.7 entry, and verified the change with eslint and the TypeScript type checker. The author reviewed the change. ## Proposed Changes Reverts the changes from #3747. Fable 5 is no longer available, so removing it prevents users from selecting a model that will fail at request time. This restores the model picker to its prior state: - Removes the **Fable 5** option from the Studio Code agent model picker. - Restores the default model to **Sonnet 4.6** (it had been switched to Fable 5). - Restores the **Opus 4.7** option that #3747 had removed. ## Testing Instructions - Open the Studio Code agent chat composer and confirm **Fable 5** no longer appears in the model picker, and **Opus 4.7** is present again. - Confirm new sessions default to **Sonnet 4.6**. - `npm run typecheck` passes. ## Pre-merge Checklist - [x] Have you checked for TypeScript, React or other console errors? Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
katinthehatsite
pushed a commit
that referenced
this pull request
Jun 15, 2026
## Related issues - Related to #3747 ## How AI was used in this PR Authored with Claude Code. It located the affected commits in #3747, reverted the model registry entry, restored the previous default model and the Opus 4.7 entry, and verified the change with eslint and the TypeScript type checker. The author reviewed the change. ## Proposed Changes Reverts the changes from #3747. Fable 5 is no longer available, so removing it prevents users from selecting a model that will fail at request time. This restores the model picker to its prior state: - Removes the **Fable 5** option from the Studio Code agent model picker. - Restores the default model to **Sonnet 4.6** (it had been switched to Fable 5). - Restores the **Opus 4.7** option that #3747 had removed. ## Testing Instructions - Open the Studio Code agent chat composer and confirm **Fable 5** no longer appears in the model picker, and **Opus 4.7** is present again. - Confirm new sessions default to **Sonnet 4.6**. - `npm run typecheck` passes. ## Pre-merge Checklist - [x] Have you checked for TypeScript, React or other console errors? Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.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.
Related issues
How AI was used in this PR
Authored with Claude Code. I located the central model registry, added the new entry, and verified the change with eslint and the TypeScript type checker. The author reviewed the change.
Proposed Changes
Enables the Fable 5 model in the Studio Code agent. It now appears as a selectable option in the chat model picker alongside the existing Anthropic and OpenAI models. Because the model registry is centralized, this single registry entry propagates automatically to the model picker, provider availability lists, the agent runtime (served via the Anthropic-messages path with reasoning enabled), and session model persistence/validation.
It is not the default model — users opt into it via the picker.
Testing Instructions
npm run typecheckpasses.Pre-merge Checklist