From 02be95ac1ff48d4edec572eeb2f236b08ddda225 Mon Sep 17 00:00:00 2001 From: pi Date: Mon, 13 Jul 2026 23:13:24 +0200 Subject: [PATCH] docs(changelog): note bundled pi-toolkit sonnet-5 template bump (Unreleased) --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 407c48b..01463a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,15 @@ Pre-v1.0.0 tags followed the pi npm version (`v{pi_version}[letter]`). ## Unreleased -_Nothing yet — next release's changes will accrue here._ +### Changed + +- **Bundled `pi-toolkit` settings template: `pi-fork` balanced tier bumped to + `eu.anthropic.claude-sonnet-5`** (was `claude-sonnet-4-6`), matching the model + now in use. The image clones `pi-toolkit@main` into `/opt/pi-toolkit` at build + time, so the next build bundles it automatically (pi-toolkit `0010417`); the + same commit also refreshes the template's `enabledModels` and the README + examples. Seed-only: existing containers keep their live `~/.pi/agent/settings.json` + (the entrypoint merge is live-wins), so only fresh `~/.pi` volumes are affected. ## v1.5.0 — 2026-07-13