Documentation Index
Fetch the complete documentation index at: https://docs.qaos.machdel.com/llms.txt
Use this file to discover all available pages before exploring further.
CLI — qaos hist
The qaos hist command displays a summary table of your recent runs directly in the terminal.
Options
| Flag | Alias | Description |
|---|---|---|
--limit <n> | -l | Number of recent runs to display (default: 10, max: 50) |
--project <id> | -p | Filter results to a specific project ID |
Examples
Output columns
| Column | Description |
|---|---|
| ID | Shortened run ID |
| Status | completed, failed, or in-progress |
| Score | Aggregate quality score (0–100), or — if not yet computed |
| Issues | Number of problems detected |
| Duration | How long the run took |
| Title | Run title |
| URL | Site URL that was tested |
| Date | Date and time the run was created (UTC) |
You must be authenticated before running
qaos hist. Run qaos auth first if you haven’t already.Dashboard
The QAOS Dashboard provides a richer view of run history:- Filter by project or status
- View full issue reports with reproduction context
- Compare runs over time to track improvement
- Export reports as PDF
Report contents
Each run report includes:Issue list
All detected issues sorted by severity, with type, description, and location.
Task timeline
Per-task breakdown showing what the agent did, how long it took, and what it found.
Fix recommendations
Actionable guidance on how to resolve each detected issue.