Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Tail, read, or search a Stata log file from a previous command or background task.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-08 | ✗→✓ | ▲ Improved | 20% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 14% | 0% |
| case-23 | ✓→✗ | ▼ Worse | -29% | 0% |
| case-10 | ✓→✓ | = Same ✓ | 95% | 0% |
| case-19 | ✓→✓ | = Same ✓ | -15% | 0% |
Parse the argument:
If a search term is provided, call:
stata_read_log(path=<first_token>, query=<second_token>, before=2, after=2, regex=False)Display matching lines with context.
If no search term, call:
stata_read_log(path=<first_token>, tail_lines=50)Display the last 50 lines of the log.
If the argument looks like a task_id (not a file path), call:
stata_read_log(task_id=<argument>, tail_lines=50)If no argument is provided, tell the user to supply a log file path or task_id. These are returned by stata_run in the log_path field of the JSON response.
If the log is large and truncated, note the offset for reading more (the response includes the current byte offset).
Other measured skills in the registry, with their headline benchmark lift.