File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
6060RUN . "$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).
6464RUN curl -fsS https://cursor.com/install | bash
You can’t perform that action at this time.
0 commit comments