Skip to content

fix: update TUI branding and error report URL, reduce stack trace exposure (#679)#800

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

fix: update TUI branding and error report URL, reduce stack trace exposure (#679)#800
MrRealORG wants to merge 1 commit into
XiaomiMiMo:mainfrom
MrRealORG:fix/auto-0616-tui-branding-error-url

Conversation

@MrRealORG

Copy link
Copy Markdown

Summary

Branding and info-leak fixes in 4 TUI component files.

error-component.tsx (security + branding)

  • Bug report URL pointed to anomalyco/opencode (upstream fork) instead of XiaomiMiMo/MiMo-Code. Users reporting crashes were creating issues on the wrong repo.
  • Title prefix said opentui: fatal: instead of MiMo Code: fatal:.
  • Version parameter was opencode-version instead of mimo-version (mismatches the updated template from PR fix: update bug report template to reference MiMo Code instead of OpenCode #781).
  • Stack trace exposure: up to 6000 chars of stack trace (full file paths, usernames, dependency versions) were embedded in the GitHub issue URL. Now limited to first 3 frames / 2000 chars max.

dialog-provider.tsx, dialog-go-upsell.tsx, dialog-status.tsx (branding)

  • OpenCode ZenMiMo Code, OpenCode GoMiMo Go in provider descriptions
  • MCP auth hint: opencode mcp authmimo mcp auth

Provider IDs ("opencode") are intentionally unchanged as they are code identifiers.

…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'
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.

1 participant