Gentle AI v2.8.2 is a hotfix release: it keeps the OpenCode SDD preflight on the question tool with runtime-owned options, makes Claude Code Stop usage telemetry deliver idempotently, and lands a new community-tools foundation for safe RTK acquisition.
Provenance
- Previous stable:
v2.8.1→7aad6a51 - Release target:
v2.8.2→e3f53de6cb5b4e944fc02f52469a6d7797dde03f - Release workflow: run 34780863544
- Verification: preflight, release, and verify jobs all succeeded.
- Provider contract:
1.2.0
What's new
Community tools gain a safe RTK acquisition foundation
A new source contract and acquisition path let the community-tools component fetch RTK material safely, with a runtime identity guard to keep concurrent acquisitions from colliding and a baseline test suite covering the acquisition helpers.
Included work: #4530.
Breaking changes
No breaking changes are declared for v2.8.2. The provider contract remains at 1.2.0 and previously published contract artifacts remain byte-frozen.
Upgrade now
brew upgrade gentle-ai
gentle-ai syncRun gentle-ai sync after upgrading so managed agent, reviewer, and runtime assets match the installed binary.
What was fixed
OpenCode SDD preflight
The SDD preflight in OpenCode stays on the question tool, with runtime-owned options instead of a hardcoded set, and is now exercised through a bun-driven test to keep the plugin path honest.
Included work: #4550.
Telemetry
Claude Code Stop usage telemetry now reports with idempotent delivery, so a retried or duplicated Stop event no longer double-counts.
Included work: #4540.
Numbers
7 non-merge commits, 3 merged pull requests, and 2 unique GitHub PR authors since v2.8.1.
Install
brew install Gentleman-Programming/tap/gentle-aior
go install github.com/gentleman-programming/gentle-ai/v2/cmd/gentle-ai@v2.8.2Windows remains supported through the Go installation path. Official Windows binary archives and Scoop publication remain unavailable; Windows upgrades fail closed to Go-based guidance rather than downloading unsigned binaries.
Signed platform archives below: linux_amd64, linux_arm64, darwin_amd64, darwin_arm64, plus gentle-ai-review-provider-contract-1.2.0.tar.gz and gentle-ai-release-provenance-v1.tar.gz. checksums.txt is signed with the release Minisign key (checksums.txt.minisig); see docs/release-signing.md for verification.
Full changelog: v2.8.1...v2.8.2