@tiptap-pro/ai-toolkit-anthropic Changelog
Changelog for @tiptap-pro/ai-toolkit-anthropic
0.9.0
Patch Changes
- @tiptap-pro/ai-toolkit-tool-definitions@0.9.0
0.8.0
Patch Changes
- @tiptap-pro/ai-toolkit-tool-definitions@0.8.0
0.7.0
Patch Changes
- @tiptap-pro/ai-toolkit-tool-definitions@0.7.0
0.6.1
Patch Changes
- @tiptap-pro/ai-toolkit-tool-definitions@0.6.1
0.6.0
Patch Changes
- Updated dependencies [c0998e4]
- @tiptap-pro/ai-toolkit-tool-definitions@0.6.0
0.5.0
Patch Changes
- @tiptap-pro/ai-toolkit-tool-definitions@0.5.0
0.4.0
Patch Changes
- Updated dependencies [a8ac0a0]
- @tiptap-pro/ai-toolkit-tool-definitions@0.4.0
0.3.10
Patch Changes
- @tiptap-pro/ai-toolkit-tool-definitions@0.3.10
0.3.9
Patch Changes
- @tiptap-pro/ai-toolkit-tool-definitions@0.3.9
0.3.8
Patch Changes
- @tiptap-pro/ai-toolkit-tool-definitions@0.3.8
0.3.7
Patch Changes
- 0608c46: Minor bugfixes & improvements
- Updated dependencies [0608c46]
- @tiptap-pro/ai-toolkit-tool-definitions@0.3.7
0.3.6
Patch Changes
- @tiptap-pro/ai-toolkit-tool-definitions@0.3.6
0.3.5
Patch Changes
- @tiptap-pro/ai-toolkit-tool-definitions@0.3.5
0.3.4
Patch Changes
- @tiptap-pro/ai-toolkit-tool-definitions@0.3.4
0.3.3
Patch Changes
- @tiptap-pro/ai-toolkit-tool-definitions@0.3.3
0.3.2
Patch Changes
- Updated dependencies [8a7a077]
- @tiptap-pro/ai-toolkit-tool-definitions@0.3.2
0.3.1
Patch Changes
- @tiptap-pro/ai-toolkit-tool-definitions@0.3.1
0.3.0
Patch Changes
- @tiptap-pro/ai-toolkit-tool-definitions@0.3.0
0.2.3
Patch Changes
- @tiptap-pro/ai-toolkit-tool-definitions@0.2.3
0.2.2
Patch Changes
- @tiptap-pro/ai-toolkit-tool-definitions@0.2.2
0.2.1
Patch Changes
- @tiptap-pro/ai-toolkit-tool-definitions@0.2.1
0.2.0
Patch Changes
- Updated dependencies [e3082aa]
- @tiptap-pro/ai-toolkit-tool-definitions@0.2.0
0.1.4
Patch Changes
- @tiptap-pro/ai-toolkit-tool-definitions@0.1.4
0.1.3
Patch Changes
- @tiptap-pro/ai-toolkit-tool-definitions@0.1.3
0.1.2
Patch Changes
- @tiptap-pro/ai-toolkit-tool-definitions@0.1.2
0.1.1
Patch Changes
- @tiptap-pro/ai-toolkit-tool-definitions@0.1.1
0.1.0
Minor Changes
- e214bc6: Start a new versioning scheme that aligns all AI toolkit and server AI toolkit packages on the same version.
Patch Changes
- Updated dependencies [e214bc6]
- @tiptap-pro/ai-toolkit-tool-definitions@0.1.0
3.0.0-alpha.22
Patch Changes
- Updated
@tiptap-pro/ai-toolkit-tool-definitionsdependency.
3.0.0-alpha.21
Patch Changes
- Reference the correct
@tiptap-pro/ai-toolkit-tool-definitions@3.0.0-alpha.30dependency version.
3.0.0-alpha.20
Minor Changes
- Add
operationMetaoption totoolDefinitions()andtiptapEditTool(). When set, the AI includes ametafield in each edit operation with an explanation of why the change was made.
3.0.0-alpha.19
Major Changes
- Improve tool definition of
editThreadstool to avoid errors where the AI would sometimes fail to create threads. - Improve prompt of the Comments workflow to avoid errors where the AI would sometimes fail to create threads.
3.0.0-alpha.18
Patch Changes
- Improved the tool definition of tiptapEdit to make edits more efficient.
3.0.0-alpha.17
Patch Changes
- Bump version to align with refactored Tiptap edit implementation in the core AI Toolkit.
3.0.0-alpha.16
Patch Changes
- Bump version to align with updated
getThreadspagination semantics in the core AI Toolkit.
3.0.0-alpha.15
Patch Changes
- Update
getThreadstool schema to require afromindex for pagination.
3.0.0-alpha.14
Major Changes
- Breaking: Change
editThreadstool to use a new, more efficient format. The new format is faster, more efficient, uses fewer tokens, and avoids diff mismatch errors completely, significantly improving the accuracy of the tool.
3.0.0-alpha.13
Minor Changes
- Server AI Toolkit tool definitions
3.0.0-alpha.12
Major Changes
- Add
tiptapEdit,tiptapRead, andtiptapReadSelectiontools and set them as default. RemovereadNodeRange,readSelection,insertContentandapplyPatchtools.
3.0.0-alpha.11
Minor Changes
- Add
tiptapEdit,tiptapRead, andtiptapReadSelectiontools that make edits faster and more efficient. These tools are experimental and opt-in.
3.0.0-alpha.10
Patch Changes
- 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
applyPatchtool. 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-toolkitpackage that is equal or higher than3.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-toolkitpackage that is equal or higher than3.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
editThreadsandgetThreadstools for AI-powered comment and thread management - Requires upgrading to a version of the
@tiptap-pro/ai-toolkitpackage that is equal or higher than3.0.0-alpha.26
3.0.0-alpha.3
Major Changes
- Rename
applyDifftool toapplyPatch - Improve format and tool definition of the
applyDifftool (now calledapplyPatch) 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
activeNodeRangeposition to theinsertContenttool to allow the AI to insert content at the active node range. This improves the accuracy of the edits when theapplyPatchtool is disabled.
3.0.0-alpha.1
Major changes
- Initial release