How can we help?
Check the guides below or send us a note. We reply within one business day.
Thanks — we got it.
We'll reply to the email you provided. Usually within one business day.
Troubleshooting
Agent CLI not detected
Dispatch auto-detects Claude, Codex and Gemini CLIs. If yours is not detected:
- Open Settings and check the Agent Connections section
- Click "Test" to re-scan each adapter
- If still not found, register it under Custom Agents with the CLI path
Spec generation fails
If spec generation shows "Agent could not be reached":
- Verify the CLI works in your terminal:
claude --version - Make sure you are authenticated:
claude login - Check that your project directory exists on disk
- Click Retry on the goal. It stays retryable after failures
Token usage seems high
- Set a per-task token budget in Settings > Token Budget
- Check Observatory for per-adapter cost breakdown and cache ratios
- Disable dual-agent verification if not needed (saves tokens on the second pass)
- Use auto-approval rules for low-risk changes
Pipeline takes a while to start
When you create a goal, Dispatch runs spec, test and security stages before implementation. These ensure quality from the start. To speed things up:
- Test and security specs run in parallel after spec approval
- Availability checks are cached after the first detection
- Disable dual-agent security review to skip the second pass
Mission takes a long time
- Standard missions cap at 1000 tokens and complete in seconds
- Research and Audit missions use 4000 tokens and take longer
- You can minimize a running mission and keep working
- If stuck, check that the assigned agent CLI is responsive
Floor shows "No agents running"
The Floor view shows live activity only while tasks run. Between pipeline stages the Floor may appear empty. Check Agentflow (Cmd+A) for full pipeline status.
How do I see what agents changed?
Open the Vault (Cmd+V) and select a replay. The decision timeline shows every file change, verify result and review decision. Click any card for details including affected files and timestamps.
How do I access Dispatch from my phone?
- Enable Browser Access in Settings
- Dispatch generates a TLS certificate automatically
- Access via the HTTPS URL shown in Settings from any device on your network
- Install the CA certificate for trusted connections
App not loading
Quit completely with Cmd+Q and relaunch. If the issue persists, open an issue with your macOS version and any error output from Console.app.