Skip to content

feat: wrap HUD output in markdown blockquote for dim styling#73

Merged
ComBba merged 1 commit into
masterfrom
feat/blockquote-hud
Feb 25, 2026
Merged

feat: wrap HUD output in markdown blockquote for dim styling#73
ComBba merged 1 commit into
masterfrom
feat/blockquote-hud

Conversation

@ComBba
Copy link
Copy Markdown
Contributor

@ComBba ComBba commented Feb 25, 2026

Summary

Wraps HUD line in markdown blockquote for dim/muted appearance.

Why

ANSI dim codes cause TUI rendering bugs; blockquotes use theme's markdownBlockQuote color which maps to muted colors in most themes.

Changes

  • appendUsageLineToOutputText() adds > prefix
  • Tests updated

Note

Theme-dependent — most popular themes (one-dark, aura, kanagawa) render blockquotes in muted gray; some themes (catppuccin) render in yellow.

Use markdown blockquote syntax (> prefix) instead of ANSI dim codes.
The opencode TUI renders blockquotes with theme-specific muted colors
(e.g., darkFgMuted in one-dark), achieving the dim appearance without
ANSI escape codes that cause TUI rendering collisions.
@gemini-code-assist
Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Feb 25, 2026

Warning

Rate limit exceeded

@ComBba has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 15 minutes and 35 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 897bbc0 and 088405a.

📒 Files selected for processing (2)
  • src/plugin.ts
  • tests/build-usage-line.test.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/blockquote-hud

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ComBba ComBba merged commit 36cb573 into master Feb 25, 2026
3 checks passed
@ComBba ComBba deleted the feat/blockquote-hud branch February 25, 2026 05:01
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