docs: check off shipped roadmap items and refresh the desktop note - #131
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
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: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Comment |
|
|
Overall Grade |
Security Reliability Complexity Hygiene |
Code Review Summary
| Analyzer | Status | Updated (UTC) | Details |
|---|---|---|---|
| JavaScript | Aug 1, 2026 11:09p.m. | Review ↗ | |
| Shell | Aug 1, 2026 11:09p.m. | Review ↗ | |
| Secrets | Aug 1, 2026 11:09p.m. | Review ↗ | |
| Docker | Aug 1, 2026 11:09p.m. | Review ↗ | |
| Python | Aug 1, 2026 11:09p.m. | Review ↗ | |
| CSS | Aug 1, 2026 11:09p.m. | Review ↗ | |
| Rust | Aug 1, 2026 11:09p.m. | Review ↗ | |
| Ruby | Aug 1, 2026 11:09p.m. | Review ↗ | |
| Swift | Aug 1, 2026 11:09p.m. | Review ↗ | |
| PHP | Aug 1, 2026 11:09p.m. | Review ↗ | |
| Lua | Aug 1, 2026 11:09p.m. | Review ↗ | |
| Java | Aug 1, 2026 11:09p.m. | Review ↗ | |
| Go | Aug 1, 2026 11:09p.m. | Review ↗ | |
| C & C++ | Aug 1, 2026 11:09p.m. | Review ↗ | |
| Ansible | Aug 1, 2026 11:09p.m. | Review ↗ | |
| Apex | Aug 1, 2026 11:09p.m. | Review ↗ | |
| Elixir | Aug 1, 2026 11:09p.m. | Review ↗ | |
| Groovy | Aug 1, 2026 11:09p.m. | Review ↗ | |
| Objective-C | Aug 1, 2026 11:09p.m. | Review ↗ | |
| PowerShell | Aug 1, 2026 11:09p.m. | Review ↗ | |
| Terraform | Aug 1, 2026 11:09p.m. | Review ↗ | |
| VB.NET | Aug 1, 2026 11:09p.m. | Review ↗ | |
| SQL | Aug 1, 2026 11:09p.m. | Review ↗ | |
| Scala | Aug 1, 2026 11:09p.m. | Review ↗ | |
| Perl | Aug 1, 2026 11:09p.m. | Review ↗ | |
| Kotlin | Aug 1, 2026 11:09p.m. | Review ↗ | |
| Helm | Aug 1, 2026 11:09p.m. | Review ↗ | |
| Erlang | Aug 1, 2026 11:09p.m. | Review ↗ | |
| Dart | Aug 1, 2026 11:09p.m. | Review ↗ | |
| C# | Aug 1, 2026 11:09p.m. | Review ↗ |
Important
AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.
Issue for this PR
Closes #130
Type of change
What does this PR do?
The README roadmap fell behind the v1.19/v1.20 releases. This moves everything that shipped into the Done section and trims it out of Now/Next/Later: best-of-N runs (#65), push-to-talk voice input (#102), the
bolt evalbenchmark harness (#105), per-session memory controls (#101),/plan(#96),/todos(#72),/btw(#73),bolt logs(#90), and.boltignore-aware search (#87/#94/#107).It also replaces the stale desktop-app note (which claimed builds still ship under the old OpenCode name; they ship as Bolt.app since v1.20.2) with the one-line terminal installer from #129:
curl -fsSL https://raw.githubusercontent.com/bolt-builder/bolt-cli/dev/install-desktop | bashBoth the root
README.mdand itspackages/opencode/README.mdcopy are updated in lockstep (verified identical withcmp).How did you verify your code works?
Docs-only change. Diffed the roadmap against the merged PR list and the v1.19.0-v1.20.2 release notes to confirm every checked item actually shipped, and confirmed the two README copies stay byte-identical.
Screenshots / recordings
Not a UI change.
Checklist
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is enabled.