Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,38 @@ export DISABLE_AUTOUPDATER=1

---

## Troubleshooting

### "Claude test failed" Error

If you see an error message like `Claude test failed:` when starting Vide, this typically means there's an issue with your Claude Code CLI authentication.

**To diagnose:**

Open a separate terminal and run:
```bash
claude --print 'Respond with exactly: "Connected and ready to help!"'
```

**Common issues:**

1. **Authentication expired** - If you see an OAuth token expired error:
```bash
claude login
```
Follow the prompts to re-authenticate with your Claude account.

2. **Claude Code not installed** - Install it:
```bash
npm install -g @anthropic-ai/claude-code
```

3. **Claude Code not in PATH** - Ensure the installation directory is in your system's PATH environment variable.

After resolving the issue, restart Vide.

---

## Agent Architecture

```
Expand Down