From 635e9d596e72333ce33f96eff0cb4df4b169cfc7 Mon Sep 17 00:00:00 2001 From: "renovate-fullsend[bot]" <295781306+renovate-fullsend[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 03:30:24 +0000 Subject: [PATCH] chore(deps): update dependency @earendil-works/pi-coding-agent to v0.84.3 --- images/sandbox/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/sandbox/Containerfile b/images/sandbox/Containerfile index e5d0f70df2..657393e2c2 100644 --- a/images/sandbox/Containerfile +++ b/images/sandbox/Containerfile @@ -65,7 +65,7 @@ RUN npm install -g @anthropic-ai/claude-code@${CLAUDE_CODE_VERSION} # regex entry in renovate.json. pi releases ~weekly minors and has changed # its --mode json wire shape within a minor before (0.84.0) — the pi stream # parser fixtures must be re-verified when this pin moves. -ARG PI_VERSION=0.84.2 +ARG PI_VERSION=0.84.3 RUN node -e "process.exit(process.versions.node.split('.').map(Number).reduce((a,b,i)=>a!==0?a:(b-[22,19,0][i]),0)>=0?0:1)" \ || (echo "pi ${PI_VERSION} requires Node >=22.19.0, base image has $(node --version)" >&2 && exit 1) \ && npm install -g --ignore-scripts @earendil-works/pi-coding-agent@${PI_VERSION}