Inspectors → Work Column: SolidJS tabs (#351) - #202
Conversation
- Add inspector-bridge.ts typed postMessage store (run:iteration/pulse-meta/pulse/completion/activate/label/timing, device:status/actions/activate) with per-run/per-device buffering and active id, survives tab close/reopen - RunInspector: auto-opens on run:activate, live iter/objective/inf, pulse line chart (responsive at 320px column width), run picker for multi-run, fidelity/iteration/timing on completion, closable with buffered reopen (per-session via bridge store) - DeviceInspector: auto-opens on device:activate, drive lines online, qubit rollup, metrics with staleness, calibration params, recommended actions, device picker, reverse device:refresh postMessage - Pulse plot uses SVG viewBox so 280–330px Work Column resize reflows correctly Extension already fans messages via chat_bridge lane 2; app listens via window message. Wiring into Work Column tab strip follows in next commit (SessionSidePanel integration).
|
Warning Review limit reached
Next review available in: 7 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: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
Comment |
Companion to harmoniqs/amicode#384. Implements Work Column Run/Device Inspector tabs per #351. See amicode PR for extension side (bridge, deletions, status bar removal). This PR adds SolidJS inspector-bridge + RunInspector/DeviceInspector components (320px responsive, closable with buffered reopen, per-session, run/device pickers, pulse SVG). Wiring into SessionSidePanel tab strip follows next commit.