From 5e6a6d82206d396e0754186776dbaf5438af0a3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 08:07:36 +0000 Subject: [PATCH] build(deps): Bump @agentclientprotocol/claude-agent-acp in /apps/cli Bumps [@agentclientprotocol/claude-agent-acp](https://github.com/agentclientprotocol/claude-agent-acp) from 0.47.0 to 0.51.0. - [Release notes](https://github.com/agentclientprotocol/claude-agent-acp/releases) - [Changelog](https://github.com/agentclientprotocol/claude-agent-acp/blob/main/CHANGELOG.md) - [Commits](https://github.com/agentclientprotocol/claude-agent-acp/compare/v0.47.0...v0.51.0) --- updated-dependencies: - dependency-name: "@agentclientprotocol/claude-agent-acp" dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cli/package.json b/apps/cli/package.json index be756cf8..3014148f 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -70,7 +70,7 @@ "node": ">=20.0.0" }, "dependencies": { - "@agentclientprotocol/claude-agent-acp": "^0.47.0", + "@agentclientprotocol/claude-agent-acp": "^0.51.0", "@agentclientprotocol/codex-acp": "^0.0.46", "@agentclientprotocol/sdk": "^0.25.0", "@clack/prompts": "^1.2.0",