Branch: refs/heads/main Home: https://github.com/xwiki-contrib/ai-llm Commit: 93cc4a06a539bbda86a5f1e67552aa8b13a6f872 https://github.com/xwiki-contrib/ai-llm/commit/93cc4a06a539bbda86a5f1e67552a... Author: Michael Hamann <[email protected]> Date: 2026-06-11 (Thu, 11 Jun 2026) Changed paths: M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Code/CKEditorPlugin.xml M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Code/CKEditorPluginLoader.xml M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Code/Javascript.xml Log Message: ----------- LLMAI-122: LLM Button in editor not working * More carefully add the plugin to avoid overriding other plugins. * More explicit error handling for check errors. * Use either the xwiki-wysiwyg-modal or the modal module, depending on which is available. * Make the init-method non-async but wait for the instanceReady event to enable the button. Commit: 15f01a7fb9b92494287c013096405053fe060571 https://github.com/xwiki-contrib/ai-llm/commit/15f01a7fb9b92494287c013096405... Author: Michael Hamann <[email protected]> Date: 2026-06-11 (Thu, 11 Jun 2026) Changed paths: M application-ai-llm-chat/application-ai-llm-chat-webjar/pom.xml R application-ai-llm-chat/application-ai-llm-chat-webjar/webjar/marked.min.js R application-ai-llm-chat/application-ai-llm-chat-webjar/webjar/purify.min.js M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Code/ChatWidgetConfig.xml M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Code/TestUI.xml M examples/auth/index.html Log Message: ----------- LLMAI-149: Marked and DOMPurify should be loaded from extra WebJARs * Remove bundled code. * Add the respective dependencies. * Update all usages of the libraries. The way the libraries are loaded seems still wrong (should use require.js and configure require paths or import maps), but at least they can be upgraded now. Compare: https://github.com/xwiki-contrib/ai-llm/compare/efbd9612e9ee...15f01a7fb9b9 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications