General Questions
What is the difference between Verdent and the VS Code extension?
What is the difference between Verdent and the VS Code extension?
| Feature | Desktop | VS Code Extension |
|---|---|---|
| Parallel agents | Multiple agents in separate workspaces | Single agent per window |
| Workspace isolation | Git worktrees for isolation | VS Code workspace |
| Project management | Multi-project with instant switching | Per-workspace |
| Environment | Standalone app | VS Code extension |
- Same credit pool
- Same account
- Same AI capabilities
- Same rule systems (VERDENT.md, AGENTS.md)
Can I use both Desktop and VS Code extension?
Can I use both Desktop and VS Code extension?
- Desktop for parallel development, multi-project work
- VS Code extension for integration with existing VS Code workflow
Does Verdent work offline?
Does Verdent work offline?
What operating systems are supported?
What operating systems are supported?
| OS | Versions | Architecture | Status |
|---|---|---|---|
| macOS | 11 (Big Sur) and later | Intel and Apple Silicon | Full support |
| Windows | Windows 10, Windows 11 | 64-bit only | Beta |
What are the system requirements?
What are the system requirements?
- Active Verdent subscription
- Internet connection
- Git 2.20+ (2.35+ recommended)
Installation & Git
Can I install Verdent alongside the VS Code extension?
Can I install Verdent alongside the VS Code extension?
How do I update Verdent?
How do I update Verdent?
- A notification appears
- Click Update to download and install
- Restart the application
How do I uninstall Verdent?
How do I uninstall Verdent?
What is Git?
What is Git?
Why does Verdent require such a recent Git version?
Why does Verdent require such a recent Git version?
- Git 2.20+: Basic worktree support stability
- Git 2.30+: Improved worktree management commands
- Git 2.35+: Better worktree repair and move operations
Can I use Verdent without Git?
Can I use Verdent without Git?
- Create isolated workspaces
- Run parallel agents
- Manage branches for tasks
- Rebase completed work
What if my project isn't a Git repository?
What if my project isn't a Git repository?
How do I check if Git is properly installed?
How do I check if Git is properly installed?
git --version in your terminal. You should see a version number 2.20 or higher. If not installed, see the Git Installation guide.Interface & Navigation
How do I resize the panels?
How do I resize the panels?
Can I detach panels into separate windows?
Can I detach panels into separate windows?
What's the difference between a workspace and a task?
What's the difference between a workspace and a task?
How do I switch between workspaces?
How do I switch between workspaces?
How do I see what files changed in my current task?
How do I see what files changed in my current task?
What does 'Context Remaining' mean?
What does 'Context Remaining' mean?
How do I revert changes made by Verdent?
How do I revert changes made by Verdent?
Ctrl+Shift+G / Cmd+Shift+G) to discard or revert specific file changes.How do I rollback a conversation?
How do I rollback a conversation?
Can I use Verdent alongside VS Code?
Can I use Verdent alongside VS Code?
Ctrl+E / Cmd+E) in the workspace bar to open the current workspace in VS Code.Projects
Can I open the same project twice?
Can I open the same project twice?
What happens to my project when I close Verdent?
What happens to my project when I close Verdent?
Does my project need to be a git repository?
Does my project need to be a git repository?
What happens to running agents when I switch projects?
What happens to running agents when I switch projects?
How do I access recent projects?
How do I access recent projects?
Can I open nested projects?
Can I open nested projects?
Workspaces
What is the difference between base workspace and worktrees?
What is the difference between base workspace and worktrees?
- Your main working directory (usually
masterbranch) - Reference point for creating worktrees
- Where rebased work ends up
- Should stay clean and stable
- Isolated directories for specific tasks
- Each has its own branch
- Complete copy of working files
- Can be deleted after rebasing
How do I rebase changes from a worktree back to the main branch?
How do I rebase changes from a worktree back to the main branch?
Complete Work
Review
Rebase
Clean Up
Do worktrees share dependencies (node_modules, etc.)?
Do worktrees share dependencies (node_modules, etc.)?
What happens to worktrees when I close Verdent?
What happens to worktrees when I close Verdent?
- Verdent detects existing worktrees
- Restores their state in the interface
- You can continue where you left off
How much disk space does each workspace use?
How much disk space does each workspace use?
Can I delete a workspace?
Can I delete a workspace?
What happens to uncommitted changes if I delete a workspace?
What happens to uncommitted changes if I delete a workspace?
Tasks
Can I run multiple tasks in the same workspace?
Can I run multiple tasks in the same workspace?
Do tasks share memory?
Do tasks share memory?
What happens to tasks when I close Verdent?
What happens to tasks when I close Verdent?
Can I reference work from other tasks?
Can I reference work from other tasks?
Can I use different models for different tasks?
Can I use different models for different tasks?
How do I delete a task?
How do I delete a task?
Do tasks in parallel workspaces share anything?
Do tasks in parallel workspaces share anything?
How many tasks can I have in one workspace?
How many tasks can I have in one workspace?
Parallel Execution
How many parallel agents can I run?
How many parallel agents can I run?
- System resources: Memory and CPU
- Credits: Each agent consumes credits
- Git worktrees: Git handles many efficiently
Do parallel agents share credits?
Do parallel agents share credits?
Can parallel agents access each other's files?
Can parallel agents access each other's files?
- Read other agents’ uncommitted changes
- Modify files in other worktrees
- Interfere with each other’s operations
What happens if two agents work on related code?
What happens if two agents work on related code?
Do parallel agents share context?
Do parallel agents share context?
What happens if two tasks in separate workspaces modify the same file?
What happens if two tasks in separate workspaces modify the same file?
Execution Modes
What is Plan Mode?
What is Plan Mode?
Does Plan Mode actually write any code to my files?
Does Plan Mode actually write any code to my files?
- Verdent can read files, search code, and analyze your codebase
- No file writes, edits, or deletions occur during Plan Mode
- Plans are displayed in the Chat View only
- Code execution begins only after you explicitly approve and switch to Agent Mode
Can I switch modes mid-task?
Can I switch modes mid-task?
Shift+Tab or Ctrl+. to switch. Switching to Plan Mode stops execution and enters read-only analysis. Switching to Agent Mode enables execution.How do I switch to Plan Mode?
How do I switch to Plan Mode?
Shift+Tab or Ctrl+. to toggle between Plan Mode and Agent Mode. You can also click the Switch Mode button in the input box.When should I use Plan Mode instead of Agent Mode?
When should I use Plan Mode instead of Agent Mode?
- Large refactorings or architectural changes
- Multi-file modifications where you want to review scope before execution
- Complex tasks where you’re uncertain about requirements
- When you want Verdent to interview you with clarifying questions before implementation
- Simple, well-defined tasks
- Quick bug fixes
- Routine operations
Can parallel agents have different modes?
Can parallel agents have different modes?
Does Plan Mode use credits?
Does Plan Mode use credits?
Can I execute a plan later?
Can I execute a plan later?
Can I skip the clarification questions?
Can I skip the clarification questions?
Will my plan be saved?
Will my plan be saved?
Can I modify a plan before executing?
Can I modify a plan before executing?
Context & Models
What is a token?
What is a token?
What's the difference between 200K and 1M context windows?
What's the difference between 200K and 1M context windows?
How do I avoid context window exhaustion?
How do I avoid context window exhaustion?
- Strategic file reading: Use line ranges for large files
- Delegate to subagents: For background research
- Search before reading: Use grep to identify relevant files
- Break operations: Use todo lists to track multi-step tasks
Should I manually reset context or will Verdent do it automatically?
Should I manually reset context or will Verdent do it automatically?
Does 1M context cost more credits?
Does 1M context cost more credits?
How do I reset context?
How do I reset context?
Does context persist between sessions?
Does context persist between sessions?
Subagents
When should I use a subagent instead of the main agent?
When should I use a subagent instead of the main agent?
Do subagents share context with the main agent?
Do subagents share context with the main agent?
Can I configure subagent models?
Can I configure subagent models?
Code Operations
How do I get more accurate code generation?
How do I get more accurate code generation?
- Provide clear, specific requirements
- Include relevant code context with @-mentions
- Use Plan Mode for complex features
- Review and iterate on generated code
Can Verdent generate tests for my code?
Can Verdent generate tests for my code?
What if refactoring breaks something?
What if refactoring breaks something?
Does code review slow down the workflow?
Does code review slow down the workflow?
Do code reviews use credits?
Do code reviews use credits?
What languages are supported for code review?
What languages are supported for code review?
What file formats can Verdent work with?
What file formats can Verdent work with?
- Source code (JavaScript, Python, TypeScript, Java, Go, etc.)
- Configuration files (JSON, YAML, TOML, XML, ENV)
- Documentation (Markdown, HTML, LaTeX)
- Build files (package.json, Makefile, requirements.txt)
How long can bash commands run?
How long can bash commands run?
- Break into smaller commands
- Run in background and check results separately
- Execute manually in your terminal
MCP Integration
Do MCP servers use credits?
Do MCP servers use credits?
Are MCP servers project-specific?
Are MCP servers project-specific?
Are my credentials safe?
Are my credentials safe?
Do MCP servers run continuously?
Do MCP servers run continuously?
Can MCP servers modify my files?
Can MCP servers modify my files?
How do I know if my MCP server is working?
How do I know if my MCP server is working?
Configuration & Rules
How do I reset all settings to defaults?
How do I reset all settings to defaults?
- Open Settings (
Cmd+,/Ctrl+,) - Go to General
- Click Reset All Settings
- Confirm the reset
- User rules (VERDENT.md)
- Custom subagents
- Session history
Where are settings stored?
Where are settings stored?
| Location | Contents |
|---|---|
| Settings panel | Application preferences, models, subagents |
~/.verdent/VERDENT.md | Global user rules |
~/.verdent/mcp.json | Global MCP server config |
<project>/AGENTS.md | Project-specific rules |
Cmd+, (macOS) or Ctrl+, (Windows).Can I sync settings across machines?
Can I sync settings across machines?
~/.verdent/ directory to sync settings.Options:- Manual copy between machines
- Cloud sync (Dropbox, OneDrive, etc.) for the
.verdentfolder - Git repository for rule and subagent files
When do settings changes take effect?
When do settings changes take effect?
- Theme, models: Instant
- Rules: Apply to new conversations after save
- Subagents: Available immediately after creation
Version Control
Why does Verdent use rebase instead of merge?
Why does Verdent use rebase instead of merge?
How do I resolve conflicts when rebasing?
How do I resolve conflicts when rebasing?
- Open conflicting files in the editor
- Choose which changes to keep
- Mark conflicts as resolved
- Continue the rebase
What happens to uncommitted changes when switching workspaces?
What happens to uncommitted changes when switching workspaces?
Pricing & Credits
How does pricing work?
How does pricing work?
| Plan | Price | Monthly Credits |
|---|---|---|
| Starter | $19/month | 320 |
| Pro | $59/month | 1,000 |
| Max | $179/month | 3,000 |
What affects credit consumption?
What affects credit consumption?
| Factor | Impact |
|---|---|
| Model choice | Claude Sonnet 4.5 1M costs more than Claude Haiku 4.5 |
| Parallel agents | Multiple agents use credits faster |
| Context size | Larger context = more tokens = more cost |
| Request complexity | Complex tasks require more processing |
What happens when I run out of credits?
What happens when I run out of credits?
- New requests will fail with “credit limit reached”
- You can:
- Wait for monthly refresh
- Purchase one-time top-up
- Upgrade to higher plan
- Existing work in worktrees is preserved
Do unused credits roll over to the next month?
Do unused credits roll over to the next month?
Can I share credits across different Verdent products?
Can I share credits across different Verdent products?
How do I track credit usage?
How do I track credit usage?
- Current credit balance
- Usage history
- Subscription details
- Top-up options
Troubleshooting
How do I recover from a failed task?
How do I recover from a failed task?
Stop
Review
git status for changes madeDecide
- Keep changes: Continue from where stopped
- Rollback: Use
git checkout -- .to discard changes - Fresh start: Create new session
What if I accidentally delete important files?
What if I accidentally delete important files?
- Check system trash/recycle bin
- Use file recovery tools
- Restore from backup
How do I report a bug?
How do I report a bug?
- Use Help → Report Issue in the app
- Join Discord for community support
- Email support@verdent.ai
- Exact error message
- Steps to reproduce
- App version (Help → About)
- Operating system
Agent making wrong changes?
Agent making wrong changes?
- Use Stop to halt immediately
- Review changes in Source Control
- Use git to revert if needed
- Provide clearer instructions and retry
How do I troubleshoot firewall or connection issues?
How do I troubleshoot firewall or connection issues?
api.verdent.ai- API endpointapp.verdent.ai- Application updates
Images
What image file size limits apply?
What image file size limits apply?
Can Verdent analyze multiple images in a single conversation?
Can Verdent analyze multiple images in a single conversation?
Can Verdent generate production-ready code from mockups?
Can Verdent generate production-ready code from mockups?
Multi-Step Tasks
What is the Multipass Generate-Test-Repair Cycle?
What is the Multipass Generate-Test-Repair Cycle?
What if I disagree with how Verdent broke down my task?
What if I disagree with how Verdent broke down my task?
Should I use Plan Mode for every multi-step task?
Should I use Plan Mode for every multi-step task?
Can I modify Verdent's plan after execution has started?
Can I modify Verdent's plan after execution has started?
Is it safe to let Verdent modify dozens of files at once?
Is it safe to let Verdent modify dozens of files at once?
Which model is best for large codebase work?
Which model is best for large codebase work?