@cloudflare/tanstack-ai@0.1.3
·
9 commits
to main
since this release
Patch Changes
-
#435
7381171Thanks @mdhruvil! - Fix workers-ai adapter silently dropping image content parts. -
#424
b2eeca8Thanks @vaibhavshn! - Avoid duplicate tool call IDs by generating unique IDs per tool call index instead of trusting backend-provided IDs -
#411
af08464Thanks @baldyeagle! - Annotate createAnthropicChat to improve client type narrowing -
#398
40e53c8Thanks @vaibhavshn! - fix: addrun/prefix to workers-ai gateway endpoint and make API key optional for gateway bindings -
#444
414b4d5Thanks @mchenco! - AddsessionAffinityoption toWorkersAiAdapterConfigfor prefix-cache optimization. Routes requests with the same key to the same backend replica via thex-session-affinityheader. Supported across binding, REST, and gateway modes.