chore(release): prep v1.5.7#32
Merged
Merged
Conversation
Bumps package.json to 1.5.7 (and lets `version-sync.mjs` propagate to Cargo.toml + Cargo.lock + package-lock.json) and adds the 1.5.7 CHANGELOG entry covering #26, #29, #30, #31: - #29 critical: PID-reuse race + buffer-fill hang in login cancel - #26 baseurl button red warning style - #30 InstallState + codex CLI helpers refactor to shared - #31 a11y aria-label + bounded mac PATH probe Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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
Release prep — bumps package.json to 1.5.7 (
version-sync.mjspropagates to Cargo.toml + lockfiles) and adds the 1.5.7 CHANGELOG entry.Coverage
Patches landing as 1.5.7:
codex logincancel. Worth shipping as a patch on its own; the others ride with it.InstallState+ codex CLI helpers refactored to shared module.aria-label+ bounded mac PATH probe.Test plan
npm run version:sync— ✓ propagates 1.5.7 to Cargo.toml + Cargo.lock + package-lock.jsoncargo test --manifest-path src-tauri/Cargo.toml --lib— 72 passingnpx tsc --noEmit— cleanv1.5.7at the merge commit, push tag → triggersBuildworkflow → produces draft release with mac dmg/pkg + win exe assets. Per global memory: stays as draft, do NOT promote to Latest until you say so.🤖 Generated with Claude Code