Skip to content

build(deps): bump @anthropic-ai/sdk from 0.100.1 to 0.104.2#219

Merged
erode-release[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/anthropic-ai/sdk-0.104.2
Jun 17, 2026
Merged

build(deps): bump @anthropic-ai/sdk from 0.100.1 to 0.104.2#219
erode-release[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/anthropic-ai/sdk-0.104.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Contributor

Bumps @anthropic-ai/sdk from 0.100.1 to 0.104.2.

Release notes

Sourced from @​anthropic-ai/sdk's releases.

sdk: v0.104.2

0.104.2 (2026-06-15)

Full Changelog: sdk-v0.104.1...sdk-v0.104.2

Chores

  • api: remove retired models from API and SDKs (a942876)

sdk: v0.104.1

0.104.1 (2026-06-09)

Full Changelog: sdk-v0.104.0...sdk-v0.104.1

Bug Fixes

  • api: add frontier_llm refusal category (465e686)

sdk: v0.104.0

0.104.0 (2026-06-09)

Full Changelog: sdk-v0.103.0...sdk-v0.104.0

Features

  • api: add support for Managed Agents deployments and environment variable credentials (d01e38b)

sdk: v0.103.0

0.103.0 (2026-06-09)

Full Changelog: sdk-v0.102.0...sdk-v0.103.0

Features

  • api: add support for claude-mythos-5 and claude-fable-5, with support for server-side fallbacks on refusal (cc337f7)
  • client: adds client-side fallbacks middleware for API providers that do not support server-side fallbacks (cc337f7)
  • middleware: add ctx.logger (#55) (edd1454)

Bug Fixes

sdk: v0.102.0

0.102.0 (2026-06-06)

Full Changelog: sdk-v0.101.0...sdk-v0.102.0

Features

... (truncated)

Changelog

Sourced from @​anthropic-ai/sdk's changelog.

0.104.2 (2026-06-15)

Full Changelog: sdk-v0.104.1...sdk-v0.104.2

Chores

  • api: remove retired models from API and SDKs (a942876)

0.104.1 (2026-06-09)

Full Changelog: sdk-v0.104.0...sdk-v0.104.1

Bug Fixes

  • api: add frontier_llm refusal category (465e686)

0.104.0 (2026-06-09)

Full Changelog: sdk-v0.103.0...sdk-v0.104.0

Features

  • api: add support for Managed Agents deployments and environment variable credentials (d01e38b)

0.103.0 (2026-06-09)

Full Changelog: sdk-v0.102.0...sdk-v0.103.0

Features

  • api: add support for claude-mythos-5 and claude-fable-5, with support for server-side fallbacks on refusal (cc337f7)
  • client: adds client-side fallbacks middleware for API providers that do not support server-side fallbacks (cc337f7)
  • middleware: add ctx.logger (#55) (edd1454)

Bug Fixes

0.102.0 (2026-06-06)

Full Changelog: sdk-v0.101.0...sdk-v0.102.0

Features

  • api: small updates to Managed Agents types (8ba4f92)

Bug Fixes

... (truncated)

Commits
  • fbee0d1 chore: release main
  • e984ba4 chore(api): remove retired models from API and SDKs
  • 9a0442d chore: release main
  • 1ccd401 fix(api): add frontier_llm refusal category
  • 8be0232 chore: release main
  • 813af32 feat(api): add support for Managed Agents deployments and environment variabl...
  • 589eed1 chore: release main
  • a785874 feat(api): add support for claude-mythos-5 and claude-fable-5, with support f...
  • 6322a4f fix(client): 3p middleware ordering (#53)
  • c2e94fc feat(middleware): add ctx.logger (#55)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 17, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner June 17, 2026 17:34
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 17, 2026
@erode-release
erode-release Bot enabled auto-merge (squash) June 17, 2026 17:34
@greptile-apps

greptile-apps Bot commented Jun 17, 2026

Copy link
Copy Markdown

Greptile Summary

This PR bumps @anthropic-ai/sdk from 0.100.1 to 0.104.2 in packages/core and updates vitest from ^4.1.7 to ^4.1.9 in package-lock.json. The changes are purely additive — new models, Managed Agents support, middleware fixes, and a frontier_llm refusal category — with no breaking changes that affect this codebase.

  • @anthropic-ai/sdk 0.100.1 → 0.104.2: Picks up new model support (claude-mythos-5, claude-fable-5), Managed Agents deployment credentials, a middleware ordering bug fix, and the frontier_llm refusal category; the retired-model removal in 0.104.2 does not affect this project since only claude-haiku-4-5 and claude-sonnet-4-6 are used.
  • vitest ^4.1.7 → ^4.1.9: Minor patch bump, no functional impact.

Confidence Score: 5/5

Safe to merge — routine dependency bump with no breaking changes that touch this codebase.

The only notable change that could cause a regression (retired-model removal in 0.104.2) does not apply here: the project hardcodes claude-haiku-4-5 and claude-sonnet-4-6 in packages/core/src/providers/anthropic/models.ts, both of which remain active. All other changelog entries are new additive features (Managed Agents, new models, middleware fixes) that the project does not yet use.

No files require special attention.

Important Files Changed

Filename Overview
packages/core/package.json Bumps @anthropic-ai/sdk dependency from ^0.100.1 to ^0.104.2; no other changes.
package-lock.json Lock file updated to resolve @anthropic-ai/sdk@0.104.2 and vitest@^4.1.9; integrity hash and resolved URL updated correctly.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["dependabot bump\n@anthropic-ai/sdk\n0.100.1 → 0.104.2"] --> B{Models used\nin codebase?}
    B -->|claude-haiku-4-5\nclaude-sonnet-4-6| C[Both are Active models]
    C --> D[Unaffected by\nretired-model removal\nin 0.104.2]
    A --> E[New features available\nManaged Agents, mythos-5,\nfable-5, frontier_llm refusal]
    E --> F[Not used by this project\n– no action needed]
    D --> G[Safe to merge]
    F --> G
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A["dependabot bump\n@anthropic-ai/sdk\n0.100.1 → 0.104.2"] --> B{Models used\nin codebase?}
    B -->|claude-haiku-4-5\nclaude-sonnet-4-6| C[Both are Active models]
    C --> D[Unaffected by\nretired-model removal\nin 0.104.2]
    A --> E[New features available\nManaged Agents, mythos-5,\nfable-5, frontier_llm refusal]
    E --> F[Not used by this project\n– no action needed]
    D --> G[Safe to merge]
    F --> G
Loading

Reviews (5): Last reviewed commit: "build(deps): bump @anthropic-ai/sdk from..." | Re-trigger Greptile

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/anthropic-ai/sdk-0.104.2 branch from 0c87c4b to a7285f3 Compare June 17, 2026 17:37
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/anthropic-ai/sdk-0.104.2 branch from a7285f3 to e84ff3f Compare June 17, 2026 17:40
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/anthropic-ai/sdk-0.104.2 branch from e84ff3f to f1e5af0 Compare June 17, 2026 17:44
Bumps [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) from 0.100.1 to 0.104.2.
- [Release notes](https://github.com/anthropics/anthropic-sdk-typescript/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-typescript@sdk-v0.100.1...sdk-v0.104.2)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.104.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/anthropic-ai/sdk-0.104.2 branch from f1e5af0 to 19f52bd Compare June 17, 2026 17:46
@erode-release
erode-release Bot merged commit e076a63 into main Jun 17, 2026
3 checks passed
@erode-release
erode-release Bot deleted the dependabot/npm_and_yarn/anthropic-ai/sdk-0.104.2 branch June 17, 2026 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants