From 7e4370e37f01686006279b6e322d5db7612157f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 20:47:07 +0000 Subject: [PATCH] chore(deps): bump @anthropic-ai/claude-agent-sdk in /examples/claude-cli Bumps [@anthropic-ai/claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-typescript) from 0.2.91 to 0.2.112. - [Release notes](https://github.com/anthropics/claude-agent-sdk-typescript/releases) - [Changelog](https://github.com/anthropics/claude-agent-sdk-typescript/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/claude-agent-sdk-typescript/compare/v0.2.91...v0.2.112) --- updated-dependencies: - dependency-name: "@anthropic-ai/claude-agent-sdk" dependency-version: 0.2.112 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/claude-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/claude-cli/package.json b/examples/claude-cli/package.json index 9aadbe7..1d258bc 100644 --- a/examples/claude-cli/package.json +++ b/examples/claude-cli/package.json @@ -8,7 +8,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@anthropic-ai/claude-agent-sdk": "0.2.91", + "@anthropic-ai/claude-agent-sdk": "0.2.112", "@runloop/agent-axon-client": "workspace:*", "@runloop/api-client": "^1.20.0" }