Branch: refs/heads/main Home: https://github.com/xwiki-contrib/ai-llm Commit: 8fe4099e04aab1dc47f7289e9332e52b7e5db881 https://github.com/xwiki-contrib/ai-llm/commit/8fe4099e04aab1dc47f7289e9332e... Author: Michael Hamann <[email protected]> Date: 2025-04-24 (Thu, 24 Apr 2025) Changed paths: M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/DefaultCollectionManager.java M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/RAGChatRequestFilter.java M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/RAGChatRequestFilterBuilder.java M application-ai-llm-index/application-ai-llm-index-api/src/test/java/org/xwiki/contrib/llm/internal/rest/DefaultCollectionsResourceTest.java M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/internal/AbstractModel.java M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Code/ChatWidgetConfig.xml Log Message: ----------- LLMAI-123: The application cannot be used in subwikis * Pass the wiki ID to the chat widget. * Set the current wiki as context for loading the collection. * Fix parsing groups from the collection configuration. * Consider both subwiki and main wiki groups of the user. Commit: 91b13f38074dda2c7e15f747aca23bfd7524b047 https://github.com/xwiki-contrib/ai-llm/commit/91b13f38074dda2c7e15f747aca23... Author: Michael Hamann <[email protected]> Date: 2025-04-24 (Thu, 24 Apr 2025) Changed paths: M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Code/ChatWidgetConfig.xml Log Message: ----------- LLMAI-117: Regular users do not have a Chat button * Set the scope of the UIX to "wiki". Compare: https://github.com/xwiki-contrib/ai-llm/compare/d0892bb347f7...91b13f38074d To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications