Releases: minpeter/ai-sdk-tool-call-middleware
Releases · minpeter/ai-sdk-tool-call-middleware
@ai-sdk-tool/[email protected]
@ai-sdk-tool/[email protected]
Major Changes
- df62ec5: bump ai v6 (middleware v3 not yet)
@ai-sdk-tool/[email protected]
Patch Changes
- 4fb674f: Add community XML tools and reorganize parsers
@ai-sdk-tool/[email protected]
Patch Changes
- dce31fe: Add a debugging field that returns the original output of the model before parsing.
@ai-sdk-tool/[email protected]
Patch Changes
- dce31fe: Improved debugging capabilities of console.debug.
@ai-sdk-tool/[email protected]
Patch Changes
- c25f1d4: Improved parsing stability in output containing inner tags.
@ai-sdk-tool/[email protected]
Patch Changes
- c25f1d4:
ToolCallMiddlewareProviderOptionsstability 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]
@ai-sdk-tool/[email protected]
Patch Changes
- c25f1d4: Added maxToken option to enable
@ai-sdk-tool/[email protected]
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.mdand index link - Concise package README with install and quick usage
@ai-sdk-tool/[email protected]
Patch Changes
-
49f5024: Added license to Apache 2.0
-
02b32c0: Morph XML protocol and utils robustness tweaks.
- Add
RXMLfor safer XML extraction (raw string tags, duplicate checks) and use it inmorphXmlProtocol. - Replace relaxed JSON helper with
RJSON; exportRXML/RJSONfrom utils. - Minor improvements to streaming parsing and XML stringify options.
- Add
-
Updated dependencies [5e03e27]
- @ai-sdk-tool/[email protected]