From 1aeaa8ae52808b5a6113919351e5fd2227446a93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 01:31:39 +0000 Subject: [PATCH] chore(deps): bump @anthropic-ai/sdk 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](https://github.com/anthropics/anthropic-sdk-typescript/compare/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] --- packages/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 63af4425b..2db3bba78 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -26,7 +26,7 @@ "directory": "packages/cli" }, "dependencies": { - "@anthropic-ai/sdk": "^0.90.0", + "@anthropic-ai/sdk": "^0.92.0", "@aws-sdk/client-bedrock": "^3.1028.0", "@aws-sdk/client-secrets-manager": "^3.1028.0", "@chat-adapter/discord": "4.26.0",