Changelog

3.0.0-beta.40

Patch Changes

  • Fix issue with unsupported import path

3.0.0-beta.39

Patch Changes

  • Add TypeScript module declaration for AiAgentStorage to improve type safety

3.0.0-beta.38

Patch Changes

  • Fix a bug where rejectToolCall did not undo all changes when using the AI Agent with the AI Changes extension
  • Fix a bug where acceptToolCall did not apply all changes when using the AI Agent with teh AI Suggestion extension

3.0.0-beta.37

Minor Changes

  • Set the default model to gpt-5

3.0.0-beta.36

Patch Changes

  • Fixes bug where the systemPrompt option was ignored by the AI Agent extension

3.0.0-beta.35

Minor Changes

  • Add support for GPT-5 models in AiAgentModelName type
    • Added gpt-5, gpt-5-mini, gpt-5-nano, gpt-5-chat models
    • Added timestamped versions: gpt-5-2025-08-07, gpt-5-mini-2025-08-07, gpt-5-nano-2025-08-07, gpt-5-chat-2025-08-07

3.0.0-beta.34

Patch Changes

  • Use unpinned Tiptap dependencies to avoid peer dependency issues with Tiptap 3.x.x

3.0.0-beta.33

Major Changes

  • useAiChangesExtension option of AiAgentProvider has been renamed to reviewOptions.extension
  • autoAccept option of AiAgentProvider has been renamed to reviewOptions.autoAccept
  • Requires @tiptap-pro/extension-ai-suggestion version 3.0.0-beta.33 or later

Minor Changes

  • Review changes before they are inserted into the document, using the AI Suggestion extension

3.0.0-beta.32

Major Changes

  • Publish AI Agent extension (beta) for Tiptap 3
  • On-premises customers: upgrade the AI Server to version 2.9.0 or later