-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Harness edited this page May 20, 2026
·
6 revisions
| Method | Steps |
|---|---|
| VSIX release | Download from Releases → Install from VSIX → Reload window |
| Build from source |
npm install → npm run package:vsix → install packages/extension/harness-vscode.vsix
|
After install, Harness runs harness setup automatically (workspace init, AI-DLC rules; Kiro download optional).
cd harness
npm install
npm run build
node packages/cli/dist/index.js check getGoat
node packages/cli/dist/index.js chat -a copilot "Hello"See Dual Mode for when to use CLI vs extension.
harness init [path] # creates .harness/config.yaml and specs/
harness setup # bootstrap + AI-DLC install
harness check getGoat # agent readiness- Build or download a new
.vsix - Install over the previous version (Install from VSIX)
- Developer: Reload Window
The bundled CLI inside the extension updates with each VSIX — no separate CLI upgrade.
Extensions view → Harness → Uninstall → Reload.
Workspace data (.harness/, VS Code secrets) remains on disk until you delete them.
Getting started
Using Todd of AIDLC
Agents
Advanced
Help