Skip to content

Comments

Add subtle --debug hint beneath Logs panel#824

Merged
willccbb merged 3 commits intomainfrom
codex/add-subtle-debug-hint-to-logs-section
Feb 5, 2026
Merged

Add subtle --debug hint beneath Logs panel#824
willccbb merged 3 commits intomainfrom
codex/add-subtle-debug-hint-to-logs-section

Conversation

@willccbb
Copy link
Member

@willccbb willccbb commented Feb 5, 2026

Motivation

  • Provide a minimal, tasteful hint in the eval display UI that --debug can be used to view full logs so users discover the option without cluttering the interface.

Description

  • Append a dim hint line (full logs: --debug) to the Logs panel in _make_log_panel() in verifiers/utils/display_utils.py to show the --debug hint beneath the log lines.

Testing

  • No automated tests were run because this is a UI-only tweak.

Codex Task


Note

Low Risk
Low risk UI-only change to Rich rendering; main risk is minor formatting/layout issues in the terminal display.

Overview
Adds an optional log hint beneath the Logs panel by introducing BaseDisplay.get_log_hint() (defaulting to a dim full logs: --debug message) and wiring it into _make_log_panel() as a Rich Panel subtitle.

Allows displays to suppress the hint by overriding get_log_hint(); GEPADisplay overrides it to return None, keeping its Logs panel unchanged.

Written by Cursor Bugbot for commit 8cde7a7. This will update automatically on new commits. Configure here.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

@willccbb willccbb merged commit f035439 into main Feb 5, 2026
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant