fix: update remaining opencode references in help output and CLI#547
fix: update remaining opencode references in help output and CLI#547VJ-yadav wants to merge 1 commit intoAltimateAI:mainfrom
Conversation
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
Please edit this PR description to address the above within 2 hours, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know. |
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (5)
✅ Files skipped from review due to trivial changes (4)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe PR renames runtime targets and mDNS defaults from "opencode" to "altimate-code": CLI PR command now imports and spawns Changes
Sequence Diagram(s)sequenceDiagram
participant User as "User"
participant CLI as "opencode CLI\n(packages/opencode/src/cli/cmd/pr.ts)"
participant Importer as "altimate-code\n(import subcommand)"
participant TUI as "altimate-code TUI\n(spawned process)"
rect rgba(200,220,255,0.5)
User->>CLI: run `pr` command with PR/session URL
CLI->>Importer: Process.text(["altimate-code","import", sessionUrl])
Importer-->>CLI: stdout with sessionId
CLI->>TUI: spawn("altimate-code", ["tui","--session", sessionId])
TUI-->>User: TUI UI appears
end
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
377e484 to
ade8d48
Compare
❌ Tests — Failures DetectedTypeScript — 15 failure(s)
cc @VJ-yadav |
Review — Ready for mergeScope: Fixes #416 — replaces user-facing Analysis
Files changed (6): CI status (commit
Recommendation cc @anandgupta42 — ready for |
92424f7 to
27e9fd4
Compare
Consensus code-review applied — no changes neededRan a 4-participant consensus review (Claude + GPT 5.4 + Gemini 3.1 Pro + self-review). Verdict: APPROVE — mostly user-facing branding + one functional fix ( GPT flagged two MAJOR concerns that I investigated and assessed as false positives:
The intentionally-preserved opencode references ( All CI green. Ready for merge as-is. |
|
Hi @anandgupta42 — approved + consensus review passed on Apr 5, CI green. Just needs a rebase (behind main, no conflicts). Could you merge when you get a moment? |
27e9fd4 to
dd6b929
Compare
Replace user-visible "opencode" branding in CLI --help descriptions, mDNS defaults, and pr command binary spawns with "altimate-code". Closes AltimateAI#417, relates to AltimateAI#416. Co-Authored-By: Vijay Yadav <vijay@studentsucceed.com>
dd6b929 to
19c42d1
Compare
Summary
Fixes #416 — Updates user-facing
opencodereferences toaltimate-codeacross help text, CLI commands, and mDNS discovery.Changed (8 files, 19 replacements):
thread.ts— TUI help descriptionsuninstall.ts— uninstall command descriptionpr.ts— user-facing messages +spawn("opencode", ...)→spawn("altimate-code", ...)(functional fix — old binary name fails on rebranded installs)network.ts,config.ts,mdns.ts— mDNS domainopencode.local→altimate-code.localthread.test.ts— test expectations for mDNS domaintypes.gen.ts— JSDoc mDNS domain referenceIntentionally NOT changed: Internal identifiers (
@opencode/Auth,ProviderID.opencode,OPENCODE_*env vars),@opencode-ai/*package names,.opencodeconfig directories, npm registry names in uninstall,User-Agent/X-Titleprotocol headers.Test Plan
bun turbo typecheckpasses across all 5 packagesbun test test/cli/tui/thread.test.tspasses with updated mDNS expectationsaltimate-code --helpshows noopencodein descriptionsaltimate-code prmessages referencealtimate-codeChecklist
Summary by CodeRabbit
Chores
Tests