Some checks failed
Auto-update PR branches / Update open PR branches (push) Has been cancelled
CI / Frontend Static Quality Checks (push) Has been cancelled
CI / Frontend Tests & Coverage (push) Has been cancelled
CI / Rust Tests & Quality Checks (push) Has been cancelled
CI / Linux build verification (push) Has been cancelled
Release (Alpha) / Compute alpha version (push) Has been cancelled
Release (Alpha) / Build release artifacts (push) Has been cancelled
Release (Alpha) / GitHub Release (alpha) (push) Has been cancelled
Release (Alpha) / Update docs and release pages (push) Has been cancelled
Deploy docs / Build VitePress site (push) Has been cancelled
Deploy docs / Deploy to GitHub Pages (push) Has been cancelled
27 lines
776 B
Markdown
27 lines
776 B
Markdown
# AI Agent Not Found
|
|
|
|
Source: troubleshooting/ai-agent-not-found.md
|
|
URL: /troubleshooting/ai-agent-not-found
|
|
|
|
# AI Agent Not Found
|
|
|
|
Tolaria can only launch local CLI agents that are installed and discoverable.
|
|
|
|
## Symptoms
|
|
|
|
- The AI panel says no supported agent is available.
|
|
- Claude Code or another agent works in one shell but not in Tolaria.
|
|
|
|
## Checks
|
|
|
|
Open a terminal and run the agent command directly. For Claude Code:
|
|
|
|
```bash
|
|
claude --version
|
|
```
|
|
|
|
If the command fails, install or repair the agent first.
|
|
|
|
## Path Issues
|
|
|
|
Desktop apps can inherit a different `PATH` from your interactive shell. Tolaria checks common install locations, but shell setup can still vary. Prefer installing CLI tools in standard locations or making them available from your login shell. |