From 3be531486fe1871c7cd7755915e4aa9ce1ba50ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 8 May 2026 14:43:21 +0200 Subject: [PATCH] fix(sandcastle): update pi package to @earendil-works/pi-coding-agent The pi coding agent npm package migrated from @mariozechner/pi-coding-agent to @earendil-works/pi-coding-agent (repo moved to earendil-works/pi-mono). --- .sandcastle/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sandcastle/Dockerfile b/.sandcastle/Dockerfile index ca7ed188..06135d0f 100644 --- a/.sandcastle/Dockerfile +++ b/.sandcastle/Dockerfile @@ -30,7 +30,7 @@ RUN install -m 0755 -d /etc/apt/keyrings \ # Install coding agents globally RUN npm install -g \ @anthropic-ai/claude-code \ - @mariozechner/pi-coding-agent \ + @earendil-works/pi-coding-agent \ opencode-ai # Rename the base image's "node" user to "agent" and align UID/GID. -- 2.53.0