]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
fix(sandcastle): update pi package to @earendil-works/pi-coding-agent
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 8 May 2026 12:43:21 +0000 (14:43 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 8 May 2026 12:43:21 +0000 (14:43 +0200)
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

index ca7ed188e1b6883d7c28d2836989ffc8e8167f79..06135d0f1bbaaf2bba7b675b086d7d5e6461284d 100644 (file)
@@ -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.