fix: update TUI branding and error report URL, reduce stack trace exposure (#679)#800
Open
MrRealORG wants to merge 1 commit into
Open
fix: update TUI branding and error report URL, reduce stack trace exposure (#679)#800MrRealORG wants to merge 1 commit into
MrRealORG wants to merge 1 commit into
Conversation
…osure (XiaomiMiMo#679) - error-component.tsx: bug report URL changed from anomalyco/opencode to XiaomiMiMo/MiMo-Code, title prefix from 'opentui:' to 'MiMo Code:', version param from opencode-version to mimo-version - error-component.tsx: stack trace in bug report URL limited from 6000 chars (leaking full file paths) to first 3 frames / 2000 chars - dialog-provider.tsx: 'OpenCode Zen' → 'MiMo Code', 'OpenCode Go' → 'MiMo Go' in provider descriptions - dialog-go-upsell.tsx: 'OpenCode Go' → 'MiMo Go' - dialog-status.tsx: MCP auth hint 'opencode mcp auth' → 'mimo mcp auth'
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
Branding and info-leak fixes in 4 TUI component files.
error-component.tsx (security + branding)
anomalyco/opencode(upstream fork) instead ofXiaomiMiMo/MiMo-Code. Users reporting crashes were creating issues on the wrong repo.opentui: fatal:instead ofMiMo Code: fatal:.opencode-versioninstead ofmimo-version(mismatches the updated template from PR fix: update bug report template to reference MiMo Code instead of OpenCode #781).dialog-provider.tsx, dialog-go-upsell.tsx, dialog-status.tsx (branding)
OpenCode Zen→MiMo Code,OpenCode Go→MiMo Goin provider descriptionsopencode mcp auth→mimo mcp authProvider IDs (
"opencode") are intentionally unchanged as they are code identifiers.