docs: mark the update-stuck investigation resolved, bump version note#45
docs: mark the update-stuck investigation resolved, bump version note#45jaylfc wants to merge 1 commit into
Conversation
CLAUDE.md still flagged the in-app "update from Settings" hang as an open investigation awaiting a user log, but 1ef7c35 (shipped as 0.2.10) root-caused and fixed it: both install.sh and check_for_updates() hit GitHub's rate-limited REST API for the latest-release lookup, which silently fell back to a slow source build once the 403 kicked in. Also refresh the "currently 0.2.9" version note, now 0.2.11.
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
|
Warning Review limit reached
Next review available in: 40 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. 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. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 file)
Reviewed by minimax-m3 · Input: 34.9K · Output: 2.9K · Cached: 228.4K |
What's stale
Routine docs-freshness audit found
CLAUDE.mdout of sync with recently shipped fixes:Cargo.tomlis "currently 0.2.9" — main is now at 0.2.11 (0.2.10 + 0.2.11 shipped since).docs/superpowers/plans/2026-06-14-update-stuck-investigation.md). That investigation is done: commit1ef7c35(shipped as 0.2.10) root-caused and fixed it — bothinstall.shandcheck_for_updates()resolved the latest release via the unauthenticated, 60-req/hourapi.github.comREST endpoint, which answered 403 once rate-limited and silently dropped Settings' Update & Reload into a multi-minute source-build fallback that looked hung. Both now resolve the tag from thegithub.com/OWNER/REPO/releases/latestweb redirect instead, which isn't rate-limited.Fix
Updated the version note and replaced the stale "investigation in progress" warning with a short summary of the root cause and fix, keeping the plan-doc pointer as historical context.
Scope check
CLAUDE.mdonly.docs/superpowers/plans/was left untouched per project convention (append new records, don't retrofit old ones).Generated by Claude Code