-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
ToddSpect edited this page May 23, 2026
·
5 revisions
Get ToddSpect running in under 10 minutes.
ToddSpect lets you use Copilot, Claude, Cursor, Devin, and Kiro from one VS Code sidebar, with specs and file context shared across providers. Read Why ToddSpect 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 ToddSpect icon in the Activity Bar (sidebar)
- Wait for ToddSpect CLI daemon ready in View → Output → ToddSpect
-
Ctrl+Shift+P→ ToddSpect: Copilot Login (or rungh auth login --scopes copilot) - Open ToddSpect: Open Configuration → verify Copilot shows ready
- Run ToddSpect: 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