Skip to content

Latest commit

 

History

History
149 lines (85 loc) · 4.37 KB

File metadata and controls

149 lines (85 loc) · 4.37 KB

@tanstack/ai-openrouter

0.7.0

Minor Changes

  • 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)

Patch Changes

  • Updated dependencies [26d8243]:
    • @tanstack/ai@0.9.2

0.6.8

Patch Changes

  • Updated dependencies [b8cc69e]:
    • @tanstack/ai@0.9.1

0.6.7

Patch Changes

  • Fix issue with tool calling (#360)

  • Updated dependencies [842e119]:

    • @tanstack/ai@0.9.0

0.6.6

Patch Changes

0.6.5

Patch Changes

  • Updated dependencies [f62eeb0]:
    • @tanstack/ai@0.8.0

0.6.4

Patch Changes

  • Updated dependencies [86be1c8]:
    • @tanstack/ai@0.7.0

0.6.3

Patch Changes

  • Updated dependencies [6dfffca]:
    • @tanstack/ai@0.6.3

0.6.2

Patch Changes

  • Updated dependencies [2ee0b33]:
    • @tanstack/ai@0.6.2

0.6.1

Patch Changes

  • Updated dependencies [d8678e2]:
    • @tanstack/ai@0.6.1

0.6.0

Patch Changes

  • fix incorrect modelOptions (#317)

  • Updated dependencies [5aa6acc, 1f800aa]:

    • @tanstack/ai@0.6.0

0.5.1

Patch Changes

  • Updated dependencies [58702bc]:
    • @tanstack/ai@0.5.1

0.5.0

Patch Changes

0.4.2

Patch Changes

  • Updated dependencies [6f886e9]:
    • @tanstack/ai@0.4.2

0.4.1

Patch Changes

  • Updated dependencies [6e1bb50]:
    • @tanstack/ai@0.4.1

0.4.0

Patch Changes

  • re-release adapter packages (#263)

  • add multiple modalities support to the client (#263)

  • Updated dependencies [0158d14]:

    • @tanstack/ai@0.4.0

0.3.1

Patch Changes

  • Updated dependencies [230bab6]:
    • @tanstack/ai@0.3.1

0.3.0

Minor Changes

  • 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 events
    • TEXT_MESSAGE_START / TEXT_MESSAGE_CONTENT / TEXT_MESSAGE_END - Text message streaming
    • TOOL_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.

Patch Changes

  • Updated dependencies [e52135f]:
    • @tanstack/ai@0.3.0

0.1.0

Minor Changes

  • release OpenRouter support (#123)