Pull stored detail for a previous run
sh_detailRetrieve full stored output from a previous command run by its ID without re-executing. Use it when condensed results hide important lines.
Instructions
Retrieve full stored output for a previous sh_run by id WITHOUT re-running it (the addressable output store). Use after a condensed result hid lines you need.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The run id returned by sh_run (e.g. cmd3). | |
| match | No | With selector stdout/stderr: return ONLY lines matching this regex (with line numbers) — grep the stored stream for a value condensing hid, without dumping it all. | |
| selector | No | Which slice to return. 'trace' returns the full captured syscall trace. | full |