Settings modal and safe local-computer setup - #88
Conversation
App settings were one long right-hand panel. They are now a modal with a section list — General, Connections, Local computer — which is where new settings can go without making one column longer. The new section sets up a computer your bots can borrow: a Linux desktop in a container on this machine, free and disposable, separate from your own desktop and files. It runs the same X11 desktop our computer tools already speak, so nothing about the tools changes — only where the commands run. It is a checklist that watches itself rather than a wall of instructions. A read-only status endpoint reports which container runtime is installed, whether its daemon is actually up, whether the image is pulled and whether the container is running; the panel polls while you work through the steps and ticks them off. Installed-but-not-running is called out separately, because that one otherwise fails later and reads as broken — verified against a real Docker install in exactly that state. We never tell anyone to install Docker specifically: its licence needs payment above 250 employees or $10M revenue and for government use, so the steps suggest Colima or Podman and we adapt to whatever is present. Nothing here installs anything; it only reports and shows commands. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 21 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 (8)
Comment |
Integrates #82 on current
main, with the review findings and cross-platform drift resolved.system statusand JSON inspection syntaxLocal verification: 198 tests passed (7 platform-specific skips), typecheck, Electron syntax checks, production build, and a live read-only runtime probe.
Closes #82