3.6 KiB
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:
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.
Git Authentication
Source: troubleshooting/git-auth.md URL: /troubleshooting/git-auth
Git Authentication
Tolaria uses system Git authentication. It does not manage provider passwords directly.
Symptoms
- Push fails.
- Pull asks for credentials repeatedly.
- Remote fetch works in one terminal but not in Tolaria.
Checks
- Open a terminal.
cdinto the vault.- Run
git remote -v. - Run
git fetch.
If git fetch fails in the terminal, fix system Git auth first.
Common Fixes
- Sign in with GitHub CLI.
- Configure SSH keys.
- Update the remote URL.
- Check your credential helper.
Model Provider Connection
Source: troubleshooting/model-provider-connection.md URL: /troubleshooting/model-provider-connection
Model Provider Connection
Use this checklist when a local or API model provider does not connect.
Local Providers
For Ollama or LM Studio:
- Start the local model server.
- Confirm the base URL in Tolaria matches the server.
- Confirm the model ID is installed and loaded by the provider.
- Use the Settings test action again.
API Providers
For hosted providers:
- Confirm the provider kind and endpoint.
- Confirm the model ID exists for your account.
- Confirm the API key is saved locally or available in the configured environment variable.
- Avoid storing secrets in the vault.
Chat Mode Boundary
Direct model targets run in chat mode. If you need file-editing tools, use a coding agent target such as Claude Code, Codex, OpenCode, Pi, or Gemini CLI.
Sync Conflicts
Source: troubleshooting/sync-conflicts.md URL: /troubleshooting/sync-conflicts
Sync Conflicts
Sync conflicts happen when local and remote changes touch the same content.
What To Do
- Stop editing the conflicted note.
- Open the conflict resolver if Tolaria presents it.
- Review both sides.
- Choose the correct content or merge manually.
- Commit the resolved file.
- Push again.
Prevent Conflicts
- Pull before starting work on another device.
- Push after meaningful sessions.
- Keep AI-generated edits in small commits.
- Avoid editing the same note on multiple devices at the same time.
Vault Not Loading
Source: troubleshooting/vault-not-loading.md URL: /troubleshooting/vault-not-loading
Vault Not Loading
Use this checklist when Tolaria cannot open or refresh a vault.
Check The Folder
- Confirm the folder exists.
- Confirm the folder contains readable files.
- Confirm Tolaria has permission to access the folder.
- Try opening a smaller test vault to isolate the issue.
Check Git
If the vault is a Git repository, verify it is not in a broken state:
git status
Resolve interrupted merges or corrupted repository state before retrying.
Reload
Run Reload Vault from the command palette. This clears derived cache and rescans the filesystem.