fix(v1): compact long eval dashboard overrides - #2541
Draft
hallerite wants to merge 1 commit into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stacked on #2525 (
codex/pin-subagent-timeout-semantics) to preserve the research evaluation base.Change
Fold whitespace and abbreviate long override values in the native Rich evaluation overview only.
Long research prompts otherwise consume the viewport and hide the per-rollout rows. Full prompt
values remain unchanged in the evaluator and resolved configuration.
Validation
and 400-slot layouts at 80x24, 100x30, 120x40, and 160x48.
verifiers/v1/harnesses/hermes_agent/program.py:16.Presentation-only change. No rollout budget, retry, prompt, or sampling change. Unsigned commit.
Note
Truncate and normalize whitespace in eval dashboard override display values
Adds
_display_overridein eval.py, which collapses whitespace runs to single spaces and truncates compact text longer than 60 characters to the first 40 characters plus an ellipsis and character count. Both override-segment construction paths (nested discriminator and ordinary field) now use_display_overrideinstead offormat_override. The underlying configuration and serialized representation are unchanged.Behavioral Change: override strings shown by
overridesnow collapse whitespace and may be truncated; values previously displayed in full will appear shortened.Macroscope summarized 773467e.