From d902b2d0568bd3d03e9a37371ddf1ec177bc68a3 Mon Sep 17 00:00:00 2001 From: Joakim Persson Date: Tue, 16 Jun 2026 23:56:52 +0200 Subject: [PATCH] v1.1.3: add actual pi 0.79.5 release notes + document GitHub releases URL in AGENTS.md --- AGENTS.md | 2 ++ CHANGELOG.md | 19 ++++++++++++++++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index fe12069..9de3ce6 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -45,6 +45,8 @@ re-brand of opencode-devbox's `pi-only` variant. 1. Confirm `pi --version` resolves from npm to the expected version (`curl -sf 'https://registry.npmjs.org/@earendil-works%2Fpi-coding-agent/latest' | jq -r .version`). + Check release notes at https://github.com/earendil-works/pi/releases for + the upstream changelog to include in `CHANGELOG.md`. 2. Update `CHANGELOG.md` Unreleased → vX.Y.Z section. 3. Verify `docker compose up` works locally with the current `latest` image if you're upgrading users from a previous version. Then run the diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e8ad03..0bd9e9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,10 +17,23 @@ Pre-v1.0.0 tags followed the pi npm version (`v{pi_version}[letter]`). Patch release: pi `0.79.4` → `0.79.5` (auto-resolved at build). -### Changed +### Bumped: pi 0.79.4 → 0.79.5 -- **pi bumped to `0.79.5`** (published upstream 2026-06-16). No image-side - changes beyond the pi npm version. +Notable upstream changes (from [pi releases](https://github.com/earendil-works/pi/releases/tag/v0.79.5)): + +- **Provider-scoped API key environments** — `auth.json` API key entries can + now include `env` overrides for provider-specific Cloudflare, Azure OpenAI, + Google Vertex, Amazon Bedrock, cache retention, and proxy settings without + changing the project shell. +- **Global HTTP proxy setting** — configure `httpProxy` once in global settings + to apply `HTTP_PROXY` / `HTTPS_PROXY` to Pi-managed HTTP clients. +- **Vercel AI Gateway attribution** — requests now include Pi attribution + headers by default. +- **Fixes:** inherited OpenAI Responses streaming tolerates null message content + before tool calls; DeepSeek V4 thinking no longer sends both `thinking` and + `reasoning_effort`; device-code login no longer auto-opens the browser; + various Google/Vertex Gemini model metadata corrections; session selector + empty-state fix; Cursor Up history navigation fix. ---