feat(tui): add /plan to toggle plan mode - #96
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
|
Warning Review limit reached
Next review available in: 11 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: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Comment |
|
The following comment was made by an LLM, it may be inaccurate: |
Issue for this PR
Closes #95
Type of change
What does this PR do?
Ports Codex CLI's plan-mode toggle. Bolt already ships a built-in
planagent, but flipping into it meant opening/agents, picking it, and doing the same dance to get back./plannow toggles in one keystroke, remembering the agent you came from:If a custom config removed the
planagent,local.agent.setalready surfaces its "Agent not found" warning toast, so no extra guard is needed.How did you verify your code works?
bun typecheckandbun testinpackages/tui(198 pass)/planswitches to the plan agent with a toast,/planagain restores the prior agent (including non-default agents)Screenshots / recordings
Terminal UI change; behavior described above.
Checklist
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is enabled.