Skip to content

Getting Started

ToddSpect edited this page May 23, 2026 · 5 revisions

ToddSpect logo

Getting Started

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.

Requirements

Requirement Version
VS Code ≥ 1.85
Node.js ≥ 20 (on PATH — extension spawns the bundled CLI)
GitHub account For Copilot (recommended first agent)

1. Install the extension

From release: Download toddspect-vscode.vsix from ReleasesCtrl+Shift+PExtensions: 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.vsix

The .vsix includes the compiled CLI — no separate install needed.

2. Open ToddSpect

  1. Open a project folder in VS Code
  2. Click the ToddSpect icon in the Activity Bar (sidebar)
  3. Wait for ToddSpect CLI daemon ready in View → Output → ToddSpect

3. Configure GitHub Copilot

  1. Ctrl+Shift+PToddSpect: Copilot Login (or run gh auth login --scopes copilot)
  2. Open ToddSpect: Open Configuration → verify Copilot shows ready
  3. Run ToddSpect: Check getGoat to confirm agents

4. Send your first message

  1. In the chat panel, select Copilot at the bottom
  2. Mode Ask (default)
  3. Type a question → Ctrl+Enter or click

Next steps

Clone this wiki locally