Skip to content

marginal v0.2.3

Choose a tag to compare

@exactml exactml released this 20 Sep 11:53
· 5 commits to master since this release
1ac5c98

🤖 marginal review's reviewer-model call now uses Anthropic's strict tool use, so the model's response is guaranteed to match the expected schema at generation time instead of merely being asked to.

Fixes

  • AnthropicProvider.generate_structured now sets strict: true on its tool definition -- Claude's response is generated via grammar-constrained decoding, closing the schema-mismatch failure class the ISSUE-96 retry existed to mitigate, at the source rather than after the fact (ISSUE-96, PR-99)

📖 Full details: CHANGELOG.md