Conversation
Brings in the UTF-8 char-boundary fix for release-note truncation (jdx/communique#113), which crashed enhance-release whenever a recent release body's em-dash straddled the 3072-byte cutoff. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
Contributor
|
No reviewable files after applying ignore patterns. |
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
Refreshes the
communiqueentry inmise.lockfrom its prior pin to 1.0.3 so enhance-release picks up the UTF-8 char-boundary fix from jdx/communique#113.The prior truncation sliced release bodies at byte 3072 with no regard for UTF-8 char boundaries, which crashed enhance-release for aube v1.0.0 because one of the recent-release style samples had an em-dash
—straddling the cutoff.Test plan
[[tools.communique]]block🤖 Generated with Claude Code
Note
Low Risk
Low risk: updates a pinned dev tool binary in
mise.lockonly, with refreshed download URLs/checksums and no application logic changes.Overview
Bumps the
communiquetool pin inmise.lockfrom1.0.1to1.0.3, updating the associated per-platform asset URLs, API asset IDs, and SHA256 checksums.Reviewed by Cursor Bugbot for commit 6974e86. Bugbot is set up for automated code reviews on this repo. Configure here.