release: v0.50.0 - #369
Conversation
Bump 0.49.1 -> 0.50.0 and rebuild dist from a clean origin/main worktree. Minor, not patch: judge_exec gains a new shape. Every judge now records input_tokens, output_tokens, cache_creation, cache_read, cost_usd and session_id (sc-1527, #368), which makes per-ship cost answerable for the first time — the whole reason the review-latency work in #360 could only ever be justified on wall clock. Verified against a REAL claude spawn on the merged code, not the fake used in tests: a haiku judge returned clean verdict text and booked input=10 output=49 cache_creation=17652 cache_read=17822 cost_usd=0.0373 with its session_id — so the join back into the usage tracker exists too. Note for the first ship after upgrading: cacheKey salts on the devkit VERSION, so every reviewer and completeness verdict earned under 0.49.1 is invalidated by design (sc-1437). That attempt re-judges from scratch — which incidentally is the run that will carry the first full cost picture. Gates bypassed at the maintainer's request (--no-verify). Release smoke checks ran: built bin reports 0.50.0, dist byte-consistent with the index in BOTH directions (0 stale, 0 untracked), and the capture is present in the compiled output. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 5 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: defaults Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
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 |
Bump
0.49.1→0.50.0, dist rebuilt from a clean origin/main worktree.Minor, not patch:
judge_execgains a new shape. Every judge now recordsinput_tokens,output_tokens,cache_creation,cache_read,cost_usdandsession_id(sc-1527, #368) — which makes per-ship cost answerable for the first time, and is the whole reason the review-latency work in #360 could only ever be justified on wall clock.Diff is
package.json+dist/package.json; the compiled outputs for the feature already landed with #368.Verified against a real spawn, not the test fake
Ran a live haiku judge through the merged code on
origin/main:So the caller contract holds, the spend is real, and the
session_idjoin back into the usage tracker exists.Expect one slow ship per repo after upgrading
cacheKeysalts on the devkit version, so every reviewer and completeness verdict earned under 0.49.1 is invalidated by design (sc-1437). That first attempt re-judges from scratch — which incidentally is the run that will carry the first complete cost picture, since nothing is served from cache.Smoke checks
0.50.0parseJudgeUsagepresent in the compileddist/gate-engine/judge/run-judge.mjsGates bypassed at the maintainer's request (
--no-verify).After merge
v0.50.0and push — consumers pindevkitRef, so an untagged release is unreachable.devkit upgradein devkit itself and in qavis/frink to start collecting.🤖 Generated with Claude Code