Accessing Settings
Click the gear icon in the sidebar, or use the OpenHelm → Settings menu item.
Claude Code
| Setting | Description |
|---|
| Claude Code path | Path to the claude binary. Auto-detected from PATH, Homebrew, and npm on first launch. |
| Detected version | Shows the currently detected Claude Code version. Minimum required: v2.0.0. |
To re-detect after updating Claude Code, click Re-detect next to the path field.
Execution
| Setting | Description |
|---|
| Max concurrent runs | How many jobs can run simultaneously: 1, 2, or 3. Default: 1. |
| Run timeout | Maximum minutes a run can execute before being force-stopped. Set to 0 for no limit. Default: no limit. |
Notifications
| Setting | Description |
|---|
| Notification level | never — no notifications; on_finish — notify on all completions and failures; alerts_only — notify only on failures. |
Self-Correction
| Setting | Description |
|---|
| Auto-correction enabled | Whether failed runs automatically generate corrective retries. |
| Max correction retries | Maximum number of corrective attempts before marking a run as permanent failure. |
Analytics
| Setting | Description |
|---|
| Analytics enabled | Send anonymised crash reports and usage data (powered by Sentry). Opt out at any time. |
Data
| Action | Description |
|---|
| Export data | Export all data to a JSON file for backup or migration. |
| Import data | Replace all data with a previously exported JSON file. |
| Fix project paths | Update project directory paths after migrating to a new machine. |