lists.xwiki.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

notifications

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
[email protected]

  • 58309 discussions
[[email protected]][Issue] Updates for LLMAI-140: MCP add page edit (simple) tool
by XWiki Notifications 15 Jun '26

15 Jun '26
1 0
0 0
[xwiki-contrib/ai-llm] 450c54: LLMAI-150: Bump the MCP Java SDK to 2.0.0
by XWiki Notifications 15 Jun '26

15 Jun '26
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/ai-llm Commit: 450c54c088a074f7e52fa564288cb294c9eda74a https://github.com/xwiki-contrib/ai-llm/commit/450c54c088a074f7e52fa564288c… Author: Paul Pantiru <paul.pantiru(a)xwiki.com> Date: 2026-06-15 (Mon, 15 Jun 2026) Changed paths: M application-ai-llm-mcp/application-ai-llm-mcp-server/src/main/java/org/xwiki/contrib/llm/mcp/internal/MCPToolSupport.java M application-ai-llm-mcp/application-ai-llm-mcp-server/src/main/java/org/xwiki/contrib/llm/mcp/internal/XWikiMCPServerManager.java M application-ai-llm-mcp/application-ai-llm-mcp-server/src/test/java/org/xwiki/contrib/llm/mcp/internal/MCPToolSupportTest.java M application-ai-llm-mcp/application-ai-llm-mcp-server/src/test/java/org/xwiki/contrib/llm/mcp/internal/XWikiMCPServerManagerTest.java M pom.xml Log Message: ----------- LLMAI-150: Bump the MCP Java SDK to 2.0.0 * Import the mcp-bom 2.0.0 in the parent pom (versions managed centrally). * MCPToolSupport produces the tool input schema as a Map, matching the v2 McpSchema.Tool.inputSchema() type. * Drop the .block() on the now-void McpStatelessSyncServer.closeGracefully(). * Disable the SDK's built-in tool-input validation so the declarative parameter layer stays the single validation gate with curated agent-facing errors, and pre-validate each tool's schema at registration so one malformed schema cannot fail the whole server build. * Migrate the affected tests off the removed and changed SDK APIs. Commit: c999c05d5671f1044f96b0bc5aec6abe0d0ff91f https://github.com/xwiki-contrib/ai-llm/commit/c999c05d5671f1044f96b0bc5aec… Author: Paul Pantiru <paul.pantiru(a)xwiki.com> Date: 2026-06-15 (Mon, 15 Jun 2026) Changed paths: M application-ai-llm-mcp/application-ai-llm-mcp-server/src/main/java/org/xwiki/contrib/llm/mcp/internal/MCPManTool.java M application-ai-llm-mcp/application-ai-llm-mcp-server/src/test/java/org/xwiki/contrib/llm/mcp/internal/MCPManToolTest.java Log Message: ----------- LLMAI-146: Note in the man syntax reference that block/link/image parameters map to HTML attributes * The xwiki-syntax reference page now tells the agent that (% ... %) and ||key="value" parameters mostly pass through as HTML attributes, while macro parameters are macro-specific. * Also migrates the man tool to the MCP SDK 2.0.0 schema-as-Map API (LLMAI-150). Commit: 48e17242ccdd9619baa1f09ecbeb663380444d4f https://github.com/xwiki-contrib/ai-llm/commit/48e17242ccdd9619baa1f09ecbeb… Author: Paul Pantiru <paul.pantiru(a)xwiki.com> Date: 2026-06-15 (Mon, 15 Jun 2026) Changed paths: M application-ai-llm-mcp/application-ai-llm-mcp-server/src/main/java/org/xwiki/contrib/llm/mcp/internal/MCPQueryDocumentsTool.java M application-ai-llm-mcp/application-ai-llm-mcp-server/src/test/java/org/xwiki/contrib/llm/mcp/internal/MCPQueryDocumentsToolTest.java Log Message: ----------- LLMAI-138: Lead the query_documents description with the edismax engine and soften the total * The tool/parameter descriptions now state up front that queries use Solr Extended DisMax (edismax) syntax, so the model reaches for the right operators. * The result footer reports an approximate total ("Found about N") on paged results, since the rights post-filter can hide documents from the count; the count stays exact when a single unfiltered page returns everything. * Also migrates the tool to the MCP SDK 2.0.0 Tool.builder API (LLMAI-150). Commit: 2305441fe76b1c01ada4712f99f4fb398e604cf2 https://github.com/xwiki-contrib/ai-llm/commit/2305441fe76b1c01ada4712f99f4… Author: Paul Pantiru <paul.pantiru(a)xwiki.com> Date: 2026-06-15 (Mon, 15 Jun 2026) Changed paths: M application-ai-llm-mcp/application-ai-llm-mcp-server/pom.xml M application-ai-llm-mcp/application-ai-llm-mcp-server/src/main/java/org/xwiki/contrib/llm/mcp/internal/MCPGetDocumentTool.java A application-ai-llm-mcp/application-ai-llm-mcp-server/src/main/java/org/xwiki/contrib/llm/mcp/internal/MCPRenderedHtml.java M application-ai-llm-mcp/application-ai-llm-mcp-server/src/test/java/org/xwiki/contrib/llm/mcp/internal/MCPGetDocumentToolTest.java A application-ai-llm-mcp/application-ai-llm-mcp-server/src/test/java/org/xwiki/contrib/llm/mcp/internal/MCPRenderedHtmlTest.java Log Message: ----------- LLMAI-139: Add an HTML rendered format to get_document and suppress macro-error stack traces * rendered=true gains a format parameter: "plain" (default) or "html". HTML renders to html/5.0 and is cleaned by MCPRenderedHtml (platform HTMLCleaner) down to a structure/attribute allowlist for token economy. * A failing/disallowed macro no longer floods the output with its Java stack trace: the HTML description block is dropped structurally, and in plain mode runs of stack-frame lines are collapsed to a marker. * Also migrates the tool to the MCP SDK 2.0.0 Tool.builder API (LLMAI-150). Commit: 9c52bcb0f81ab64e3b1bdc8b3294fba04b8551c6 https://github.com/xwiki-contrib/ai-llm/commit/9c52bcb0f81ab64e3b1bdc8b3294… Author: Paul Pantiru <paul.pantiru(a)xwiki.com> Date: 2026-06-15 (Mon, 15 Jun 2026) Changed paths: M application-ai-llm-mcp/application-ai-llm-mcp-server/src/main/java/org/xwiki/contrib/llm/mcp/internal/MCPEditDocumentTool.java A application-ai-llm-mcp/application-ai-llm-mcp-server/src/main/java/org/xwiki/contrib/llm/mcp/internal/MCPWriteDocumentTool.java M application-ai-llm-mcp/application-ai-llm-mcp-server/src/main/resources/META-INF/components.txt M application-ai-llm-mcp/application-ai-llm-mcp-server/src/test/java/org/xwiki/contrib/llm/mcp/internal/MCPEditDocumentToolTest.java A application-ai-llm-mcp/application-ai-llm-mcp-server/src/test/java/org/xwiki/contrib/llm/mcp/internal/MCPWriteDocumentToolTest.java Log Message: ----------- LLMAI-141: Add the write_document tool for full create/overwrite * write_document creates a document or replaces its entire body; overwriting an existing document requires its base_version (read-before-write), and the refusal does not echo the current version so the agent must read first. * edit_document no longer advertises creation via an empty old_string (still supported); its description, summary and man page point at write_document. * Lets the agent set a version comment (stored [AI]-prefixed) and the minor/major flag on edit_document and write_document (LLMAI-140). * Also migrates edit_document to the MCP SDK 2.0.0 Tool.builder API (LLMAI-150). Commit: 1e3281ab488e76088629d6660581409795372468 https://github.com/xwiki-contrib/ai-llm/commit/1e3281ab488e76088629d6660581… Author: Paul Pantiru <paul.pantiru(a)xwiki.com> Date: 2026-06-15 (Mon, 15 Jun 2026) Changed paths: M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/mcp/MCPListCollectionsTool.java M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/mcp/MCPSearchCollectionsTool.java Log Message: ----------- LLMAI-150: Migrate the index MCP tools off the deprecated v2 SDK schema APIs * list_collections and search_collections now build their input schema as a Map and register through Tool.builder(name, schema), replacing the deprecated McpSchema.JsonSchema type and the no-arg Tool.builder(). Compare: https://github.com/xwiki-contrib/ai-llm/compare/8c5642d7010a...1e3281ab488e To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24313: text is not handled as plain text in Notification
by XWiki Notifications 15 Jun '26

15 Jun '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24312: confirmationText is not handled as plain text in ConfirmationBox
by XWiki Notifications 15 Jun '26

15 Jun '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24489: XAR extension import fails to register extension in farm virtual installation repository
by XWiki Notifications 15 Jun '26

15 Jun '26
1 0
0 0
[xwiki/xwiki-platform] 5ec971: XWIKI-24217: Improve LESSObjectPropertyResourceRef...
by XWiki Notifications 15 Jun '26

15 Jun '26
Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 5ec9711fb712fd2bdca563c13e8b5498b615f14f https://github.com/xwiki/xwiki-platform/commit/5ec9711fb712fd2bdca563c13e8b… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-06-15 (Mon, 15 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-lesscss/xwiki-platform-lesscss-default/src/main/java/org/xwiki/lesscss/internal/resources/DefaultLESSResourceReferenceFactory.java Log Message: ----------- XWIKI-24217: Improve LESSObjectPropertyResourceReference author and documented handling Replace jakarta imports with javax. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] e30bed: XWIKI-24232: Improved icon themes listing
by XWiki Notifications 15 Jun '26

15 Jun '26
Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-platform Commit: e30bedd2bb663157aadac751be640a91172bcd15 https://github.com/xwiki/xwiki-platform/commit/e30bedd2bb663157aadac751be64… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-06-15 (Mon, 15 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-ui/src/main/resources/IconThemesCode/IconPicker.xml Log Message: ----------- XWIKI-24232: Improved icon themes listing (cherry picked from commit 5b83424dfea644f3f0bae3e482df54c246834817) Commit: 69548906931cd1aa42b32cab5d28395f9558fac2 https://github.com/xwiki/xwiki-platform/commit/69548906931cd1aa42b32cab5d28… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-06-15 (Mon, 15 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-ui/src/main/resources/XWiki/AttachmentSelector.xml M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-ui/src/test/java/org/xwiki/attachment/AttachmentSelectorPageTest.java Log Message: ----------- XWIKI-24395: Improve Attachment Selector css classes handling (cherry picked from commit fd952dc5a18f86076705cfff88c06033f8e24570) Commit: 6a832187967a495a0c74a0c18e7e4b9b50333510 https://github.com/xwiki/xwiki-platform/commit/6a832187967a495a0c74a0c18e7e… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-06-15 (Mon, 15 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-lesscss/xwiki-platform-lesscss-api/src/main/java/org/xwiki/lesscss/resources/WikiLESSResourceReference.java M xwiki-platform-core/xwiki-platform-lesscss/xwiki-platform-lesscss-default/src/main/java/org/xwiki/lesscss/internal/resources/DefaultLESSResourceReferenceFactory.java M xwiki-platform-core/xwiki-platform-lesscss/xwiki-platform-lesscss-default/src/main/java/org/xwiki/lesscss/internal/resources/LESSObjectPropertyResourceReference.java M xwiki-platform-core/xwiki-platform-lesscss/xwiki-platform-lesscss-default/src/test/java/org/xwiki/lesscss/internal/compiler/CachedLESSCompilerTest.java M xwiki-platform-core/xwiki-platform-lesscss/xwiki-platform-lesscss-default/src/test/java/org/xwiki/lesscss/internal/listeners/SSXListenerTest.java M xwiki-platform-core/xwiki-platform-lesscss/xwiki-platform-lesscss-default/src/test/java/org/xwiki/lesscss/internal/resources/LESSObjectPropertyResourceReferenceTest.java Log Message: ----------- XWIKI-24217: Improve LESSObjectPropertyResourceReference author and documented handling (cherry picked from commit f56ce2fd255e2aa97895839857f16079bf282ce5) Commit: 032b6621fa14b7af46b656c37c5f8570f7caa996 https://github.com/xwiki/xwiki-platform/commit/032b6621fa14b7af46b656c37c5f… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-06-15 (Mon, 15 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/widgets/confirmationBox.js Log Message: ----------- XWIKI-24312: confirmationText is not handled as plain text in Confirm… (#5446) (cherry picked from commit 497f67ab2df88433b86ce896711ab245b3d10b57) Commit: 9512078c1aea78408ca2fd2ae954e9a772f52224 https://github.com/xwiki/xwiki-platform/commit/9512078c1aea78408ca2fd2ae954… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-06-15 (Mon, 15 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/widgets/notification.js Log Message: ----------- XWIKI-24313: text is not handled as plain text in Notification (#5447) (cherry picked from commit 39e9a6f300a08392396206bddd5967a64852abe7) Commit: ec7fe2d976694c1312db20d5d892cc8281edfe46 https://github.com/xwiki/xwiki-platform/commit/ec7fe2d976694c1312db20d5d892… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-06-15 (Mon, 15 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/xwiki-platform-attachment-validation-ui/src/main/resources/XWiki/Attachment/Validation/Code/MimetypeValidation.xml M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/actionbuttons/actionButtons.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/suggest/suggestAttachments.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/widgets/notification.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/widgets/upload.js Log Message: ----------- XWIKI-24313: text is not handled as plain text in Notification (#5493) * Add a way to set the text as HTML explicitly. * Fix the locations where HTML text is expected (cherry picked from commit 582942b0535e966faffc896cd47c65dce4c380bc) Compare: https://github.com/xwiki/xwiki-platform/compare/0e0e21702184...ec7fe2d97669 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24430: Warning logged when opening the tree selector from the WYSIWYG link dialog
by XWiki Notifications 15 Jun '26

15 Jun '26
1 0
0 0
[xwiki/xwiki-platform] c8a1b8: XWIKI-24216: Add a script service to normalize ent...
by XWiki Notifications 15 Jun '26

15 Jun '26
Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-platform Commit: c8a1b89782f3cb6787b406a8b57f3b07ef57038d https://github.com/xwiki/xwiki-platform/commit/c8a1b89782f3cb6787b406a8b57f… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-06-15 (Mon, 15 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/pom.xml M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/IndexTreeScriptService.java A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/test/java/org/xwiki/index/tree/IndexTreeScriptServiceTest.java M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTreeMacros.xml M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-api/src/main/java/org/xwiki/tree/internal/EntityTreeNodeIdConverter.java M xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-api/src/test/java/org/xwiki/tree/internal/EntityTreeNodeIdConverterTest.java Log Message: ----------- XWIKI-24216: Add a script service to normalize entity tree node IDs * Use the existing EntityTreeNodeIdConverter * Improve EntityTreeNodeIdConverter to resolve an empty reference to the current entity reference * Add unit tests * Avoid calling incorrect macros and script service methods by explicitly mapping node types to macro and method names. (cherry picked from commit 2fe4c430d177ef75565cc9b39cdce4d54da7ca3b) (cherry picked from commit 14574c26c95f21b39b18b7248f33a06f18f6a9e1) Commit: a2e174362aa61150d96d69bcdded215fd2cd4772 https://github.com/xwiki/xwiki-platform/commit/a2e174362aa61150d96d69bcdded… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-06-15 (Mon, 15 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/IndexTreeScriptService.java M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/test/java/org/xwiki/index/tree/IndexTreeScriptServiceTest.java Log Message: ----------- XWIKI-24414: IndexTreeScriptService warns on null openTo for every document tree request * Don't log the warning for null node ID (cherry picked from commit d3f2790641970945962a6269421050cc80c1db97) (cherry picked from commit 3bd2abdb8ecc9d124e496f87adf33e3868d692c7) Commit: 0e0e21702184ffbdc1b0d2d20317ca01434b1916 https://github.com/xwiki/xwiki-platform/commit/0e0e21702184ffbdc1b0d2d20317… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-06-15 (Mon, 15 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/IndexTreeScriptService.java M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/test/java/org/xwiki/index/tree/IndexTreeScriptServiceTest.java Log Message: ----------- XWIKI-24430: Warning logged when opening the tree selector from the WYSIWYG link dialog * Show the warning only when the converter fails. (cherry picked from commit c9c3dbe7afeaecd0bacc6ea49edf066de3bf7857) (cherry picked from commit 5d8f03e07c6a54b1ca296a0a908926f46dbcf467) Compare: https://github.com/xwiki/xwiki-platform/compare/4a26b80396af...0e0e21702184 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 5d8f03: XWIKI-24430: Warning logged when opening the tree ...
by XWiki Notifications 15 Jun '26

15 Jun '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 5d8f03e07c6a54b1ca296a0a908926f46dbcf467 https://github.com/xwiki/xwiki-platform/commit/5d8f03e07c6a54b1ca296a0a9089… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-06-15 (Mon, 15 Jun 2026) Changed paths: M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/IndexTreeScriptService.java M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/test/java/org/xwiki/index/tree/IndexTreeScriptServiceTest.java Log Message: ----------- XWIKI-24430: Warning logged when opening the tree selector from the WYSIWYG link dialog * Show the warning only when the converter fails. (cherry picked from commit c9c3dbe7afeaecd0bacc6ea49edf066de3bf7857) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 674
  • 675
  • 676
  • 677
  • 678
  • 679
  • 680
  • ...
  • 5831
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.