Verifiers v0.1.12.dev6 Release Notes
Date: 04/15/2026
Highlights since v0.1.12.dev5
- Exported the eval parser and normalization helpers so Prime CLI can reuse Verifiers eval parsing and config loading.
- Fixed eval ablation config overrides so explicit
modelandendpoint_idsettings behave correctly. - Propagated
json_loggingfrom EnvServer to env workers so worker logs stay structured when JSON logging is enabled. - Fixed the RLM harness install flow to avoid duplicate installs and restored Harbor TOML loading on Python 3.10.
Changes included in v0.1.12.dev6 (since v0.1.12.dev5)
Features and enhancements
- feat: export eval parser and normalization helpers for Prime CLI reuse (#1135)
- fix: handle ablation
modelandendpoint_idoverrides in eval configs (#1135)
Fixes and maintenance
- fix: propagate
json_loggingto env workers (#1138) - fix: port RLM harness dedup install script update (#1133)
- fix: add
tomlifallback for Harbor on Python 3.10 (#1136)
Full Changelog: v0.1.12.dev5...v0.1.12.dev6