fix: rebrand leftover OpenCode references to MiMo Code across server, desktop i18n, and frontend JS#235
Closed
MarkYangKp wants to merge 9 commits into
Conversation
docs: correct OpenCode repository URL in README files
…-qrcode docs: update community group chat QR code
…desktop i18n Replace leftover OpenCode branding in server API route descriptions (6 files, 15 occurrences) and desktop updater i18n strings (14 locale files, 28 occurrences). These were missed by existing rebrand PRs (XiaomiMiMo#9, XiaomiMiMo#112, XiaomiMiMo#184, XiaomiMiMo#202). Related to XiaomiMiMo#224
…d config Replace remaining OpenCode branding in frontend application code: - entry.tsx: localStorage key, favicon URL, hostname check, env vars - deep-links.ts: protocol (opencode:// → mimo://), event name, type, global property - persist.ts: storage keys (opencode. → mimocode.) - titlebar.tsx: DOM IDs and env var - highlights.tsx: changelog URL - server.ts, terminal.tsx: default username - electron.vite.config.ts: build constants, plugin names, env vars - constants.ts: settings store key, env var - env.d.ts: type declarations - enterprise share page: title, description, links Related to XiaomiMiMo#224
97aefc0 to
ab53d06
Compare
Collaborator
Collaborator
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.
Issue for this PR
Related to #224
Type of change
What does this PR do?
Fix leftover OpenCode branding that was missed by the existing rebrand PRs (#9, #112, #184, #202). Changes span 40 files, 103 occurrences across three areas:
1. Server API route descriptions (6 files, 15 occurrences)
2. Desktop i18n updater strings (14 locale files, 28 occurrences)
3. Frontend JS runtime + build config (20 files, 60 occurrences)
entry.tsx: localStorage key, favicon URL, hostname check, VITE env varsdeep-links.ts: protocol (opencode:// → mimo://), event name, type name, global propertypersist.ts: storage key prefix (opencode. → mimocode.)titlebar.tsx: DOM IDs and VITE env varhighlights.tsx: changelog URLserver.ts,terminal.tsx: default usernameenv.d.ts,playwright.config.ts: type declarations and test configelectron.vite.config.ts: build constants, plugin names, virtual moduleconstants.ts: settings store keydesktop/main/env.d.ts,server.ts,index.ts: virtual module importsenterprise share page: title, description, GitHub/Discord/website links, OG image URLHow did you verify your code works?
VITE_OPENCODE_referencesvirtual:opencode-serverreferencesChecklist