Skip to content

fix(cli): remove stray dot from --help logo#17170

Open
mynameistito wants to merge 5 commits intoanomalyco:devfrom
mynameistito:fix/help-logo-white-dot
Open

fix(cli): remove stray dot from --help logo#17170
mynameistito wants to merge 5 commits intoanomalyco:devfrom
mynameistito:fix/help-logo-white-dot

Conversation

@mynameistito
Copy link
Contributor

@mynameistito mynameistito commented Mar 12, 2026

Issue for this PR

Closes #17171

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

logo.right[0] contains a character that was used as a decorative top-bump for the logo. The TUI renders it fine via @opentui/core's cell system, but ui.ts's draw() — which powers opencode --help — has no handler for it and falls through to the default branch where fg = reset (plain white), producing a visible white dot at the top of the wordmark.

The fix is a one-character change in logo.ts (the single source of truth established in #10912): replace the with spaces. The dot disappears and the logo looks correct in both --help and the TUI.

How did you verify your code works?

Ran bun run src/index.ts --help from packages/opencode and confirmed the dot is gone.

Screenshots / recordings

Before:

image

After:

Image

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions github-actions bot added contributor needs:compliance This means the issue will auto-close after 2 hours. needs:issue labels Mar 12, 2026
@github-actions
Copy link
Contributor

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@github-actions github-actions bot removed needs:issue needs:compliance This means the issue will auto-close after 2 hours. labels Mar 12, 2026
@github-actions
Copy link
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug(cli): white dot appears at top of logo in --help output

1 participant