What You’ll Learn
- Interpret common error messages
- Use session controls for recovery
- Workspace-specific recovery strategies
Common Error Categories
- Connection
- Credit/Quota
- Workspace
- Tool Execution
Requests fail or timeout.Solutions:
- Check internet connectivity
- Verify firewall allows Verdent API access
- Wait a few minutes and retry
Session Controls
| Action | Effect | Use When |
|---|---|---|
| New Task | Clear context, start fresh | Context polluted, starting new task |
| Stop | Halt current operation | Operation taking too long, wrong direction |
| Rollback | Remove all code changes made after the selected step | Revert to an earlier state safely |
Recovery Steps
1
Stop if Needed
Click Stop to halt operations going in the wrong direction
2
Assess Changes
Click Task Changes to review what was modified
3
Decide on Approach
- Continue: Rephrase and continue
- Rollback: Use Source Control to revert unwanted changes
- Fresh Start: Create new task if context is polluted
Reverting Changes
Use Source Control (Ctrl+Shift+G / Cmd+Shift+G) to:
- View changed files
- See diffs for individual files
- Revert specific changes
- Discard all uncommitted changes
Workspace Recovery
| Issue | Recovery |
|---|---|
| Stuck workspace | Stop agent, review changes |
| Wrong changes | Stop immediately, revert with Source Control |
| Can’t create workspace | Commit changes first, check disk space |
Parallel Agent Issues
| Scenario | Approach |
|---|---|
| One agent stuck | Stop and restart that agent only |
| All agents stuck | Check connectivity, restart app |
| Conflicting changes | Review each workspace, rebase carefully |
Reporting Issues
| Channel | Use For |
|---|---|
| Feedback Button (Recommended) | Bug reports, feature requests (top bar of Verdent panel) |
| Direct support inquiries | |
| Discord | Quick questions, community help, urgent troubleshooting |
- Exact error message
- Steps to reproduce
- What you expected vs what happened
FAQs
How do I roll back changes from a failed task?
How do I roll back changes from a failed task?
Use Source Control (
Ctrl+Shift+G / Cmd+Shift+G) to view changed files and revert specific changes.To rollback the conversation, hover over any message in the chat and click Rollback to this point.What if I accidentally delete important files?
What if I accidentally delete important files?
Use Source Control (
Ctrl+Shift+G) to see deleted files and revert them.Prevention: Always use git for projects in Verdent.Agent making wrong changes?
Agent making wrong changes?
- Click Stop immediately
- Review changes in Source Control
- Revert with Source Control if needed
- Rephrase request with more specific instructions
- Consider using Plan Mode first