fix: replace OpenCode branding with MiMo Code in Web UI (fixes #679)#793
Open
MrRealORG wants to merge 1 commit into
Open
fix: replace OpenCode branding with MiMo Code in Web UI (fixes #679)#793MrRealORG wants to merge 1 commit into
MrRealORG wants to merge 1 commit into
Conversation
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replace user-facing
OpenCodereferences withMiMo Codeacross the Web UI to fix inconsistent branding reported in #679.Changes
packages/app/index.html:<title>OpenCode</title>→<title>MiMo Code</title>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"Intentionally kept as "OpenCode"
OpenCode Zenopencode.jsonopencode.aiopencode/opencode-goopencode-titlebar-*Before / After
The browser tab title, settings panel, toast notifications, and error pages now consistently show "MiMo Code" instead of "OpenCode".
Closes #679