Skip to content

Releases: minpeter/ai-sdk-tool-call-middleware

@ai-sdk-tool/[email protected]

03 Nov 11:24
5c46b85

Choose a tag to compare

Pre-release

Major Changes

  • c96c293: upgrade language model interfaces to V3
  • df62ec5: bump ai v6 (middleware v3 not yet)

@ai-sdk-tool/[email protected]

03 Nov 11:24
5c46b85

Choose a tag to compare

Pre-release

Major Changes

  • df62ec5: bump ai v6 (middleware v3 not yet)

@ai-sdk-tool/[email protected]

04 Sep 16:50
ee3cb79

Choose a tag to compare

Patch Changes

  • 4fb674f: Add community XML tools and reorganize parsers

@ai-sdk-tool/[email protected]

04 Sep 04:17
d71b229

Choose a tag to compare

Patch Changes

  • dce31fe: Add a debugging field that returns the original output of the model before parsing.

@ai-sdk-tool/[email protected]

04 Sep 04:17
d71b229

Choose a tag to compare

Patch Changes

  • dce31fe: Improved debugging capabilities of console.debug.

@ai-sdk-tool/[email protected]

02 Sep 14:56
31adafb

Choose a tag to compare

Patch Changes

  • c25f1d4: Improved parsing stability in output containing inner tags.

@ai-sdk-tool/[email protected]

02 Sep 14:56
31adafb

Choose a tag to compare

Patch Changes

  • c25f1d4: ToolCallMiddlewareProviderOptions stability improvements and refactoring
  • c25f1d4: Apply noChildNodes: [] to the RXML parser to treat self-closing tags as regular tags
  • Updated dependencies [c25f1d4]

@ai-sdk-tool/[email protected]

02 Sep 14:56
31adafb

Choose a tag to compare

Patch Changes

  • c25f1d4: Added maxToken option to enable

@ai-sdk-tool/[email protected]

01 Sep 03:19
2b2dd8b

Choose a tag to compare

Minor Changes

  • 5e03e27: Initial release of RXML (Robust XML).

    • Safe XML parsing and streaming
    • JSON Schema-based coercion
    • Stringification
    • Error types
    • Options
    • Examples

    Add RXML docs and README:

    • New comprehensive docs at docs/rxml.md and index link
    • Concise package README with install and quick usage

@ai-sdk-tool/[email protected]

01 Sep 03:19
2b2dd8b

Choose a tag to compare

Patch Changes

  • 49f5024: Added license to Apache 2.0

  • 02b32c0: Morph XML protocol and utils robustness tweaks.

    • Add RXML for safer XML extraction (raw string tags, duplicate checks) and use it in morphXmlProtocol.
    • Replace relaxed JSON helper with RJSON; export RXML/RJSON from utils.
    • Minor improvements to streaming parsing and XML stringify options.
  • Updated dependencies [5e03e27]