Skip to content
| Marketplace
Sign in
Visual Studio Code>AI>Todd — Meta-Agent OrchestratorNew to Visual Studio Code? Get it now.
Todd — Meta-Agent Orchestrator

Todd — Meta-Agent Orchestrator

ToDD - Harness of AI

|
1 install
| (0) | Free
One VS Code sidebar for Copilot, Claude, Cursor, Devin, and Kiro — with Spec-Driven Development and shared file context. No IDE switching per provider.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

toddspect-vscode

VS Code extension: chat sidebar, spec manager, configuration panel. Spawns the bundled CLI daemon for all agent I/O.

For AI assistants

Read in order: ../../AGENTS.md → ../../docs/ai-reference.md → ../../docs/code-map.md.

Architecture rule

The extension host never reads workspace file contents. It passes absolute paths to the CLI via IPC; the CLI performs fs.readFile and HTTP.

Key directories

Path Role
src/extension.ts Activation, commands, service wiring
src/services/CliService.ts CLI subprocess + NDJSON IPC
src/services/AgentService.ts Chat streaming orchestration
src/providers/ChatViewProvider.ts Chat webview bridge
src/configBridge.ts Env + secrets for CLI child
src/webview/ Browser bundles (esbuild)
cli/dist/ Bundled CLI (generated — do not edit)

Build & package

npm run build
node ../../scripts/bundle-cli.mjs
npx @vscode/vsce package --no-dependencies

Output: toddspect-vscode-0.1.0.vsix

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft