Complete reference for VS Code commands, built-in tool syntax, and subagent usage.

VS Code Commands

Opening Verdent

Primary Commands:
CommandShortcutDescription
Open Chat ViewCtrl+L (Windows/Linux)
Cmd+L (macOS)
Open Verdent chat interface
Open Verdent PanelClick sidebar iconAccess Verdent in Activity Bar

Execution Modes

Mode Switching: Access through input box “Switch Mode” button or Settings:
ModeDescriptionUse Case
Manual AcceptReview and approve each operationShared codebases, production, learning
Auto-RunAutomatic execution without approvalSolo projects, trusted code
Skip PermissionsRun without permission promptsRapid iteration

Subagent Commands

Built-in Subagents

SubagentInvocationPurpose
@Explorer@Explorer find all React componentsCodebase search and architecture questions
@Verifier@Verifier check if tests passQuick validation and verification
@Code-reviewer@Code-reviewer review for securitySecurity and quality analysis

Custom Subagents

Location: ~/.verdent/subagents/[name].md Invocation:
@custom-subagent-name perform task
Create via Settings:
Settings → Subagents → Create New Subagent

See Also