Skip to content

deps(deps): bump @anthropic-ai/sdk from 0.32.1 to 0.105.0#13

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/anthropic-ai/sdk-0.99.0
Open

deps(deps): bump @anthropic-ai/sdk from 0.32.1 to 0.105.0#13
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/anthropic-ai/sdk-0.99.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 27, 2026

Copy link
Copy Markdown

Bumps @anthropic-ai/sdk from 0.32.1 to 0.105.0.

Release notes

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

sdk: v0.105.0

0.105.0 (2026-06-18)

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

Features

  • api: add support for new code_execution_20260120 tool (8dc2b54)
  • stream: lazily parse partial tool json input (#99) (e55ceee)

Chores

  • internal/deps: bump swc to 1.15.40 (#97) (a1d4d75)
  • internal: use are the types wrong directly (#94) (3d362af)
  • tests: stop using deprecated models (#98) (65ae1af)

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

... (truncated)

Changelog

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

0.105.0 (2026-06-18)

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

Features

  • api: add support for new code_execution_20260120 tool (8dc2b54)
  • stream: lazily parse partial tool json input (#99) (e55ceee)

Chores

  • internal/deps: bump swc to 1.15.40 (#97) (a1d4d75)
  • internal: use are the types wrong directly (#94) (3d362af)
  • tests: stop using deprecated models (#98) (65ae1af)

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)

... (truncated)

Commits
  • ab700dc chore: release main
  • a322517 feat(api): add support for new code_execution_20260120 tool
  • 65a0106 feat(stream): lazily parse partial tool json input (#99)
  • 384ab51 chore(tests): stop using deprecated models (#98)
  • a49a191 chore(internal/deps): bump swc to 1.15.40 (#97)
  • 7ac63f3 chore(internal): use are the types wrong directly (#94)
  • 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
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​anthropic-ai/sdk since your current version.


@dependabot @github

dependabot Bot commented on behalf of github May 27, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: supply-chain, w763. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions

Copy link
Copy Markdown

No JSONL submission files found under submissions/.

sneaky-hippo added a commit that referenced this pull request May 29, 2026
…duct links -> /about

Per user: 'my personal email shouldn't be anywhere' + 'repoint /product links -> /about'.
- EMAIL: rodneyyesep@gmail.com -> dev@kolm.ai across 93 product/user-facing files
  (public/docs/account/brand + src/cli/api defaults incl. transactional from-address).
  Updated tests/wave708 expectation to match the new source value.
- /product -> /about: repointed href on 353 pages (regex-guarded, never matches /products).
  Updated the canonical-nav source scripts/inject-nav.cjs (NAV_ITEMS + mega Overview) to
  /about and re-ran it (0 touched, 334 idempotent-noop). Updated the W221/W223/W226/W227
  cross-link + idempotency test contracts from /product to /about (the product page now
  lives at /about; /product 308-redirects there). 67/67 in those families.
- about.html JSON-LD/breadcrumb -> /about; webgpu-runner.html meta description (W538 6/6).

/product the PAGE still exists + 308-redirects to /about (W221 #9/#10/#13 intact).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
sneaky-hippo added a commit that referenced this pull request May 29, 2026
…out', generators + test contracts)

The /product->/about repoint cascaded into the W221 canonical 5-anchor nav (woven
through ~10 test families + the inject-nav generator + 4 CLI-doc generators) — W301
already encoded the intended end-state ('About/Models/Docs/Pricing/Enterprise'). Finished it:
- scripts/inject-nav.cjs: canonical first anchor now label 'About' -> /about (slug kept for CSS);
  re-ran it -> 334 pages regenerated with the About/About nav.
- 4 CLI-doc generators (build-changelog, write-extra/missing-cli-docs, write-w869b-cli-stubs):
  nav-top template 'Product'->/product => 'About'->/about so regeneration stays consistent.
- Test contracts updated /product->/about + 'Product'->'About' in the 5-anchor nav assertions:
  W221/W223/W226/W227/W230/W322-325(W32x)/W374/W409z/W559. /product PAGE-existence + redirect
  tests (W221 #9/#10/#13) untouched (the page still exists + 308-redirects).

Full suite: 8789 pass / 4 fail — all 4 are the known env-concurrency flakes (quantize-worker
torch-import + ship-gate inner node --test), every one passes standalone. Zero real regressions.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Bumps [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript) from 0.32.1 to 0.105.0.
- [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.32.1...sdk-v0.105.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title deps(deps): bump @anthropic-ai/sdk from 0.32.1 to 0.99.0 deps(deps): bump @anthropic-ai/sdk from 0.32.1 to 0.105.0 Jun 20, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/anthropic-ai/sdk-0.99.0 branch from bcf7b07 to ffed12c Compare June 20, 2026 00:44
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.

0 participants