chore: prepare v0.3.0 release - #38
Conversation
Two breaking changes reach users only when a release exists, so this cuts one version rather than two: the MCP surface no longer accepts a store, a configuration, or a filesystem path as tool arguments, and a close frame the plan rejects is reported as expectation-failed even when the peer resets while it is being acknowledged. `RequestPlan.version` is sealed material, so the bump moves every plan fingerprint and handle. The three goldens and the one pinned WebSocket fingerprint are regenerated for that reason alone; no planning behavior changed with them.
|
Warning Review limit reached
Next review available in: 113 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (11)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Cuts 0.3.0. Everything here is version metadata, changelog, and the regeneration the bump forces —
no behavior changes.
Why 0.3.0 and why now
maincarries two breaking changes that reach nobody until a release exists, because tool schemasand terminal causes ship inside the binary:
storeandconfigare process arguments,
kahea_invoketakes sealed handles rather than filesystem paths, undeclaredarguments are rejected.
kahea/k1terminal cause (#34, fix(websocket): a close verdict outranks a failure to acknowledge it #35) — aclose code the plan rejects is reported as
expectation-failedeven when the peer resets while itis acknowledged, instead of
io-failure.0.2.0 is what public scanning found, and it is still the newest artifact. One version for both breaks
is cheaper than a second contract change a release later.
What is in the diff
Cargo.toml,Cargo.lock,server.json,packaging/mcpb/manifest.json, both plugin manifests, and.claude-plugin/marketplace.json.scripts/validate-distribution.shasserts all five JSON files equal the cargo version, so apartial bump fails the gate rather than shipping skewed metadata.
Unreleasedbecomes0.3.0 - 2026-08-13, with the terminal-cause break and the CI-flake work(#36, test: stop wall-clock flakes from blocking required checks #37) added.
RequestPlan.versionis sealed material, so bumping the version movesevery plan fingerprint and handle.
fixtures/golden/create-invoice.plan.jsonand the twoconformance goldens are regenerated for that reason alone, as is one pinned WebSocket fingerprint
in
kahea-plan. The plan in the golden is otherwise byte-identical:version,id, andfingerprintare the only fields that moved.How it was verified
scripts/gates.shgreen end to end, including the distribution validator that cross-checks all sixversion references and the byte-stability checks that regenerate-and-compare the goldens.
kahea describereports0.3.0.After merge
release.ymltriggers on the tag, verifies the tag matches the workspace version, re-runs the gates,builds Linux/macOS/Windows with SBOMs and provenance attestations, publishes the GitHub release, and
then publishes to the MCP Registry. That last step is public and not something to trigger by
accident, so the tag is deliberately not pushed here —
git tag v0.3.0 && git push origin v0.3.0when you want it to go out.
🤖 Generated with Claude Code