@zooid/runtime-docker 0.12.0 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,7 +2,7 @@ FROM ghcr.io/zooid-ai/agent-base:latest
|
|
|
2
2
|
|
|
3
3
|
# ZOD074: the ARG default is the pin. docker/versions.json maps this ARG to its
|
|
4
4
|
# npm package; image-versions.manifest.test.ts fails if the two disagree.
|
|
5
|
-
ARG CLAUDE_AGENT_ACP_VERSION=0.
|
|
5
|
+
ARG CLAUDE_AGENT_ACP_VERSION=0.75.1
|
|
6
6
|
RUN npm install -g @agentclientprotocol/claude-agent-acp@${CLAUDE_AGENT_ACP_VERSION}
|
|
7
7
|
|
|
8
8
|
# No CMD — DockerAcpRuntime sets the entrypoint to the resolved ACP shim
|
|
@@ -2,5 +2,5 @@ FROM ghcr.io/zooid-ai/agent-base:latest
|
|
|
2
2
|
|
|
3
3
|
# ZOD074: the ARG default is the pin. docker/versions.json maps this ARG to its
|
|
4
4
|
# npm package; image-versions.manifest.test.ts fails if the two disagree.
|
|
5
|
-
ARG OPENCODE_VERSION=1.18.
|
|
5
|
+
ARG OPENCODE_VERSION=1.18.29
|
|
6
6
|
RUN npm install -g opencode-ai@${OPENCODE_VERSION}
|
|
@@ -8,7 +8,7 @@ FROM ghcr.io/zooid-ai/agent-base:latest
|
|
|
8
8
|
# unpinned and therefore freeze at whatever was current when someone last ran
|
|
9
9
|
# the publish workflow by hand. [[ZOD074]] hoists all four into
|
|
10
10
|
# docker/versions.json and automates the refresh.
|
|
11
|
-
ARG PI_VERSION=0.85.
|
|
11
|
+
ARG PI_VERSION=0.85.1
|
|
12
12
|
ARG PI_ACP_VERSION=0.0.33
|
|
13
13
|
RUN npm install -g \
|
|
14
14
|
@earendil-works/pi-coding-agent@${PI_VERSION} \
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zooid/runtime-docker",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.14.0",
|
|
4
4
|
"description": "Docker runtime for zooid. Spawns the agent CLI inside a container with a workspace mount and an env allowlist.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"node": ">=22"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@zooid/core": "^0.
|
|
28
|
+
"@zooid/core": "^0.14.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/node": "^22.0.0",
|