Skip to content

v0.1.1

Latest

Choose a tag to compare

@wolfiesch wolfiesch released this 18 Aug 03:56
· 20 commits to main since this release

Changed

  • Resolve verifier credentials through OMP's model registry and inherit the calling session's candidate model and thinking level by default.
  • Keep every catalog model and provider eligible. DeepSeek V4 Flash remains the recommended default because its native score-tag path is known-good and inexpensive.
  • Correct the architecture and safety documentation: candidates are headless OMP subprocesses in detached worktrees, with repository isolation rather than host sandboxing or native Agent Hub integration.

Added

  • Probe non-native verifier endpoints before candidate generation with the constrained score-token request required by llm-verifier==0.2.0.
  • Add --no-verify and benchmark --generate-only modes for retaining candidate pools without tournament cost.

Fixed

  • Reject endpoints that ignore or reject constrained prefill instead of paying for flat or arbitrary verifier scores.
  • Stop generate-only benchmark runs from reporting the first candidate as a verifier selection.
  • Make the official DeepSeek smoke test bypass stale caches and require a live verifier call.