Skip to content

kodemux v0.4.0

Choose a tag to compare

@vibhusharma101 vibhusharma101 released this 24 Jul 16:57
90a04ca

When the deterministic router isn't confident, kodemux now consults a cheap AI judge instead of only guessing.

  • On by default, fires only when confidence is low — the confident majority of prompts pay zero extra cost/latency
  • Cheapest model (claude-haiku-4-5) for the judgment
  • Reuses existing Anthropic credentials — no separate API key setup
  • Never overrides, only raises the deterministic complexity/risk — the core decision stays explainable
  • Always fails safe — no credentials/network/timeout/refusal all fall back silently, verified live
  • --no-ai / router.aiAssist: false to disable

79 tests green (16 new). See CHANGELOG.md and docs/INTERNALS.md §5.8.

🤖 Generated with Claude Code