refactor(gui): react-doctor cleanup for App, Logs, Subagents#471
Conversation
|
Warning Review limit reached
Next review available in: 41 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. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe GUI now uses client-resource polling for runtime and Claude state, shared helpers for Logs tab navigation, and guarded JSON/error handling with busy-state protection for Subagents saves. ChangesGUI state and interaction updates
Estimated code review effort: 3 (Moderate) | ~25 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Harden fetch status checks, loading/busy guards, and extract Logs tab keydown helper while keeping viewMode wiring.
Guard readJsonOrThrow undefined bodies and align the classic Subagents fetch mock with text()-based status checks.
03e0d3b to
e664956
Compare
|
Rebased onto
Tip: |
…y, logs keydown tests Serialize Claude toggle PUTs with an in-flight guard, disable Subagents mutations while saving, and cover logs tab keyboard helpers.
CodeRabbit review fixes (
|
Add focused regressions for serialized Claude toggle PUTs and Subagents edit-blocking plus applied reconciliation while a save is in flight.
Verify / fix status (Claude toggle + Subagents busy races)Baseline: origin tip was already Verified behavior (unchanged):
Added tests (new SHA
Verification run:
Result: behavior already complete at |
Mirror the Claude toggle in-flight pattern so rapid Save clicks cannot race before busy re-renders, and reuse readJsonOrThrow for PUT error/success parsing.
Summary
viewMode/ SubagentsWorkspace integration.Stack
Test plan
bun x tsc -bingui/Summary by CodeRabbit
New Features
Bug Fixes
Tests