You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.