Description
The \oaeval audit\ command runs corpus health checks but doesn't show a progress indicator during long-running operations. Adding even a simple spinner or progress bar would improve the user experience.
What to Do
Add a
ich.progress\ spinner or progress bar to the audit command that shows which check is currently running.
Files to Look At
- \openagent_eval/cli/commands/audit.py\ — the audit command
- \openagent_eval/cli/commands/run.py\ — for reference on how progress is shown in other commands
Good First Issue ✅
A UI improvement that follows existing patterns in the codebase.
Description
The \oaeval audit\ command runs corpus health checks but doesn't show a progress indicator during long-running operations. Adding even a simple spinner or progress bar would improve the user experience.
What to Do
Add a
ich.progress\ spinner or progress bar to the audit command that shows which check is currently running.
Files to Look At
Good First Issue ✅
A UI improvement that follows existing patterns in the codebase.