Skip to content

v1.3.0 - Streaming with Tools and Windows Fixes

Choose a tag to compare

@avaritiachaos avaritiachaos released this 06 Jun 05:54
· 9 commits to main since this release

Added

  • Streaming with tools: Enable streaming responses even when tools are present (e.g. for Claude Code compatibility).

Fixed

  • Avoid Windows command-line limit: Fixed ENAMETOOLONG errors when spawning the CLI on Windows with a large number of tools.
  • Unknown model fallback: Fallback unknown model IDs to auto instead of passing them directly to the CLI.
  • Add tool-call detection logging to make troubleshooting easier.