build(deps): bump @anthropic-ai/claude-agent-sdk to 0.3.220 for Claude Opus 5 - #246
Merged
Conversation
…e Opus 5 The claude backend sources its model catalog from the SDK's `supportedModels()` (src/daemon/providers/claude/index.ts), which the daemon caches into `provider_model_catalogs`. SDK 0.3.175 predates Claude Opus 5 (launched 2026-07-24), so `supportedModels()` topped out at claude-opus-4-8 and the live model picker couldn't surface Opus 5. 0.3.220 includes `claude-opus-5`, so on reconnect the daemon re-caches the catalog and Opus 5 appears in the picker automatically — no code change needed (MODEL_CATALOG is only the offline fallback). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
KunalJavelin
approved these changes
Jul 25, 2026
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.
What
Bump
@anthropic-ai/claude-agent-sdk^0.3.175 → ^0.3.220.Why
The claude backend sources its model catalog live from the SDK's
supportedModels()(src/daemon/providers/claude/index.ts), which the daemonpersists into the
provider_model_catalogsstore. SDK 0.3.175 predatesClaude Opus 5 (launched 2026-07-24), so
supportedModels()topped out atclaude-opus-4-8and the live model picker could not surface Opus 5.Verified locally that 0.3.220 exposes
claude-opus-5— after the bump +daemon restart, the catalog re-caches and Opus 5 appears in the picker
automatically. No code change is needed:
MODEL_CATALOGinsrc/daemon/models.tsis only the offline fallback, not the source of truth.Scope
Dependency + lockfile only — no source changes.
package.json:^0.3.175 → ^0.3.220bun.lock: resolved0.3.175 → 0.3.220(+ matching platform binaries)🤖 Generated with Claude Code