Skip to content

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 14 Jul 21:15

Fixed

  • Model-proposed verification queries were silently dropped when the model
    emitted the verification key as a bare query list instead of the
    {"queries": [...]} envelope — the plan parser rejected the whole block and
    every such round fell back to floor-only checks (observed on
    claude-haiku-4-5 immediately after 0.8.0 went live). The prompt now spells
    out the exact envelope shape and the parser accepts both shapes, so targeted
    disprove-queries — including the mandatory ones behind the scope-inflation
    guard — actually run.

Full Changelog: v0.8.0...v0.8.1