Skip to content

Improve subagent contrast in TUI#13197

Merged
tibo-openai merged 1 commit intomainfrom
codex/fix-tui-agent-colors
Mar 2, 2026
Merged

Improve subagent contrast in TUI#13197
tibo-openai merged 1 commit intomainfrom
codex/fix-tui-agent-colors

Conversation

@gabec-openai
Copy link
Copy Markdown
Contributor

Summary

  • raise contrast for subagent transcript labels and fallback states
  • remove low-contrast dim styling from role tags and error details
  • make the closed-agent picker dot readable in dark theme

Validation

  • just fmt
  • just fix -p codex-tui
  • cargo test -p codex-tui
Raise contrast for subagent labels and statuses in the TUI transcript and picker.

Co-authored-by: Codex <noreply@openai.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Improves readability/contrast of the multi-agent experience in the TUI by adjusting Ratatui span styling for agent labels, status summaries, and the agent picker’s closed/open indicator.

Changes:

  • Adjust agent picker “closed” status dot to avoid low-contrast dark gray styling.
  • Increase contrast of agent transcript labels (nickname/thread id/role) by updating colors and removing dim styling.
  • Increase contrast for several status/fallback lines (e.g., “Pending init”, “Shutdown”, error previews, and “No agents completed yet”) and update corresponding style assertions in tests.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@gabec-openai gabec-openai requested a review from jif-oai March 2, 2026 10:23
@tibo-openai tibo-openai merged commit 9685e7d into main Mar 2, 2026
35 checks passed
@tibo-openai tibo-openai deleted the codex/fix-tui-agent-colors branch March 2, 2026 11:16
@github-actions github-actions bot locked and limited conversation to collaborators Mar 2, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

3 participants