Skip to content

build(deps): bump @anthropic-ai/claude-agent-sdk to 0.3.220 for Claude Opus 5 - #246

Merged
saucam merged 1 commit into
mainfrom
build/bump-claude-agent-sdk-opus5
Jul 26, 2026
Merged

build(deps): bump @anthropic-ai/claude-agent-sdk to 0.3.220 for Claude Opus 5#246
saucam merged 1 commit into
mainfrom
build/bump-claude-agent-sdk-opus5

Conversation

@saucam

@saucam saucam commented Jul 25, 2026

Copy link
Copy Markdown
Collaborator

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 daemon
persists into the provider_model_catalogs store. 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 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_CATALOG in
src/daemon/models.ts is only the offline fallback, not the source of truth.

Scope

Dependency + lockfile only — no source changes.

  • package.json: ^0.3.175 → ^0.3.220
  • bun.lock: resolved 0.3.175 → 0.3.220 (+ matching platform binaries)

🤖 Generated with Claude Code

…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>
@gemini-code-assist

Copy link
Copy Markdown

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​anthropic-ai/​claude-agent-sdk@​0.3.175 ⏵ 0.3.22080 +61009210070

View full report

@saucam
saucam merged commit e5fed56 into main Jul 26, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants