CAD for code: deterministic, graph-based search and refactoring for AI agents.
Features
Exact — Correct syntax and deterministic AST-backed transformations
Safer — Semantic undo and atomic transactions
Faster — 10–100× performance with local execution
Leaner — Major token savings with O(n) → O(1) operation cost
Tighter — Reduced exposure with scalable codemods
Getting Started
Install the extension
Sign in / up for a pandō account
Open folder or set the project root
Connect your agent via MCP
Language Indexing Prereqs
The extension can index multiple languages, but some require system tools:
C#: Install .NET SDK 8 or 10. Verify with dotnet --version.
Dart: Install Dart SDK 3.3+ (or Flutter SDK with bundled Dart). Verify with dart --version.
Python: Install Python 3.8+ (recommended 3.10+). Verify with python3 --version.
TypeScript/JavaScript: No extra system tools required.
Distribution Note
For website downloads, link to /downloads/latest instead of a versioned .vsix filename.
The backend resolves /downloads/latest to the highest pando-extension-x.y.z.vsix in public/downloads, so download buttons automatically track the newest release.