Skip to content

v0.7.11

Choose a tag to compare

@sherifkozman sherifkozman released this 02 Apr 15:32
· 10 commits to main since this release

Hotfix

  • Anthropic adaptive thinking: budget_tokens is not permitted with thinking.type=adaptive — removed from the request payload. This was causing all Anthropic requests with reasoning enabled to fail with 400.
  • Schema grammar fallback: Added "compiled grammar" to the structured output error detection patterns, so requests that exceed Anthropic's grammar size limit correctly fall back to unstructured output.

Fixes the regression introduced in v0.7.10 where the thinking type was changed from enabled to adaptive but budget_tokens was left in.