Skip to content

@cloudflare/tanstack-ai@0.1.3

Choose a tag to compare

@github-actions github-actions released this 19 Mar 07:18
· 9 commits to main since this release
761720e

Patch Changes

  • #435 7381171 Thanks @mdhruvil! - Fix workers-ai adapter silently dropping image content parts.

  • #424 b2eeca8 Thanks @vaibhavshn! - Avoid duplicate tool call IDs by generating unique IDs per tool call index instead of trusting backend-provided IDs

  • #411 af08464 Thanks @baldyeagle! - Annotate createAnthropicChat to improve client type narrowing

  • #398 40e53c8 Thanks @vaibhavshn! - fix: add run/ prefix to workers-ai gateway endpoint and make API key optional for gateway bindings

  • #444 414b4d5 Thanks @mchenco! - Add sessionAffinity option to WorkersAiAdapterConfig for prefix-cache optimization. Routes requests with the same key to the same backend replica via the x-session-affinity header. Supported across binding, REST, and gateway modes.