Pull stored detail for a previous run
sh_detailRetrieve full stored output from a previous command run by ID, without re-running it. Optionally filter stdout or stderr with a regex to extract only needed lines.
Instructions
Retrieve full stored output for a previous sh_run by id WITHOUT re-running it (feature J — addressable output). 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). | |
| selector | No | Which slice to return. 'trace' returns the full captured syscall trace (feature A). | full |
| 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. |