feat: rebrand user-facing strings to Bolt across CLI, TUI, and app - #47
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: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (42)
Comment |
|
The following comment was made by an LLM, it may be inaccurate: |
Issue for this PR
Closes #46
Type of change
What does this PR do?
The binary and packages are already Bolt, but the strings users actually see still said opencode. This sweeps the user-facing surface while leaving every contract-bound identifier untouched (
@opencode-ai/*specifiers,OPENCODE_*env vars,opencode.aiURLs,opencode.json/.opencode/paths, provider ids, "OpenCode Zen" provider brand, keybind/storage keys, the GitHub/opencodetrigger, and theopencode-versionissue-form field id).scriptName("bolt")so help/usage printsbolt <command>; command describes and actionable hints (bolt models,bolt auth login,bolt mcp add,bolt --mini -s <id>, upgrade messages) now name the binary that is actually on PATH. Help snapshots regenerated — the diff is purely the name swap.packages/uifavicon assets), Windows app menu labels, help dialog, and ~30 strings in each of the 18 locales. Locale replacement was line-scoped to skipOpenCode Zenand thefreeModels.titlekey, which name the model provider rather than the app — every locale ends with exactly those provider-brand occurrences remaining.dev— they asserted"bolt -s ses_123"as one substring, but the epilogue stylesboltwith ANSI codes between the name and the flags, so the assertion could never match.How did you verify your code works?
bun testinpackages/tui— 192 pass, 0 fail (dev currently has 2 failures).bun test ./test/cli/help/help-snapshots.test.tsand./test/cli/error.test.tsinpackages/opencode— pass; verified the snapshot diff contains only opencode→bolt lines.bun run --conditions=browser src/index.ts --helpprints the Bolt logo andbolt <command>usage.tsgo --noEmitclean inpackages/opencode,packages/tui,packages/app.packages/appi18n parity test failure is pre-existing on dev (missing keys, unrelated; identical result with these changes stashed).Screenshots / recordings
CLI help now renders the BOLT CLI wordmark with
bolt <command>usage lines (terminal output, no UI screenshot applicable).Checklist
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is enabled.