refactor: rebrand OpenCode to MiMo Code in user-facing strings (#8, #14, #19, #29)#3
Open
czs654 wants to merge 1 commit into
Open
refactor: rebrand OpenCode to MiMo Code in user-facing strings (#8, #14, #19, #29)#3czs654 wants to merge 1 commit into
czs654 wants to merge 1 commit into
Conversation
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
Rebrand 'OpenCode' to 'MiMo Code' in all user-facing strings across the codebase. This addresses issues XiaomiMiMo#8, XiaomiMiMo#14, XiaomiMiMo#19, and XiaomiMiMo#29.
Changes (14 files, 41 replacements)
Documentation:
CONTRIBUTING.md— title, section headers, and all prose references to "OpenCode" → "MiMo Code"packages/desktop/README.md— title and descriptionDesktop App:
packages/desktop/electron-builder.config.ts— productName, protocol names, appId for dev channelpackages/desktop/package.json— author namepackages/desktop/src/main/menu.ts— app label, "OpenCode Documentation" → "MiMo Code Documentation"Server & Auth:
packages/opencode/src/mcp/oauth-provider.ts— OAuth client_namepackages/opencode/src/mcp/oauth-callback.ts— authorization page titlespackages/opencode/src/plugin/codex.ts— Codex authorization page titlespackages/opencode/src/acp/agent.ts— login label, agent nameUI & Schema:
packages/ui/src/assets/favicon/site.webmanifest— name, short_namepackages/ui/src/components/favicon.tsx— apple-mobile-web-app-title metapackages/ui/src/theme/desktop-theme.schema.json— title, descriptionOther:
LICENSE— copyright holder normalizationpackages/sdk/js/src/v2/client.ts— server name in error messageWhat is NOT changed (intentionally)
Fixes XiaomiMiMo#8
Fixes XiaomiMiMo#14
Fixes XiaomiMiMo#19
Fixes XiaomiMiMo#29