-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
ToddSpect edited this page May 23, 2026
·
5 revisions
Get Todd of AIDLC running in under 10 minutes.
Todd of AIDLC lets you use Copilot, Claude, Cursor, Devin, and Kiro from one VS Code sidebar, with specs and file context shared across providers. Read Why Todd of AIDLC for the full picture.
| Requirement | Version |
|---|---|
| VS Code | ≥ 1.85 |
| Node.js | ≥ 20 (on PATH — extension spawns the bundled CLI) |
| GitHub account | For Copilot (recommended first agent) |
From release: Download toddspect-vscode.vsix from Releases → Ctrl+Shift+P → Extensions: Install from VSIX... → Reload.
From source:
git clone https://github.com/nbsjunior/todd.git
cd toddspect
npm install
npm run package:vsix
code --install-extension packages/extension/toddspect-vscode.vsixThe .vsix includes the compiled CLI — no separate install needed.
- Open a project folder in VS Code
- Click the Todd of AIDLC icon in the Activity Bar (sidebar)
- Wait for Todd of AIDLC CLI daemon ready in View → Output → Todd of AIDLC
-
Ctrl+Shift+P→ Todd of AIDLC: Copilot Login (or rungh auth login --scopes copilot) - Open Todd of AIDLC: Open Configuration → verify Copilot shows ready
- Run Todd of AIDLC: Check getGoat to confirm agents
- In the chat panel, select Copilot at the bottom
- Mode Ask (default)
- Type a question →
Ctrl+Enteror click ↑
- Chat Interface — providers, modes, new chat
- Copilot Modes — Ask / Agent / Spec+Agent
- Configuration — all agents and API keys
- Troubleshooting — common errors
Getting started
Using Todd of AIDLC
Agents
Advanced
Help