Use Cua for Local VM and include voice mode - #100
Conversation
The cloud box needs a paid plan and "This computer" points the agent at the desktop the human is using. Local VM is the third option: a Linux desktop in a container on this machine — free, disposable, and separate from the user's own desktop and files. It costs almost no new code because the computer tools were never really coupled to the cloud. Every tool runs shell and reads a file back, so only two functions had to learn a second transport: commands go through the runtime's exec instead of a REST endpoint, and a frame is read straight out of the container instead of over HTTP — which is also faster, since there is no network hop at all. - Runs on: Cloud box · Local VM · This computer · Off - Both drivers ask one helper what env the proxy needs, so the transport decision lives in exactly one place and box credentials can never leak into a container turn (there's a test for that) - Choosing Local VM when it isn't ready explains which step is missing — no runtime, runtime not started, image not pulled, container stopped — instead of failing inside the agent's turn - The box-only Computer engine says so plainly rather than throwing Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 8 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 ignored due to path filters (1)
📒 Files selected for processing (34)
Comment |
What changed
Verification
Notes