TINYDOC-3570: The tinymceai_chat_fetch_sources option can now nominate default sources for chat conversations. - #4318
Open
kemister85 wants to merge 2 commits into
Conversation
…8.9.0 release note Documents the new TinyMCE AI chat option and adds the accompanying release note entry for the 8.9.0 release. Covers TINYDOC-3561 (option reference section) and TINYMCE-14703.
…e default sources for chat conversations.
kemister85
marked this pull request as ready for review
August 20, 2026 06:29
kemister85
requested review from
MitchC1999 and
ShiridiGandham
and removed request for
a team
August 20, 2026 06:29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket: TINYDOC-3570 (TINYMCE-14777), TINYDOC-3561
Site: Staging
TINYMCE-14777 supersedes the
tinymceai_chat_default_sourcesoption added under TINYMCE-14703, which was removed before release. Default Chat sources are now nominated through the existingtinymceai_chat_fetch_sourcesoption. Replaces #4306, which was closed when the branch was renamed.Changes:
tinymceai_chat_fetch_sourcessection inmodules/ROOT/partials/configuration/tinymceai_options.adocto cover both accepted shapes (the original array of source groups, and an object holdingmenu.sourcesplus adefaultsarray), the defaults semantics, and the console error cases.tinymceai_chat_default_sourcessection frommodules/ROOT/partials/configuration/tinymceai_options.adoc.modules/ROOT/pages/8.9.0-release-notes.adocfor TINYMCE-14777, noting that the array form still works and is not a breaking change.tinymceai_chat_default_sourcesfrom the complete setup example inmodules/ROOT/pages/tinymceai.adoc.modules/ROOT/pages/tinymceai-chat.adocattinymceai_chat_fetch_sourcesand itsdefaultsproperty.Note: the implemented shape differs from the ticket description. The ticket specifies
menu: [ ...groups ], butplugins/tinymceai/src/main/ts/ui/Sources.tsonrc/8.9definesmenu: { sources: ExternalSourcesList[] }, nesting the groups one level deeper. The documented shape follows the implementation, confirmed againstDefaultChatSourcesTest.tsandDemoApp.ts.Pre-checks:
Branch is correctly prefixed(release-note branch)Review: