[PR #4995] fix: update branding in TUI update notifications to use shuvcode #11197

Closed
opened 2026-02-16 18:15:59 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/4995

State: closed
Merged: No


Summary

  • Fixes #73 - Updates hardcoded "OpenCode" branding in TUI update notification messages to display "shuvcode" instead

Changes

Updates two toast messages in packages/opencode/src/cli/cmd/tui/app.tsx:

Message Before After
Update Complete OpenCode updated to v{version} shuvcode updated to v{version}
Update Available OpenCode v{version} is available. Run 'opencode upgrade' to update manually. shuvcode v{version} is available. Run 'shuvcode upgrade' to update manually.

Testing

  • TypeScript syntax check passed
  • Code changes verified at correct line locations (421, 430)

Risk Assessment

Low risk - String-only UI text changes with no logic modifications. Changes are isolated to a single file.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/4995 **State:** closed **Merged:** No --- ## Summary - Fixes #73 - Updates hardcoded "OpenCode" branding in TUI update notification messages to display "shuvcode" instead ## Changes Updates two toast messages in `packages/opencode/src/cli/cmd/tui/app.tsx`: | Message | Before | After | |---------|--------|-------| | Update Complete | `OpenCode updated to v{version}` | `shuvcode updated to v{version}` | | Update Available | `OpenCode v{version} is available. Run 'opencode upgrade' to update manually.` | `shuvcode v{version} is available. Run 'shuvcode upgrade' to update manually.` | ## Testing - [x] TypeScript syntax check passed - [x] Code changes verified at correct line locations (421, 430) ## Risk Assessment **Low risk** - String-only UI text changes with no logic modifications. Changes are isolated to a single file.
yindo added the pull-request label 2026-02-16 18:15:59 -05:00
yindo closed this issue 2026-02-16 18:16:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11197