Skip to content

fix: replace OpenCode branding with MiMo Code in Web UI (fixes #679)#793

Open
MrRealORG wants to merge 1 commit into
XiaomiMiMo:mainfrom
MrRealORG:fix/auto-0616-webui-branding
Open

fix: replace OpenCode branding with MiMo Code in Web UI (fixes #679)#793
MrRealORG wants to merge 1 commit into
XiaomiMiMo:mainfrom
MrRealORG:fix/auto-0616-webui-branding

Conversation

@MrRealORG

Copy link
Copy Markdown

Summary

Replace user-facing OpenCode references with MiMo Code across the Web UI to fix inconsistent branding reported in #679.

Changes

  • packages/app/index.html: <title>OpenCode</title><title>MiMo Code</title>
  • 17 i18n files (ar, br, bs, da, de, en, es, fr, ja, ko, no, pl, ru, th, tr, zh, zht):
    • app.name.desktop: "OpenCode Desktop" → "MiMo Code Desktop"
    • Settings descriptions, toast messages, error messages, sidebar text
    • ~106 total string replacements across all languages

Intentionally kept as "OpenCode"

Reference Reason
OpenCode Zen Product/sub-brand name
opencode.json Config file name
opencode.ai URL
opencode / opencode-go Provider IDs
opencode-titlebar-* Internal HTML IDs

Before / After

The browser tab title, settings panel, toast notifications, and error pages now consistently show "MiMo Code" instead of "OpenCode".

Closes #679

Replace user-facing 'OpenCode' references with 'MiMo Code' across the
Web UI to fix inconsistent branding (fixes XiaomiMiMo#679).

Changes:
- index.html: <title>OpenCode</title> -> <title>MiMo Code</title>
- 17 i18n files: Replace 'OpenCode Desktop' -> 'MiMo Code Desktop'
  and update all settings descriptions, toast messages, error messages,
  and sidebar text to reference 'MiMo Code' instead of 'OpenCode'.

Intentionally kept as 'OpenCode':
- 'OpenCode Zen' (product/sub-brand name)
- 'opencode.json' (config file name)
- 'opencode.ai' (URL)
- 'opencode' / 'opencode-go' (provider IDs)
- 'opencode-titlebar-*' (internal HTML IDs)

Languages updated: ar, br, bs, da, de, en, es, fr, ja, ko, no, pl,
ru, th, tr, zh, zht (106 total string replacements)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Web UI still shows "opencode" branding instead of "MiMo Code"

1 participant