Skip to content

codemux v0.3.0

Choose a tag to compare

@vibhusharma101 vibhusharma101 released this 24 Jul 15:31
c98a4e7

The router now reads the actual diff, not just the prompt string — still deterministic, still no LLM call.

  • Automatic git context: codemux route runs git diff to derive real changed-file and diff-line counts (--base, --no-git, and --files/--diff-lines overrides)
  • Critical-path detection: a change touching auth/migrations/infra/.env/secrets/payments/.tf raises a critical risk flag and floors the tier — even if the prompt never says so
  • Dependency-free glob matcher; router.criticalPaths config
  • Explainer gains a 'touches a critical path' toggle, parity-checked against the CLI

63 tests green. See CHANGELOG.md and docs/INTERNALS.md.

🤖 Generated with Claude Code