Run history
Every run is recorded per file. The history dropdown sits at the top of the output panel and gives you the last ten runs, plus anything you've starred.
What's kept
- Rolling 10 unstarred runs per
.hurlfile. Each new run pushes the oldest unstarred one out. - Unlimited starred runs. Stars exist outside the rolling cap and never get evicted.
- All snapshots persist across launches. Quit the app and the rolling 10 are still there next time.
Starring a run
The star button on any history row promotes the snapshot out of the rolling cap. Renaming an entry also stars it automatically.
Re-applying captures
When you select an old run, an Apply captures from this run button appears. Clicking it merges that snapshot's captured variables into the live session — without rerunning a multi-part request chain.