Release v1.5.9 - #96
Merged
Merged
Conversation
release-github.yml now checks out the tag and composes the release body by extracting that version's section from CHANGELOG.md, failing hard when it is missing, and appends the full-changelog link plus a sigit.si/code footnote backlink. The sigit-code-release skill records that the release body is generated, never hand-edited on GitHub. Co-Authored-By: siGit Code <noreply@sigit.si>
|
siGit Code Review is paused because the linked siGit account has reached its monthly cloud allowance. |
setoelkahfi
approved these changes
Sep 13, 2026
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.
Bumps the version to 1.5.9 and adds the changelog entry, plus one standing workflow change.
Release v1.5.9
Cargo.tomlto 1.5.9 and update the rootCargo.lockentry## 1.5.9changelog section covering the two inline tool-call parsing fixes since v1.5.8: Kimi K3 XTML recovery (PR Recover Kimi K3 XTML inline tool calls from streamed content #92) and malformed GLM legacy-tag recovery with tool-name validation (PR Fix GLM malformed inline tool calls #95)Workflow change
release-github.ymlnow checks out the tag and composes the release body from that version'sCHANGELOG.mdsection, failing hard when the section is missing, and appends the full-changelog link plus a sigit.si/code footnote backlinksigit-code-releaseskill records that the release body is generated, never hand-edited on GitHubAll CI gates pass locally:
cargo fmt -- --check,cargo clippy --tests -- -D warnings,cargo test --locked.After this merges: merge
developmentintomain, tagv1.5.9, pushmain+ tag to fire the release workflows.