fix(agent-pod): pin pi-coding-agent to a version that actually exists on npm

0.1.23 was pi's own internal version string (from local pi --version),
not the npm package's semver -- npm has no such release, so the
container crash-looped on ETARGET. Latest published is 0.84.2.
This commit is contained in:
Story Crater Bot
2026-08-16 00:34:55 -07:00
parent 19089e0514
commit 0a2757aeac
+1 -1
View File
@@ -19,7 +19,7 @@ spec:
command: command:
- sh - sh
- -c - -c
- "npm install -g @earendil-works/pi-coding-agent@0.1.23 && sleep infinity" - "npm install -g @earendil-works/pi-coding-agent@0.84.2 && sleep infinity"
resources: resources:
requests: requests:
cpu: "2" cpu: "2"