diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a557f8..a177e76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. +## [0.2.0] - 2026-05-08 + +### Changed +- Changed location of pi to `@earendil-works` + ## [0.1.0] - 2026-05-07 ### Added diff --git a/Dockerfile b/Dockerfile index be0d859..4d645fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,7 +65,7 @@ COPY --from=builder --chown=user:user /home/user /home/user # ── Stage 3: agents ─────────────────────────────────────────────────────────── FROM base -RUN npm install -g @mariozechner/pi-coding-agent opencode-ai && npm cache clean --force +RUN npm install -g @earendil-works/pi-coding-agent opencode-ai && npm cache clean --force ENV AGENT=pi