From 8d5a8237245d01f248d2428f2f0f85e91264d6fe Mon Sep 17 00:00:00 2001 From: Hunter Bown Date: Tue, 12 May 2026 02:47:11 -0500 Subject: [PATCH] docs(changelog): promote [Unreleased] block to dated [0.8.32] section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The version-consistency test `prompts::tests::changelog_entry_ exists_for_current_package_version` requires a `## [0.8.32]` section once the workspace `Cargo.toml` has advanced to that version — release hygiene from the v0.8.x sequence. Promote the existing `[Unreleased]` content to `## [0.8.32] - 2026-05-12` and leave a fresh empty `[Unreleased]` placeholder above it so future post-tag commits have somewhere to land. Also tighten the opening paragraph: the v0.8.31 throat-clear ("release in progress") becomes a release-shape summary that calls out the five new tools, six PR harvests, and the snapshot 2 GB cap that closes the multi-hundred-GB-workspace "scroll demon". Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index befbe391..57c39a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -A "more useful tools" release in progress. v0.8.31 made the tool -surface reliable on every host; v0.8.32 expands it. Anchor is the -question every new contributor asks: "what does the model actually -have to work with?" — and the answer is now closer to "everything -you'd reach for from a shell, including the document formats the -real world uses." +## [0.8.32] - 2026-05-12 + +A "more useful tools" release. v0.8.31 made the tool surface +reliable on every host; v0.8.32 expands it. Anchor is the question +every new contributor asks: "what does the model actually have to +work with?" — and the answer is now closer to "everything you'd +reach for from a shell, including the document formats the real +world uses." Five new tools (`pdf-extract` swap, `js_execution`, +`pandoc_convert`, `image_ocr`, `image_analyze`), six community PR +harvests targeting model-protocol bugs (vLLM thinking) and UX +papercuts (Shift+Enter on Windows VSCode, mention truncation +splitting CJK codepoints, approval modal hiding the transcript), +and a snapshot-self-disable on workspaces over 2 GB of +non-excluded content so first-turn `git add -A` no longer hangs +the TUI on multi-hundred-GB project directories. ### Performance