Overview
Every sent request is captured to a per-workspace JSONL file under the app data directory (never the workspace folder).
- Template-preserving —
{{token}}stays as{{token}}on disk. Secrets are never baked into history. - Compressed — body preview fields are gzipped on disk when 256 bytes or larger (5–10x smaller).
History panel
The sidebar History panel shows recent requests with:
- Method badge (
GET/POST/PUT/ etc.) - Status pill (200 green, 4xx red, etc.)
- Relative time ("2 min ago")
Click any entry to restore it into a new tab. Duplicate restores are detected and skipped.
Search and filter
The history panel has a search bar that filters by request name and URL.