Complete reference for application commands, built-in tool syntax, and subagent usage in Verdent.

Project Commands

CommandLocationDescription
Open ProjectCurrent Project → New ProjectOpen a new project
Recent ProjectsCurrent Project → All ProjectsQuick access to recent projects

Workspace Commands

CommandLocationDescription
New WorkspaceNew Workspace button (top bar)Create new workspace for parallel work
Switch WorkspaceAll Workspaces (top bar)Navigate between workspaces
Rebase to main branchWorkspace Actions dropdownApply workspace changes to main branch
Sync with main branchWorkspace Actions dropdownPull latest changes from main branch into workspace
Delete Workspace and BranchWorkspace BarRemove workspace and its git branch
Delete Workspace OnlyWorkspace BarRemove workspace but keep the git branch

Workspace Bar Controls

ControlShortcutDescription
Open InCtrl+E / Cmd+EOpen workspace in editor (VS Code, Cursor, Windsurf, Antigravity), Finder/Explorer, or Terminal
Toggle SidebarCtrl+B / Cmd+BShow/hide Explorer and Source Control
Terminal PanelCtrl+J / Cmd+JToggle terminal panel
EditorCtrl+L / Cmd+LFocus the editor

Task Commands

CommandLocationDescription
New TaskNew Task buttonStart fresh conversation, clear context
Delete TaskDelete task in left panelRemove current task

Chat Controls

ControlDescription
Rollback to this pointRevert conversation to a specific message
Copy code blocksCopy code with one click
Add ContextReference files with @-mentions
Add ImagesUpload screenshots or diagrams
Switch Model (Ctrl+/ / Cmd+/)Choose AI model for the task

Execution Modes

Mode Switching: Access through the Switch Mode button in the input box, or use Shift+Tab / Ctrl+.:
ModeDescriptionUse Case
Agent ModeFull autonomous executionActive development, implementation
Plan ModeRead-only planningComplex changes, unfamiliar code

Explorer Controls

ControlDescription
Create FileCreate a new file
Create FolderCreate a new folder
Collapse AllCollapse all expanded folders
RefreshRefresh file list
CloseHide the Explorer panel

Source Control Controls

ControlDescription
Stage changesStage files for commit
Commit changesCommit staged changes
Revert changesDiscard file changes
Diff viewView diff for individual files

Subagent Commands

Built-in Subagent

SubagentInvocationPurpose
@verifier@verifier check if tests passQuick validation and verification

Custom Subagents

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

See Also