From da21206e6e127951ada7c684a4b29403cb1ce5fd Mon Sep 17 00:00:00 2001 From: Joakim Persson Date: Mon, 18 May 2026 23:32:18 +0200 Subject: [PATCH] v0.75.3: bump pi 0.74.0 -> 0.75.3 pi @earendil-works/pi-coding-agent@0.74.0 -> 0.75.3 (one upstream minor + three patch releases since the initial pi-devbox release on 2026-05-14). Validated: opencode-devbox v1.15.4b's smoke-with-pi and smoke-omos-with-pi both passed with pi 0.75.3 baked in. Node v22.22.2 is comfortably above pi's new minimum requirement of 22.19.0. Built on joakimp/opencode-devbox:base-latest (cache hit on base-35ee5fe7861a from 2026-05-14). PI_VERSION=latest in Dockerfile resolves to 0.75.3 at build time. Image-side unchanged from v0.74.0 beyond the pi npm version. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd8e433..22a5b48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ Tags follow the pi npm version: `v{pi_version}[letter]` — bare tag for the fir ## Unreleased +## v0.75.3 — 2026-05-18 + +pi `0.74.0` → `0.75.3` bump (one upstream minor + three patch releases since the initial pi-devbox release on 2026-05-14). + +- **Bump:** pi `@earendil-works/pi-coding-agent@0.75.3` baked at `/usr/bin/pi` (via `PI_VERSION=latest` resolving to 0.75.3 at build time). +- No image-side changes from the v0.74.0 baseline beyond the pi npm version. The pi-toolkit + pi-extensions clones, mempalace bridge symlink, and `NPM_CONFIG_PREFIX` named-volume setup all unchanged. + ## v0.74.0 — 2026-05-14 Initial release.