Skip to content

Commit a1e809e

Browse files
committed
Bump ACP npm packages to latest (claude-code, claude-agent-acp, codex-acp, codex)
1 parent e90a5ce commit a1e809e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN apt-get update && \
1717
apt-get clean && \
1818
rm -rf /var/lib/apt/lists/*
1919

20-
RUN npm install -g @anthropic-ai/claude-code@2.1.87 @agentclientprotocol/claude-agent-acp@0.24.2 @zed-industries/codex-acp@0.11.1 @openai/codex
20+
RUN npm install -g @anthropic-ai/claude-code@2.1.119 @agentclientprotocol/claude-agent-acp@0.31.0 @zed-industries/codex-acp@0.12.0 @openai/codex@0.124.0
2121

2222
# Cursor CLI (installs `cursor-agent` to /root/.local/bin) — used for the Cursor
2323
# ACP server (`cursor-agent acp`). The install script downloads the binary for

sandbox/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | b
5858
nvm alias default $NODE_VERSION
5959

6060
RUN . "$NVM_DIR/nvm.sh" && \
61-
npm install -g @anthropic-ai/claude-code@2.1.87 @agentclientprotocol/claude-agent-acp@0.24.2 @zed-industries/codex-acp@0.11.1 @openai/codex
61+
npm install -g @anthropic-ai/claude-code@2.1.119 @agentclientprotocol/claude-agent-acp@0.31.0 @zed-industries/codex-acp@0.12.0 @openai/codex@0.124.0
6262

6363
# Cursor CLI (installs `cursor-agent` to ~/.local/bin, which is already on PATH).
6464
RUN curl -fsS https://cursor.com/install | bash

0 commit comments

Comments
 (0)