- Update model catalog from OpenRouter API (+57 new models, -59 deprecated). Fix snake_case to camelCase parameter mapping in conversion script. Add parallelToolCalls to OpenRouterBaseOptions. (#400)
- Updated dependencies [
26d8243]:- @tanstack/ai@0.9.2
- Updated dependencies [
b8cc69e]:- @tanstack/ai@0.9.1
- Updated dependencies [
f62eeb0]:- @tanstack/ai@0.8.0
- Updated dependencies [
86be1c8]:- @tanstack/ai@0.7.0
- Updated dependencies [
6dfffca]:- @tanstack/ai@0.6.3
- Updated dependencies [
2ee0b33]:- @tanstack/ai@0.6.2
- Updated dependencies [
d8678e2]:- @tanstack/ai@0.6.1
- Updated dependencies [
58702bc]:- @tanstack/ai@0.5.1
- Updated dependencies [
6f886e9]:- @tanstack/ai@0.4.2
- Updated dependencies [
6e1bb50]:- @tanstack/ai@0.4.1
-
re-release adapter packages (#263)
-
add multiple modalities support to the client (#263)
-
Updated dependencies [
0158d14]:- @tanstack/ai@0.4.0
- Updated dependencies [
230bab6]:- @tanstack/ai@0.3.1
-
feat: Add AG-UI protocol events to streaming system (#244)
All text adapters now emit AG-UI protocol events only:
RUN_STARTED/RUN_FINISHED- Run lifecycle eventsTEXT_MESSAGE_START/TEXT_MESSAGE_CONTENT/TEXT_MESSAGE_END- Text message streamingTOOL_CALL_START/TOOL_CALL_ARGS/TOOL_CALL_END- Tool call streaming
Only AG-UI event types are supported; previous legacy chunk formats (
content,tool_call,done, etc.) are no longer accepted.
- Updated dependencies [
e52135f]:- @tanstack/ai@0.3.0
- release OpenRouter support (#123)