Skip to content

fix: correct error report URL to XiaomiMiMo/MiMo-Code, replace console.* with structured logging in TUI#848

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

fix: correct error report URL to XiaomiMiMo/MiMo-Code, replace console.* with structured logging in TUI#848
MrRealORG wants to merge 1 commit into
XiaomiMiMo:mainfrom
MrRealORG:fix/auto-0616-error-url-console-logging

Conversation

@MrRealORG

Copy link
Copy Markdown

Summary

Fixes a branding bug and replaces remaining console.* calls with structured logging in TUI components.

Error report URL points to wrong repo

The fatal error component (error-component.tsx) had the issue URL pointing to anomalyco/opencode instead of XiaomiMiMo/MiMo-Code. When a user encounters a fatal TUI error and clicks Copy issue URL, the URL pointed to the upstream repo. Also fixed the title prefix from opentui: fatal: to MiMo Code: fatal:.

Replace console.* with structured logging

  • dialog-mcp.tsx: Two console.error calls replaced with Log.Default.warn/error
  • prompt/index.tsx: console.log for session creation failure replaced with Log.Default.error

Closes #679

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.

Web UI still shows "opencode" branding instead of "MiMo Code"

1 participant