fix
Paste an error to see which commands were run after it in past sessions where the error didn't recur.
Instructions
You just hit an error — before diagnosing it, ask what this machine ran the last time that same error appeared. Pass the failing output verbatim (a whole stack trace is fine; every line is checked). Returns the commands that followed that error in past sessions without it coming back. Evidence from the user's own history, not a guaranteed fix: read the command, decide whether it applies, and say so if you reuse it. An empty result means this machine has no record of that error being followed by a command.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | Yes | The failing output, verbatim. Multi-line pastes are fine. | |
| limit | No | Max pairs to return (default 3). |