docs: align release surfaces to 0.8.0 + main → 0.8.1-SNAPSHOT#206
Merged
Conversation
Cut 0.8.0 from main (75 commits since v0.7.24): A2A v1, full multimodal (audio/vision/image-gen/TTS), RAG seam, composition operators (handoff/firstOf/ speculative/loopUntil/aggregators/forum captains), HITL + eval, history compression, the Gemini provider (#1917), agent.json (#4516), capability grants (#4545), and the agentic-web standards groundwork (AGNTCY/AG-UI/x402/NLWeb). - build.gradle.kts: 0.7.25-SNAPSHOT -> 0.8.0 - CHANGELOG: [Unreleased] -> [0.8.0] - 2026-06-15 (+ fresh [Unreleased]) - roadmap: 0.8.0 theme reframed (sandbox backends slipped); Docker/proxy/ read-confinement -> 0.9.0; WasmSandbox closed won't-do; agent->WASM = #4547 - RELEASE_NOTES.md rewritten for 0.8.0 README dependency snippet intentionally NOT bumped yet (stays 0.7.24) — per docs/RELEASE_RUNBOOK.md step 6 it advances only AFTER 0.8.0 resolves on Maven Central. checkReadmeVersion is therefore expected-RED on this PR until then. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0.8.0 is published on Maven Central (agents-kt + agents-kt-ksp both resolvable); this brings the in-repo release surfaces into agreement (release-integrity fix). - build.gradle.kts: 0.8.0 -> 0.8.1-SNAPSHOT (runbook step 8 — main carries the next -SNAPSHOT; v0.8.0 is the tagged/published release point) - README: dependency snippet 0.7.24 -> 0.8.0 (now resolvable on Central); "latest release" blurb rewritten for the 0.8.0 story; streaming line 7->8 providers (+ Gemini native SSE) - docs/comparison.md: provider count 7->8 (+ Gemini); status note 0.7.23 -> 0.8.0 with the real 0.8.0 feature list - docs/permission-manifest.md: dep snippet -> 0.8.0 - docs/applications.md: "seven providers" -> eight - docs/streaming.md: 7->8 providers (four native incl. Gemini); "as of" -> 0.8.0 - docs/threat-model.md: "as of 0.7.24" -> 0.8.0 - docs/prd.md: drop the "CONFIDENTIAL" label (public repo) -> "Public design document" + a shipped/in-progress/planned disclaimer pointing at CHANGELOG/roadmap CHANGELOG [0.8.0], roadmap reframe, and RELEASE_NOTES were already on this branch. Gates: checkReadmeVersion + checkSnapshotPolicy + DocsConsistencyTest green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Skobeltsyn
added a commit
that referenced
this pull request
Jun 14, 2026
release: 0.8.0 truth-sync (README/version/changelog/roadmap/PRD) — replaces #206
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cuts 0.8.0 from
main(75 commits since v0.7.24). Prepared up to — but not including — the Maven Central publish, which needs your Sonatype credentials + GPG keys.In this PR
build.gradle.kts:0.7.25-SNAPSHOT→0.8.0CHANGELOG.md:[Unreleased]→[0.8.0] — 2026-06-15(+ fresh empty[Unreleased])docs/roadmap.md: 0.8.0 theme reframed to what shipped (sandbox backends slipped); Docker/proxy/read-confinement → 0.9.0;WasmSandboxclosed won't-do; agent→WASM = #4547RELEASE_NOTES.md: rewritten for 0.8.0checkReadmeVersionis expected-RED herePer
docs/RELEASE_RUNBOOK.md, the README must keep advertising the last published version until 0.8.0 actually resolves on Maven Central. So withversion = 0.8.0but README still0.7.24,checkReadmeVersionfails by design — it is the "not yet on Central" signal. Everything else (compile, tests, detekt, one-type-per-file) is green. (CodeQLjava-kotlinis the usual Kotlin-2.4 expected-red.)Your remaining steps (the publish + finish)
./gradlew checkPublishedVersion(runbook step 5) goes green.0.7.24→0.8.0and push —checkReadmeVersionnow green, whole PR green.v0.8.0(annotated) on the release commit.main→0.8.1-SNAPSHOT(runbook step 8;checkSnapshotPolicyenforces it).🤖 Generated with Claude Code