Skip to content

Todd of AIDLC v0.1.7

Choose a tag to compare

@nbsjunior nbsjunior released this 20 May 02:56

Summary

  • Cursor Agent (local) — Edit files in your open VS Code workspace via @cursor/sdk when a Cursor API key is set. No GitHub Copilot quota required for this path.
  • Spending tab — Track requests, estimated tokens (in/out), and duration per provider; data in .toddspect/usage-stats.json.
  • Prompt optimization — Pre-route pipeline (history trim, dedupe, context caps, quality contract) documented in README and wiki; on by default for all providers.

Install

Download toddspect-vscode-0.1.7.vsix below, then in VS Code: Extensions → Install from VSIX…

Or:

code --install-extension toddspect-vscode-0.1.7.vsix

Settings

  • toddspect.cursor.agentExecution: auto | local | cloud (default auto)
  • toddspect.promptOptimization.enabled (default true)
  • Cursor API key: cursor.com/dashboard/integrations

Docs