Skip to content

chore: bump version to 0.4.3 - #56

Merged
Shadow-Azure merged 1 commit into
mainfrom
chore/bump-0.4.3
Jul 22, 2026
Merged

chore: bump version to 0.4.3#56
Shadow-Azure merged 1 commit into
mainfrom
chore/bump-0.4.3

Conversation

@Shadow-Azure

Copy link
Copy Markdown
Owner

Problem

Since v0.4.2, main landed a headless terminal_ready timeout fix (#55) and a docs update (#49), but no release ships them — users hitting the 60s cli-box start hang 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:

Version strings updated in Cargo.toml (workspace), electron-app/package.json, and release.sh; Cargo.lock resynced. Verified with cargo 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.3
  • Cargo.lock resynced (3 crates → 0.4.3)
  • sh release.sh — full release artifact build (post-merge)
  • Release test per 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

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>
@github-actions

Copy link
Copy Markdown

🔒 门禁检查结果

检查项 状态
Rust 格式化 ✅ success
Rust Clippy ✅ success
Rust 测试 & 覆盖率 ✅ success
前端测试 & 覆盖率 ✅ success
Playwright E2E ✅ success
统一测试 (test.sh) ✅ success
安全检查 ✅ success
发布模拟验证 ✅ success
升级流程测试 ✅ success
cli-box-skill 单元测试 ✅ success

Rust 测试覆盖率

指标 覆盖率
行覆盖率 67.3%
分支覆盖率 0.0%
模块 行覆盖率
crates.cli-box-core.src.automation ███████████░░░░░░░░░ 58.3%
crates.cli-box-core.src.daemon ██████████░░░░░░░░░░ 52.6%
crates.cli-box-core.src.sandbox ███████████████████░ 98.8%
crates.cli-box-core.src.server █████████████████░░░ 87.7%
crates.cli-box-core.src.instance ███████████████████░ 99.1%
crates.cli-box-core.src.process ███████████░░░░░░░░░ 57.7%
crates.cli-box-core.src ███████████░░░░░░░░░ 55.3%
crates.cli-box-core.src.capture ████████████████░░░░ 84.2%

详细报告见 Rust 覆盖率 artifact

前端测试覆盖率

指标 覆盖率
行覆盖率 ████████████████░░░░ 78.0%
分支覆盖率 70.4%
函数覆盖率 74.2%
语句覆盖率 77.5%
文件 行覆盖率
src/tests/mocks/websocket.ts ██████████████████░░ 88.0%
src/tests/mocks/xterm.ts ████████████████████ 100.0%
src/main/daemon-bridge.ts ████████░░░░░░░░░░░░ 40.0%
src/renderer/api.ts ██████████████░░░░░░ 68.2%
src/renderer/screenshotSync.ts ████████████████████ 100.0%
src/renderer/scrollback.ts ██████████████████░░ 88.9%
src/renderer/tabState.ts ████████████████████ 100.0%
src/renderer/terminalBuffer.ts ████████████████████ 100.0%

详细报告见前端覆盖率 artifact

✅ 所有检查通过,可以合入

点击 Squash and merge 合并此PR

@Shadow-Azure
Shadow-Azure merged commit e42b20c into main Jul 22, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant