Skip to content

v0.9.4

Choose a tag to compare

@github-actions github-actions released this 09 Jul 17:36

Hotfix highlights

  • Compiled-binary startup crash fixed — v0.9.3 release binaries crashed at startup with Cannot find module './packages/ai/src/models.json'. The bundled model catalog is now embedded via a Bun file-type import so all release targets load it from bunfs (#1914, 7ca2750).
  • Anthropic OAuth tool calls fixed — tool calls under Anthropic OAuth could arrive with empty arguments ("expected string, received undefined") or corrupted tool names. Streaming block correlation now uses a per-stream index map and the OAuth tool-name prefix roundtrip is lossless (798308e).

What's Changed

Full Changelog: v0.9.3...v0.9.4