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 intoMay 4, 2026
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Member
|
@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>
b845349 to
1aeaa8a
Compare
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
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.
Bumps the npm_and_yarn group with 1 update in the /packages/cli directory: @anthropic-ai/sdk.
Updates
@anthropic-ai/sdkfrom 0.90.0 to 0.92.0Release notes
Sourced from @anthropic-ai/sdk's releases.
... (truncated)
Changelog
Sourced from @anthropic-ai/sdk's changelog.
... (truncated)
Commits
d3aff28chore: release main (#1017)3ae887bfix(bedrock): throw APIError for error events delivered in chunk frames (#1021)74ac150chore: release main (#1014)22cb810chore: release main (#1008)