chore: release 0.7.1#54
Merged
Merged
Conversation
There was a problem hiding this comment.
Code Review
This pull request bumps the workspace package and dependency versions from 0.7.0 to 0.7.1 in Cargo.toml, and adds a corresponding release entry for version 0.7.1 in CHANGELOG.md. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Rebuilt on main post-#53/#56 squash-merge: the branch previously carried its own pre-squash copy of the feature diff; now it is the bump + CHANGELOG only. - Workspace 0.7.0 -> 0.7.1 (+ the three internal dependency pins). - CHANGELOG: [Unreleased] -> [0.7.1] - 2026-06-10, with a release synopsis (extracted into the GitHub release body by release.yml), the previously missing Fixed entry for the #56 tool_describe fan-out fix, and PR attribution on the #53 entries.
c5253dd to
22f03a9
Compare
Rebuilding against 0.7.1 makes tool capsules publish their describe descriptors, but the LLM still gets 0 tools unless prompt-builder also grants the describe-fan-out ACLs and invalidates its tool cache (astrid#892, #625). Correct the 'entire fix' claim accordingly.
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.
Summary
chore: release— bumps the workspace to 0.7.1, the patch release that restores capsule tool discovery (#56) and ships the post-0.7 additive surfaces (#53).Per the repo rule, a version bump is its own PR. The branch was originally stacked on #53; after #53 and #56 squash-merged it has been rebuilt on
mainso the diff is exactly the bump + CHANGELOG.No breaking changes —
astrid-sdk = "0.7"consumers resolve 0.7.1 automatically once published, so capsules pick up the tool_describe fix with a rebuild and no dep bump.Changes
[workspace.package].version0.7.0→0.7.1(+ the three internal[workspace.dependencies]pins:astrid-sdk,astrid-sdk-macros,astrid-sys).[Unreleased]→[0.7.1] - 2026-06-10with:## [0.7.1]block into the GitHub release body on tag),Fixedentry for fix(macros): tool_describe must publish its descriptor for the describe fan-out #56 (the tool_describe describe-fan-out fix — the fleet-critical one),Addedentries (capabilities::enumerate, persistent-process tier).Release steps (maintainer)
cargo publishin dependency order:astrid-sys,astrid-sdk-macros,astrid-sdk.v0.7.1on the merge commit → release.yml creates the GitHub release from the CHANGELOG block.