Skip to content

v0.1.9

Choose a tag to compare

@oxyc oxyc released this 16 Apr 22:35
· 94 commits to main since this release

Fixes

  • Gemini 2.5+/3: capture and echo back thoughtSignature on function call parts (required by API, otherwise 400)
  • Strip _thought_signature from conversation history before sending to other providers (fixes Haiku 400 when switching from Gemini)
  • Strip empty text blocks within messages (fixes Anthropic "text content blocks must be non-empty")
  • Vertex Express: fix API endpoint from v1beta1 to v1
  • OpenAI: add properties default for object schemas without fields (fixes GPT-5+ strict validation)
  • OpenAI: use max_completion_tokens for o1/o3/o4/gpt-5 reasoning models