Skip to content

v0.4.1

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jun 17:31
· 24 commits to main since this release
v0.4.1
57b6e49

Fixed

  • search_for_proof semantic-lane candidates now return the clean Lean name (e.g.
    FirstOrder.Language.BoundedFormula.IsDelta0.bdAll) with the module field populated, instead of leaking the
    downstream origin:module:declName corpus key as the name (e.g.
    lean-host-mcp:KanProofs.ModelTheory.Delta0.Basic:FirstOrder…bdAll). The prefixed key broke the documented key-free
    contract and the search_for_proofinspect_declaration handoff.