AI Toolkit Changelog

@tiptap-pro/ai-toolkit

3.0.0-alpha.6

Patch Changes

  • Fix issue with incorrect import

3.0.0-alpha.5

Minor Changes

  • Add applySuggestionToOtherDoc method to apply a suggestion to the other document when comparing documents in real-time
  • Ignore the debounce timeout on the first run of startComparingDocuments so that the suggestions show up immediately and the app feels responsive

3.0.0-alpha.4

Major Changes

  • Remove needsReview option from return type of executeTool and use docChanged instead
  • The docChanged option is now true when the tool call modifies the document

3.0.0-alpha.3

Minor Changes

  • Add needsReview option to return type of executeTool to know when the tool call needs user review
  • Add applyAllSuggestions method to apply all suggestions at once
  • Improve error messages when tool calls fail

3.1.0-alpha.2

Patch Changes

  • Fix types of input parameter in the executeTool method parameters so that it is compatible with the AI SDK by Vercel

3.1.0-alpha.1

Major changes

  • Initial alpha release of the AI Toolkit