Skip to content

chore(deps): bump @anthropic-ai/sdk from 0.90.0 to 0.92.0 in /packages/cli in the npm_and_yarn group across 1 directory#508

Merged
buremba merged 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/cli/npm_and_yarn-95f30e0be1
May 4, 2026
Merged

chore(deps): bump @anthropic-ai/sdk from 0.90.0 to 0.92.0 in /packages/cli in the npm_and_yarn group across 1 directory#508
buremba merged 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/cli/npm_and_yarn-95f30e0be1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the npm_and_yarn group with 1 update in the /packages/cli directory: @anthropic-ai/sdk.

Updates @anthropic-ai/sdk from 0.90.0 to 0.92.0

Release notes

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

sdk: v0.92.0

0.92.0 (2026-04-30)

Full Changelog: sdk-v0.91.1...sdk-v0.92.0

Features

  • api: improve Managed Agents APIs (ca1bf4a)
  • support setting headers via env (32f67d4)

Bug Fixes

  • bedrock: throw APIError for error events delivered in chunk frames (#1021) (3ae887b)

Chores

  • format: run eslint and prettier separately (7ce257c)
  • internal: codegen related update (f08cc77)

sdk: v0.91.1

0.91.1 (2026-04-24)

Full Changelog: sdk-v0.91.0...sdk-v0.91.1

Bug Fixes

  • memory: use restrictive file mode for memory files (#901) (6db3b7e)

Chores

  • formatter: run prettier and eslint separately (974d22f)

sdk: v0.91.0

0.91.0 (2026-04-23)

Full Changelog: sdk-v0.90.0...sdk-v0.91.0

Features

  • api: CMA Memory public beta (ddf732f)
  • bedrock: use auth header for mantle client (#866) (aec801a)

Bug Fixes

  • api: fix errors in api spec (ae10768)
  • api: restore missing features (1a5b47b)

... (truncated)

Changelog

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

0.92.0 (2026-04-30)

Full Changelog: sdk-v0.91.1...sdk-v0.92.0

Features

  • api: improve Managed Agents APIs (ca1bf4a)
  • support setting headers via env (32f67d4)

Bug Fixes

  • bedrock: throw APIError for error events delivered in chunk frames (#1021) (3ae887b)

Chores

  • format: run eslint and prettier separately (7ce257c)
  • internal: codegen related update (f08cc77)

0.91.1 (2026-04-24)

Full Changelog: sdk-v0.91.0...sdk-v0.91.1

Bug Fixes

  • memory: use restrictive file mode for memory files (#901) (6db3b7e)

Chores

  • formatter: run prettier and eslint separately (974d22f)

0.91.0 (2026-04-23)

Full Changelog: sdk-v0.90.0...sdk-v0.91.0

Features

  • api: CMA Memory public beta (ddf732f)
  • bedrock: use auth header for mantle client (#866) (aec801a)

Bug Fixes

  • api: fix errors in api spec (ae10768)
  • api: restore missing features (1a5b47b)

Chores

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 3, 2026
@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@buremba
Copy link
Copy Markdown
Member

buremba commented May 4, 2026

@dependabot rebase

Bumps the npm_and_yarn group with 1 update in the /packages/cli directory: [@anthropic-ai/sdk](https://github.com/anthropics/anthropic-sdk-typescript).


Updates `@anthropic-ai/sdk` from 0.90.0 to 0.92.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.90.0...sdk-v0.92.0)

---
updated-dependencies:
- dependency-name: "@anthropic-ai/sdk"
  dependency-version: 0.92.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/packages/cli/npm_and_yarn-95f30e0be1 branch from b845349 to 1aeaa8a Compare May 4, 2026 01:31
@buremba buremba merged commit 068fdf2 into main May 4, 2026
10 of 13 checks passed
@buremba buremba deleted the dependabot/npm_and_yarn/packages/cli/npm_and_yarn-95f30e0be1 branch May 4, 2026 15:32
buremba added a commit that referenced this pull request May 4, 2026
buremba added a commit that referenced this pull request May 4, 2026
… webhooks (#522)

* fix(chat-instance): wrap boot-time startInstance in orgContext

#506's chat-instance-manager.ts:initialize loads connections at gateway
boot and calls startInstance() → resolveConfigForRuntime() →
secretStore.get(). Since #516 made PostgresSecretStore resolve secrets
per-org via AsyncLocalStorage, boot-time reads have no org context, fall
back to the GLOBAL bucket, and find nothing — every connection written
under an org's context is then marked status='error' on first restart.

Resolve the agent's organization_id via getAgentOrganizationId() and
wrap the startInstance call in orgContext.run({organizationId}). Pre-org
rows (no template agent or no org) keep the GLOBAL bucket fallback.

Verified: bun test packages/server/src/gateway → 502 pass / 0 fail.

* chore: regen lockfile post-rebase onto #508
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.

2 participants