Open Settings with ⌘, or click the gear icon in the header. Settings are user-scoped (not workspace-scoped) — your preferences follow you across all workspaces.
| Setting | Default | Description |
|---|
| Font family | JetBrains Mono | Editor monospace font |
| Font size | 13px | Editor font size |
| Tab size | 2 | Spaces per indent level |
| Line wrapping | off | Wrap long lines in the editor |
| Setting | Default | Description |
|---|
| Default timeout | 30s | Request timeout in seconds (0 = no timeout) |
| Follow redirects | on | Automatically follow 3xx redirects |
| Verify SSL | on | Reject requests with invalid SSL certificates |
| Proxy URL | — | HTTP/HTTPS proxy for all outgoing requests (e.g. http://proxy:8080) |
| Setting | Default | Description |
|---|
| Enable history | on | Log every executed request to history.jsonl |
| Redact sensitive headers | on | Mask Authorization, Cookie, X-Api-Key, and similar headers as [REDACTED] in the log |
| Max entries | 500 | Auto-trim history when this limit is exceeded |
| Max body bytes | 200 KB | Truncate large response bodies in the history log |
| Setting | Default | Description |
|---|
| Auto-reconnect | off | Global default for @reconnect (overridden per-file) |
| Initial reconnect delay | 1000ms | First retry delay |
| Max reconnect delay | 30000ms | Exponential backoff cap |
| Max reconnect attempts | 0 | Maximum retries (0 = infinite) |