Skip to content

v1.7.0 — user-selected synthesis providers

Latest

Choose a tag to compare

@davesheffer davesheffer released this 09 Jul 22:19
ee6b078

Subscription choice without vendor lock-in

Hunch now detects the supported coding-assistant CLIs available locally and never silently guesses which subscription to bill.

  • Set a local choice with hunch provider claude-cli, codex-cli, cursor-agent, or deterministic.
  • HUNCH_SYNTH_PROVIDER remains a per-shell / CI override.
  • Auto mode uses a subscription only when exactly one supported CLI is available; multiple candidates use the free deterministic fallback.
  • The same policy now covers capture, verification, auto-review, and wiki prose.
  • The subscription-only invariant and generated assistant grounding are provider-agnostic.

Validation

  • Typecheck
  • 492 passing tests (1 skipped)
  • Core and VS Code builds
  • Strict architectural conformance