Open the architect terminal in the left editor group
Codev: Send Message
Cmd+K, D
Pick a builder, type a message, send via Tower
Codev: Approve Gate
Cmd+K, G
Approve a blocked builder's gate
Codev: Open Builder Terminal
Pick a builder and open its terminal
Codev: New Shell
Create a new persistent shell terminal
Codev: Spawn Builder
Issue number + protocol + optional branch
Codev: Cleanup Builder
Remove a completed builder's worktree
Codev: Refresh Overview
Manually refresh sidebar data
Codev: Connect Tunnel
Connect cloud tunnel for remote access
Codev: Disconnect Tunnel
Disconnect cloud tunnel
Codev: Cron Tasks
List, run, enable, or disable cron tasks
Codev: Add Review Comment
Insert a REVIEW(@architect): comment at cursor
When a Builder Spawns
Whenever a new builder starts (e.g. you ran afx spawn 42), the extension can open its terminal for you. Choose how with the codev.autoOpenBuilderTerminal setting:
Notify (default) — A toast appears with an Open Terminal button.
Auto — The terminal opens immediately in the right editor group.
Off — No toast, no terminal. Click the builder in the sidebar when you want it.
Review Comments
Snippet: Type rev + Tab in markdown files to insert a review comment
Command: Cmd+Shift+P → "Codev: Add Review Comment" inserts with correct comment syntax for any file type
Highlighting: Existing REVIEW(...) lines are highlighted with a colored background
Settings
Setting
Default
Description
codev.towerHost
localhost
Tower server host
codev.towerPort
4100
Tower server port
codev.workspacePath
auto-detect
Override workspace path
codev.terminalPosition
editor
Terminal placement (editor or panel)
codev.autoConnect
true
Connect to Tower on activation
codev.autoStartTower
true
Auto-start Tower if not running
codev.autoOpenBuilderTerminal
notify
Behavior on builder-spawned events (off / notify / auto)