Skip to content

v0.1.0 — quality-first model routing

Choose a tag to compare

@dudupii dudupii released this 16 Jul 03:07

First release of smart-dispatch — quality-first automatic model routing for Claude Code sub-agents.

Every task gets the right model — default strongest, downgrade only when confidently trivial.

Highlights

  • Quality-first routing — defaults to opus; downgrades only when tier ∈ {Trivial, Routine} AND confidence ≥ 0.8. Never loses quality to a routing mistake.
  • Auto-triggering skill — routes before every sub-agent dispatch; respects explicit user model choices.
  • Pro-mode workflow (workflows/batch-route.js) — batch routing with budget-adaptive downgrade.
  • Observability — per-dispatch routing line + JSONL log (~/.smart-dispatch/log.jsonl, tier/confidence/model/timestamp only — never task text); /smart-dispatch-report command or npm run report for aggregate stats.
  • Validated — eval over 50 labeled tasks: falseDowngradeRate: 0, savingsRate: ~0.49.
  • Privacy — collects no data; no external calls (see PRIVACY.md).
  • i18n — README in English, 简体中文, 繁體中文, 日本語.

Install

claude plugin marketplace add dudupii/smart-dispatch
claude plugin install smart-dispatch@smart-dispatch

Zero runtime dependencies · 49 unit tests · MIT licensed.