Skip to content

v2.1.0 — Router Live

Latest

Choose a tag to compare

@AjayIrkal23 AjayIrkal23 released this 12 Jul 05:52

v2.1.0 — Router Live

The unified prompt router is now the default live routing path for every fresh install.

What's new

  • Router live by default. settings.template.json wires hooks/prompt_router/router.py into UserPromptSubmit, so a fresh git clone + install.py boots straight onto the classify-once router — one router, 1,973 protected triggers, a deduped session manifest, and a priority budget. Nothing routable is ever silently dropped.
  • Installer updated to match. installer/render.py renders settings.json from the template as-is; render-equivalence is byte-identical and installer/doctor.py stays 13/13. No installer step re-injects a prior prompt stack or stale default.
  • Customer-first README. A present-tense product rewrite that sells the value section by section — never-miss routing, 218 skills, the ten-act /invoke corps, self-healing codebase intelligence, model-cost autopilot, and end-to-end safety rails. All 18 visuals retained.

Verified

  • CI green on ubuntu-latest + windows-latest
  • doctor: 13 / 13 PASS, 0 WARN, 0 FAIL
  • test suite: 136 / 136
  • trigger floor: 1,973 entries, checksum-matched
  • render(template) == settings.json, byte-identical
  • 0 symlinks (Windows-safe)

Migrating from v1

See the v2.0.0 release for the full story of the workspace architecture.