Fix bug that caused the AI to not read the document at the beginning of the chat interaction.
3.0.0-alpha.9
Patch Changes
Fix bug that caused the AI to read the entire document when it was not necessary to do so.
3.0.0-alpha.8
Patch Changes
Fix bug that caused the AI to read the incorrect content of the document after updating the document.
3.0.0-alpha.7
Patch Changes
Fix bug where new threads and comments were not created in the right position of the document.
3.0.0-alpha.6
Major Changes
New format for the tool input of the applyPatch tool. This format makes the tool definitions simpler and more consistent.
Improved tool output and tool definitions of all the built-in tools.
Requires upgrading to a version of the @tiptap-pro/ai-toolkit package that is equal or higher than 3.0.0-alpha.37
3.0.0-alpha.5
Major Changes
Makes the insertContent tool independent of the format of the content, by renaming the "html" property to "content".
Requires upgrading to a version of the @tiptap-pro/ai-toolkit package that is equal or higher than 3.0.0-alpha.36
Patch Changes
Fixes bug in insertContent tool where the activeNodeRange is not a valid value for the position.
Fixes bug where the insertContent tool would cause the activeNodeRange to always reset to 0.
3.0.0-alpha.4
Major Changes
Add new editThreads and getThreads tools for AI-powered comment and thread management
Requires upgrading to a version of the @tiptap-pro/ai-toolkit package that is equal or higher than 3.0.0-alpha.26
3.0.0-alpha.3
Major Changes
Rename applyDiff tool to applyPatch
Improve format and tool definition of the applyDiff tool (now called applyPatch) so that the AI generates a list of patch operations. This improves accuracy (because the AI is not tempted to do unnecessary jumps) and reduces token usage significantly
3.0.0-alpha.2
Minor Changes
Add activeNodeRange position to the insertContent tool to allow the AI to insert content at the active node range. This improves the accuracy of the edits when the applyDiff tool is disabled.