---
title: "Changelog"
description: "Changelog for the AI Suggestion extension"
canonical_url: "https://tiptap.dev/docs/content-ai/capabilities/suggestion/changelog"
---

# Changelog

Changelog for the AI Suggestion extension

## 3.0.0-beta.39

### Patch Changes

- Fix issue with unsupported import path

## 3.0.0-beta.38

### Patch Changes

- Add TypeScript module declaration for `AiSuggestionStorage` to improve type safety

## 3.0.0-beta.37

### Minor Changes

- Set the default model to `gpt-5-mini`

## 3.0.0-beta.36

### Patch Changes

- Bug fix: do not reload suggestions just after a suggestion is applied

## 3.0.0-beta.35

### Minor Changes

- Add support for GPT-5 models

## 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

### Minor Changes

- Provide a custom resolver function to `loadAiSuggestions` and `loadAiSuggestionsDebounced` commands
- Define a new type of suggestion that is displayed as a diff. Activate it by setting the `displayAsDiff` property of the rule to `true`.

## 3.0.0-beta.32

### Major Changes

- Publish AI Suggestion extension (beta) for Tiptap 3
