Support
Report an Issue
Found a bug or have a feature request? Open an issue on GitHub or email us at support@withdispatch.dev.
Common Issues
Agent CLI Not Detected
Dispatch auto-detects Claude, Codex and Gemini CLIs from 40+ installation paths. If your CLI isn't detected:
- Open Settings and check the Adapters section
- Click "Refresh" to re-scan
- If still not found, manually set the path under Custom CLI Paths
Dispatch auto-detects CLIs from most common installation methods.
Spec Generation Fails
If spec generation shows "Agent could not be reached":
- Verify the agent CLI works in your terminal:
claude --version,codex --versionorgemini --version - Make sure you're authenticated:
claude login,codex loginorgemini login - Check that your project directory exists on disk
- Try clicking Retry: the goal stays retryable after failures
Token Usage Seems High
- Check Settings > Pipeline Automation > Per-task token budget to set a cap
- Check Observatory (Cmd+6) for per-adapter cost breakdown and cache hit ratios
- Disable Dual-agent security review if you don't need it (saves Codex tokens)
- Use Auto-approval rules for low-risk changes (skips unnecessary review cycles)
- Check Token Efficiency in the Observatory for red flag alerts on low cache ratios
Pipeline Takes a While to Start
When you create a goal, Dispatch runs multiple stages before implementation begins:
- Spec generation from your goal description
- Test requirements generation
- Security analysis
These run to ensure code quality and security from the start. To speed things up:
- Test and security specs run in parallel after spec approval
- Availability checks are cached after the first successful detection
- You can disable dual-agent security review in Settings to skip the second security pass
Mission Takes a Long Time
Mission duration depends on the mode:
- Standard missions cap at 1000 tokens for concise answers and typically complete in seconds
- Research and Audit missions use a 4000 token cap and may take longer for thorough analysis
- You can minimize a running mission and keep working. The streaming UI shows results as they arrive.
- If a mission seems stuck, check that the assigned agent CLI is responsive in your terminal
Goal Shows "No agents running" on Floor
The Floor view shows live agent activity only while tasks are actively running. Between pipeline stages (for example, after spec approval but before implementation starts), the Floor may appear empty. This is normal. Check Agentflow (Cmd+3) for full pipeline status and to see which stage the goal is currently in.
How Do I See What Agents Changed?
Open the Vault (Cmd+5) and select a replay. The decision timeline shows every file change, verify result and review decision as color-coded cards. Click any decision card to see details including affected files, timestamps and any deviations from the approved spec.
How Do I Access Dispatch from My Phone or Tablet?
- Enable Browser Access in Settings > Remote Access
- Dispatch generates a self-signed TLS certificate automatically
- Access via the HTTPS URL shown in Settings from any device on your network
- Install the CA certificate on your device for trusted connections (the Settings page provides download instructions)
App Stuck on Loading Screen
This usually means the sidecar server didn't start. Try:
- Quit Dispatch completely (Cmd+Q)
- Check for zombie processes:
ps aux | grep dispatch | grep -v grep - Kill any stale processes and relaunch
Contact
- GitHub: Ad-Astra-Computing/dispatch
- Email: support@withdispatch.dev
Ad Astra Computing Inc.