Created
July 8, 2026 20:41
-
-
Save finesse-fingers/fbd4ffd33c4d9c5e6860beb7897ce3c9 to your computer and use it in GitHub Desktop.
PR 6498 eval status display SVG screenshots
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
| <svg xmlns="http://www.w3.org/2000/svg" width="900" height="520" viewBox="0 0 900 520"> | |
| <style> | |
| .bg { fill: #fafaf8; } | |
| .chrome { fill: #eeeeec; stroke: #d2d2d2; } | |
| .txt { font: 18px Menlo, Consolas, monospace; fill: #1f1f1f; } | |
| .small { font: 16px Menlo, Consolas, monospace; fill: #666; } | |
| .cyan { fill: #00b2c2; } | |
| .green { fill: #00a546; } | |
| .yellow { fill: #b28c00; } | |
| .muted { fill: #777; } | |
| .barbg { fill: #dadad6; } | |
| .bar { fill: #2a2a2a; } | |
| .okbox { fill: #e8f8ee; stroke: #aadcb9; } | |
| </style> | |
| <rect class="bg" x="0" y="0" width="900" height="100%"/> | |
| <rect class="chrome" x="0" y="0" width="900" height="58"/> | |
| <circle cx="24" cy="29" r="7" fill="#ff5f56"/> | |
| <circle cx="48" cy="29" r="7" fill="#ffbd2e"/> | |
| <circle cx="72" cy="29" r="7" fill="#27c93f"/> | |
| <text class="small" x="100" y="35">terminal resized to 80 columns</text> | |
| <text class="small cyan" x="24" y="110">[2026-07-08 12:49:16] DEBUG</text> | |
| <text class="small" x="300" y="110">Prepared work items eval=gdp_pdf_liteparse_text</text> | |
| <text class="small cyan" x="24" y="146">[2026-07-08 12:49:16] DEBUG</text> | |
| <text class="small" x="300" y="146">generation_items=1 grading_units=1 batch_tasks=0</text> | |
| <text class="txt cyan" x="24" y="216">⠴</text> | |
| <text class="txt green" x="58" y="216">gdp_pdf_liteparse_text/openai_gpt-5-4-mini-non-reasoning</text> | |
| <text class="txt" x="720" y="216">(1/2)</text> | |
| <text class="txt yellow" x="790" y="216">gen ✓1</text> | |
| <text class="txt cyan" x="24" y="258">⠦</text> | |
| <text class="txt green" x="58" y="258">gdp_pdf_liteparse_text/openai_gpt-5-4-mini-non-reasoning</text> | |
| <text class="txt" x="720" y="258">(0/1)</text> | |
| <text class="txt muted" x="790" y="258">grade</text> | |
| <line x1="20" y1="318" x2="880" y2="318" stroke="#e2e2de"/> | |
| <text class="small" x="24" y="364">Narrow terminal: compact/minimal rows avoid overflowing columns and keep logs above the live status.</text> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment