When things don’t go as expected, Verdent provides tools to diagnose issues and recover.

What You’ll Learn

  • Interpret common error messages
  • Use session controls for recovery
  • Workspace-specific recovery strategies

Common Error Categories

Requests fail or timeout.Solutions:
  1. Check internet connectivity
  2. Verify firewall allows Verdent API access
  3. Wait a few minutes and retry

Session Controls

ActionEffectUse When
New TaskClear context, start freshContext polluted, starting new task
StopHalt current operationOperation taking too long, wrong direction
RollbackRemove all code changes made after the selected stepRevert 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

IssueRecovery
Stuck workspaceStop agent, review changes
Wrong changesStop immediately, revert with Source Control
Can’t create workspaceCommit changes first, check disk space

Parallel Agent Issues

ScenarioApproach
One agent stuckStop and restart that agent only
All agents stuckCheck connectivity, restart app
Conflicting changesReview each workspace, rebase carefully

Reporting Issues

ChannelUse For
Feedback Button (Recommended)Bug reports, feature requests (top bar of Verdent panel)
EmailDirect support inquiries
DiscordQuick questions, community help, urgent troubleshooting
Email: support@verdent.ai Discord: discord.com/invite/NGjXEZcbJq When reporting, include:
  • Exact error message
  • Steps to reproduce
  • What you expected vs what happened

FAQs

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.
Use Source Control (Ctrl+Shift+G) to see deleted files and revert them.Prevention: Always use git for projects in Verdent.
  1. Click Stop immediately
  2. Review changes in Source Control
  3. Revert with Source Control if needed
  4. Rephrase request with more specific instructions
  5. Consider using Plan Mode first

See Also