feat(cli): add [INFO] log prefix, fix verdict icons, show score %#1074
Merged
feat(cli): add [INFO] log prefix, fix verdict icons, show score %#1074
Conversation
…rcentage Add [INFO] prefix to all eval CLI output lines so framework messages are distinguishable from interleaved provider logs (Copilot, Codex, Pi). Fix verdict icons: completed tests with FAIL verdict now show ❌ instead of ✅, and ERROR shows⚠️ . Show scores as percentages (75%) instead of decimals (0.750). Closes #1073 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Deploying agentv with
|
| Latest commit: |
3c43848
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://81d8e4d3.agentv.pages.dev |
| Branch Preview URL: | https://feat-1073-agentv-log-prefix.agentv.pages.dev |
FAIL is a quality warning (test ran but scored below threshold). ERROR is a hard failure (execution broke). Icons now match severity. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The evaluation summary and matrix table are already delimited with ===== borders and print as a single block after all tests complete. The prefix is only needed for progress lines interleaved with provider output mid-run. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The "Copilot CLI logs:" heading lost context when interleaved with provider output. Each log path now prints as its own self-contained line: [INFO] Log created: /path/to/log Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…irect When "default" in targets.yaml delegates via use_target (e.g., to "copilot"), the progress lines now show "default → copilot" instead of just "default", so the user sees which provider is actually running. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ient With verdict icons (✅/⚠️ /❌), percentages, and resolved target names (default → copilot), every line is already self-describing. The [INFO] prefix was just noise. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
Closes #1073
FAILverdict now showERRORshows ❌75%) instead of decimals (0.750)defaultis ause_targetredirect (e.g.,default → copilot)Provider log:prefix that stays meaningful when interleavedBefore
After
Test plan
🤖 Generated with Claude Code