docs(changelog): promote [Unreleased] block to dated [0.8.32] section

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) <noreply@anthropic.com>
This commit is contained in:
Hunter Bown
2026-05-12 02:47:11 -05:00
parent 9d05e6c293
commit 8d5a823724
+15 -6
View File
@@ -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