Smart RouterClassify a coding task's routing tier — right from VS Code — using the same deterministic classifier that powers the smart-router Claude Code plugin: route a task to the cheapest model tier likely to finish it, and never trust a single model's own word that a fix is correct. What this extension does
Why "classify" and not "route" hereThis extension deliberately doesn't try to reimplement the full pipeline inside VS Code. Picking a model tier, running the fix, and independently verifying it only makes sense inside an actual agent session — that's what the Claude Code plugin does. This extension's job is narrower and honest about it: a fast, standalone way to see the routing decision before you commit to it, and a one-click path to the real thing. Requirements
MoreFull design rationale, source, and the underlying Claude Code plugin: https://github.com/aadeina/smart-router This is v0.1 — the classifier is validated against a 12-task hand-labeled pilot batch (see
|