From 502384b5ba797dfd9a91c8e4558f28c5d9c13b14 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Fri, 5 Jun 2026 11:36:13 +1000 Subject: [PATCH 1/2] Docs: DOC-3526 - AI state was lost if the AI chat was closed before the AI started responding to a prompt --- modules/ROOT/pages/8.7.0-release-notes.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/modules/ROOT/pages/8.7.0-release-notes.adoc b/modules/ROOT/pages/8.7.0-release-notes.adoc index 60a84540ef..60ec36d0ea 100644 --- a/modules/ROOT/pages/8.7.0-release-notes.adoc +++ b/modules/ROOT/pages/8.7.0-release-notes.adoc @@ -39,6 +39,21 @@ The following premium plugin updates were released alongside {productname} {rele // For information on the **** plugin, see: xref:.adoc[]. +=== TinyMCE AI + +The {productname} {release-version} release includes an accompanying release of the **TinyMCE AI** premium plugin. + +**TinyMCE AI** includes the following fix. + +==== AI state was lost if the AI chat was closed before the AI started responding to a prompt +// #TINY-14222 + +Previously, the AI conversation state could be lost if the AI sidebar was closed before the AI began responding to a prompt. The plugin recorded which sidebar started the response only after the response began, so closing the sidebar beforehand left no record, and reopening it reset the conversation. + +In {productname} {release-version}, the sidebar is recorded as soon as the prompt is sent. Toggling the sidebar before the AI responds no longer resets the conversation state. + +For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI]. + [[improvements]] == Improvements From 227b005df6c00805855edb4d8e240808c07188ae Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Fri, 5 Jun 2026 13:59:16 +1000 Subject: [PATCH 2/2] Docs: DOC-3526 - Refine TINY-14222 wording (use 'the model'; name the Chat sidebar) --- modules/ROOT/pages/8.7.0-release-notes.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/8.7.0-release-notes.adoc b/modules/ROOT/pages/8.7.0-release-notes.adoc index 60ec36d0ea..2e721f53ea 100644 --- a/modules/ROOT/pages/8.7.0-release-notes.adoc +++ b/modules/ROOT/pages/8.7.0-release-notes.adoc @@ -45,12 +45,12 @@ The {productname} {release-version} release includes an accompanying release of **TinyMCE AI** includes the following fix. -==== AI state was lost if the AI chat was closed before the AI started responding to a prompt +==== AI Chat state was lost if the sidebar was closed before the model started responding // #TINY-14222 -Previously, the AI conversation state could be lost if the AI sidebar was closed before the AI began responding to a prompt. The plugin recorded which sidebar started the response only after the response began, so closing the sidebar beforehand left no record, and reopening it reset the conversation. +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. -In {productname} {release-version}, the sidebar is recorded as soon as the prompt is sent. Toggling the sidebar before the AI responds no longer resets the conversation state. +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. For information on the **TinyMCE AI** plugin, see: xref:tinymceai.adoc[TinyMCE AI].