release: v0.7.0-beta.4 - #153
Conversation
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
|
🔒 Repowise is not analyzing this repository The PR bot is free on public repositories. This one is private, which needs a Pro plan. |
|
Warning Review limit reached
Next review available in: 31 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (4)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Code Intel change risk
Top signals
revspec: |
Summary
切 v0.7.0-beta.4。自 beta.3 起 main 上共 20 个提交。
改动 5 个文件:
CHANGELOG.md、crates/code-intel-cli/Cargo.toml、Cargo.lock、orchestration/toolchain-versions.v1.json,外加crates/code-intel-cli/tests/fixtures/cli-head-parity.v2.json——该 golden fixture 把--version --json的 stdout 逐字节钉死,含两处版本字符串,不跟着版本号走就会红。这一版的主线
Complete必须携带扫描面才构造得出来,NotComputed是一等状态。验收是反向测试:把partial只改status伪装成complete必须被拒绝,且关掉校验该测试会红。main.rs73 行进程壳,单一权威迭代,已提交证据与工作树建议分权。一条明确的负结果
#140(symbol-bounded chunks)未合并,作为证据保留。实现前写下的预测与实测完全一致:零覆盖变化,而 chunks 产物 ×3.56。由此得到 #142——Arm A 的字节开销 99.8% 是产物全量扫描,把产物做得更精确只会更贵。
验证
cargo test --workspace --locked→ 2963 passed(52 suites,125s)code-intel repin --json→stalePins: [](跳过项均为二进制文件)已知问题
见 #148(help 静默绿灯、巨石门禁只报数量不报文件名、
sentrux dsm边矩阵结构性为空、149 条 rustc 警告直通发布等)。本次不修。Refs #139 #142 #148