chore: bump version to 0.4.3 - #56
Merged
Merged
Conversation
Patch release for the headless terminal_ready timeout fix (#55): 'cli-box start' waited the full 60s for the renderer to connect in headless and dev mode. Resyncs Cargo.lock. Co-Authored-By: Claude <noreply@anthropic.com>
🔒 门禁检查结果
Rust 测试覆盖率
前端测试覆盖率
✅ 所有检查通过,可以合入
|
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.
Problem
Since v0.4.2, main landed a headless
terminal_readytimeout fix (#55) and a docs update (#49), but no release ships them — users hitting the 60scli-box starthang in headless/dev mode have no tagged release to consume.Solution
Bump version
0.4.2 → 0.4.3(patch) to cut a release containing:ec51f7dfix: resolve 60s terminal_ready timeout on 'cli-box start' (headless + dev-mode) (fix: resolve 60s terminal_ready timeout on 'cli-box start' (headless + dev-mode) #55)74aaff8docs: introduce OpenClaw + Claude Code practice via cli-box (docs: introduce OpenClaw + Claude Code practice via cli-box #49)Version strings updated in
Cargo.toml(workspace),electron-app/package.json, andrelease.sh;Cargo.lockresynced. Verified withcargo build --release. No code changes.Test Plan
cargo build --release -p cli-box-cli -p cli-box-daemon— all three crates compile at v0.4.3Cargo.lockresynced (3 crates → 0.4.3)sh release.sh— full release artifact build (post-merge)tests/release_test.md(CLI-driven, post-merge)npm platform packages (
packages/*) stay at 0.2.8 — not published in this release.🤖 Generated with Claude Code