Skip to content

Commit d43cf6f

Browse files
authored
DOC-3526: AI Chat state was lost if the sidebar was closed before the model started responding (#4172)
* Docs: DOC-3526 - AI state was lost if the AI chat was closed before the AI started responding to a prompt * Docs: DOC-3526 - Refine TINY-14222 wording (use 'the model'; name the Chat sidebar)
1 parent fb6e57b commit d43cf6f

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

modules/ROOT/pages/8.7.0-release-notes.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,21 @@ The following premium plugin updates were released alongside {productname} {rele
3939

4040
// For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode>.adoc[<Premium plugin name 1>].
4141

42+
=== TinyMCE AI
43+
44+
The {productname} {release-version} release includes an accompanying release of the **TinyMCE AI** premium plugin.
45+
46+
**TinyMCE AI** includes the following fix.
47+
48+
==== AI Chat state was lost if the sidebar was closed before the model started responding
49+
// #TINY-14222
50+
51+
Previously, the state of an AI Chat conversation could be lost if the Chat sidebar was closed before the model began responding to a prompt. The plugin recorded which sidebar started a response only once the response began, so closing the sidebar beforehand left no record. Reopening the sidebar then reset the conversation and any pending preview.
52+
53+
In {productname} {release-version}, the sidebar is recorded as soon as the prompt is sent. Closing and reopening the Chat sidebar before the response is ready no longer resets the conversation.
54+
55+
For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI].
56+
4257

4358
[[improvements]]
4459
== Improvements

0 commit comments

Comments
 (0)