<?xml version="1.0" encoding="UTF-8"?>
<xt:extensions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:math="java.lang.Math"
               xmlns:java="http://www.java.com/"
               xmlns:xt="http://www.oxygenxml.com/ns/extension"
               xsi:schemaLocation="http://www.oxygenxml.com/ns/extension http://www.oxygenxml.com/ns/extension/extensions.xsd">
    
    <xt:extension id="oxygen.ai.positron.enterprise.addon">
      <xt:location href="com/oxygenxml/oxygen-ai-positron-enterprise-addon/2.1.0/oxygen-ai-positron-enterprise-addon-2.1.0-plugin.jar"/>
      <xt:version>2.1.0</xt:version>
    
      <!-- Should be the same with the SDK from the Maven dependencies. -->
    <xt:oxy_version>26.0+</xt:oxy_version>
      <xt:type>plugin</xt:type>
      <xt:author>Syncro Soft</xt:author>
      <xt:name>Oxygen AI Positron Assistant Enterprise</xt:name>
      <xt:description>
         <html xmlns="http://www.w3.org/1999/xhtml">
            <head>
               <title>Oxygen AI Positron Assistant Enterprise</title>
            </head>
            <body>
               <h1>Oxygen AI Positron Assistant Enterprise</h1>
               <div>
                  <p>This addon uses an external AI service (like OpenAI or MS Azure OpenAI) to help technical documentation writers generate content.</p>
               </div>
               <div>
                  <h2>Release Notes 2.1.0</h2>                 
                <ul>
                	    <li>The new <b>Generate Image Alternate Text</b> action allows generating an alternate text for a DITA XML image that is selected in the main editing area in the Author visual editing mode.</li>
                	    <li>If you start a conversation with the AI and there is selection in the current editor area, that selection is passed as a context to the chat engine.</li>
                	    <li>The add-on contributes three new XML refactoring actions in the Oxygen XML Refactoring dialog box, in the new <b>AI</b> category:<ul>
                		         <li>Generate alternate text for images in DITA XML topics</li>
                		         <li>Generate missing short descriptions in DITA XML topics</li>
                		         <li>Shorten existing short descriptions in DITA XML topics</li>
                	       </ul>
                     </li>
                	    <li>For the OpenAI connector, <pre>gpt-4o</pre>, the latest model from OpenAI, has been added to the list of supported models.</li>
                	    <li>The MS Azure connector now supports authentication using Microsoft Entra ID, enhancing security and flexibility.</li>
                	    <li>When selecting an AI assistant response in the chat view, you now have contextual actions available to insert the selection into the document or preview the insertion.</li>
                  </ul>
               </div>
               <div>
                  <h2>Release Notes 2.0.0</h2>                 
                <ul>                	
                	    <li>Added support to connect to the Anthropic Claude AI engine.</li>
                	    <li>Added support in the MS Azure OpenAI connector to configure separate Vision Endpoint, Deployment and API Key settings used for analyzing messages which contain images.</li>
                	    <li>A new action called "Generate Documentation Draft" is available, and it can be used to draft a DITA topic based on a configuration file that fine tunes the generation process.</li>
                	    <li>A new action called "Update content based on images" is available, and it can be used to update the content of a DITA XML topic based on the images that it refers.</li>
                	    <li>Images, XML files, and text files can be attached to messages in the Chat panel.</li>             
                    <li>Useful AI actions (Correct Grammar, Improve Readability, Use Active Voice) are now available as quick assist fixes in the editor by clicking the bulb located on the navigation vertical stripe.</li>
                    <li>Two new variables may be used when you write prompts: ${selection-original}, which expands to the selected text with all track changes rejected, and ${selection-final}, which expands to the selected text with all track changes accepted.</li>
                    <li>You can now specify in the "Oxygen AI Positron Assistant Enterprise" preferences page which actions to exclude from being presented in the available actions list.</li>
                    <li>For the OpenAI connector, the gpt-4-turbo-preview model has been replaced with the recently released gpt-4-turbo.</li>
                  </ul>
               </div>
               <div>
                  <h2>Release Notes 1.2.0</h2>                 
                <ul>                  
                     <li>Oxygen XML Enterprise edition license now includes access to Oxygen AI Positron Assistant Enterprise at no extra cost.</li>
                  </ul>
               </div>
            
               <div>
                  <h2>Release Notes 1.1.1</h2>                 
                <ul>                  
                     <li>Fixed an issue where the connection to MS Azure OpenAI failed when the configured endpoint URL address included a path.</li>
                  </ul>
               </div>
               <div>
                  <h2>Release Notes 1.1.0</h2>                 
                <ul>                  
                    <li>The new <i>Oxygen AI Positron Assistant Enterprise</i> addon enables direct access to your own OpenAI account or AI service hosted on Microsoft Azure. This can be configured in the "Preferences-&gt;Oxygen AI Positron Assistant / AI Service Configuration" page. A special license key is required for this feature.</li>
                    <li>The AI Positron Assistant Enterprise side view supports content generation and refinement of the AI response. This includes:
                        <ul>
                            <li>'<b>Content Generation</b>' for creating new DITA XML topics, continuing writing, generating short descriptions, index terms, and following instructions.</li>
                            <li>'<b>Rewrite</b>' actions for grammar correction, readability improvement, content conversion to active voice, itemization, and joining items.</li>
                            <li>'<b>Overview</b>' actions for answering and generating questions, summarizing content, and improving readability.</li>
                            <li>'<b>Translation</b>' actions support English, German, French, and Japanese languages, with an option to provide a target language.</li>
                            <li>'<b>Marketing</b>' features for creating release notes, marketing posts, improving SEO, and rewriting content using the Pain-Agitate-Solution and Features-Advantages-Benefits frameworks.</li>
                        </ul>
                    </li>
                    <li>The <b>AI Positron Refactoring</b> action is available for refactoring multiple files simultaneously using AI.</li>
                    <li>The '<i>Validation Quick Fixes</i>' feature allows the use of the <b>AI Positron Fix</b> action to rectify validation issues.</li>
                    <li>
                        <b>Custom actions</b> and prompts can be created in the AI Positron Assistant by recording changes.</li>
                    <li>Two XPath extension functions are available in the content completion proposals for Schematron, XSLT, XQuery, and XPath:
                        <ul>
                            <li>'<i>ai:transform-content(instruction, content)</i>' for automatic content transformation using AI.</li>
                            <li>'<i>ai:verify-content(instruction, content)</i>' for automatic content validation using AI.</li>
                        </ul>
                    </li>
                  </ul>
               </div>
            </body>
         </html>
      </xt:description>
      <xt:license>
Oxygen AI Positron Assistant Enterprise (c) 2024, Syncro Soft SRL, All rights reserved.
This Oxygen AI Positron Assistant Enterprise License Agreement ("Agreement") is entered into between Syncro Soft SRL ("Syncro") and the licensee ("You").

Grant of License: Subject to the terms and conditions of this Agreement, Syncro Soft grants You the non-exclusive right to install and use copies of the Oxygen AI Positron Enterprise (the "Plug-In") on your computer running a validly licensed copy of Oxygen XML software for which Plug-In was designed, with the following conditions:
1. Use of Plug-In. You can use the Plug-In either (i) through an evaluation version for thirty (30) days ("Trial Version") . (ii) via a paid subscription plan ("Subscription Plan") or(iii) inside a licensed copy of the Enterprise Edition of Oxygen XML Software. The Trial Version is intended solely for evaluation purposes and may not be used for any commercial use.
2. Subscription. Your rights to use the Plug-In under a a Subscription Plan is limited to the subscription period that shall be indicated in your accepted order and such that the total number of named users may not exceed the total number licensed by You. In order to use the subscription you must register the activation code provided to you at the time of purchase and receive a License Key. Your license subscription will start on the date you receive the License Key, not from the date of purchase.
3. LLM Service. You acknowledge that the use of the Plug-In requires a connection to an LLM service (the "Service") that is subject to separate conditions, including any subscription requirements. You agree to comply with all applicable terms and conditions of the Service.
4. Disclaimer. The Plug-In is provided on an "as is" basis, without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and fitness for a particular purpose. You assume all risks associated with the use of the Plug-In.
5. Warning. You acknowledge that the Plug-In may produce inaccurate information about people, places, or facts. You assume all responsibility for verifying any information produced by the Plug-In.
6. Limitation of Liability. In no event shall the copyright holder or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this Plug-In, even if advised of the possibility of such damage.
7. Termination. This license automatically terminates if You violate any of its terms and conditions. We may terminate this license at any time without notice to You.

By using the Plug-In, You acknowledge that You have read and understand this license and agree to be bound by its terms and conditions. If You do not agree to the terms of this license, You should not use the Plug-In.

Third Party Software. The Plug-In may include certain of the following third party software components. The license terms applicable to such third party software components are listed below: 
  
  
azure-core-http-netty-1.15.0
Site: https://github.com/Azure/azure-sdk-for-java
License: The MIT License (MIT)

azure-core-1.49.0
Site: https://github.com/Azure/azure-sdk-for-java
License: The MIT License (MIT)

azure-identity-1.12.1
Site: https://github.com/Azure/azure-sdk-for-java
License: The MIT License (MIT)

azure-json-1.1.0
Site: https://github.com/Azure/azure-sdk-for-java
License: The MIT License (MIT)

azure-xml-1.0.0
Site: https://github.com/Azure/azure-sdk-for-java
License: The MIT License (MIT)

jackson-annotations-2.15.0
Site: https://github.com/FasterXML/jackson
License: The Apache Software License, Version 2.0

jackson-core-2.15.0
Site: https://github.com/FasterXML/jackson-core
License: The Apache Software License, Version 2.0

jackson-databind-2.15.0
Site: https://github.com/FasterXML/jackson
License: The Apache Software License, Version 2.0

jackson-datatype-jsr310-2.13.5
Site: https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310
License: The Apache Software License, Version 2.0

jcip-annotations-1.0-1
Site: http://stephenc.github.com/jcip-annotations
License: Apache License, Version 2.0

msal4j-persistence-extension-1.3.0
Site: https://github.com/AzureAD/microsoft-authentication-library-for-java
License: MIT License

msal4j-1.15.0
Site: https://github.com/AzureAD/microsoft-authentication-library-for-java
License: MIT License

content-type-2.3
Site: https://bitbucket.org/connect2id/nimbus-content-type
License: The Apache Software License, Version 2.0

lang-tag-1.7
Site: https://bitbucket.org/connect2id/nimbus-language-tags
License: The Apache Software License, Version 2.0

nimbus-jose-jwt-9.37.3
Site: https://bitbucket.org/connect2id/nimbus-jose-jwt
License: The Apache Software License, Version 2.0

oauth2-oidc-sdk-11.9.1
Site: https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions
License: Apache License, version 2.0

okhttp-3.14.9
Site: https://github.com/square/okhttp/okhttp
License: Apache 2.0

okio-1.17.2
Site: https://github.com/square/okio/okio
License: Apache 2.0

adapter-rxjava2-2.9.0
Site: https://github.com/square/retrofit
License: The Apache Software License, Version 2.0

converter-jackson-2.9.0
Site: https://github.com/square/retrofit
License: The Apache Software License, Version 2.0

retrofit-2.9.0
Site: https://github.com/square/retrofit
License: The Apache Software License, Version 2.0

netty-buffer-4.1.108.Final
Site: https://netty.io/netty-buffer/
License: Apache License, Version 2.0

netty-codec-dns-4.1.107.Final
Site: https://netty.io/netty-codec-dns/
License: Apache License, Version 2.0

netty-codec-http2-4.1.108.Final
Site: https://netty.io/netty-codec-http2/
License: Apache License, Version 2.0

netty-codec-http-4.1.108.Final
Site: https://netty.io/netty-codec-http/
License: Apache License, Version 2.0

netty-codec-socks-4.1.108.Final
Site: https://netty.io/netty-codec-socks/
License: Apache License, Version 2.0

netty-codec-4.1.108.Final
Site: https://netty.io/netty-codec/
License: Apache License, Version 2.0

netty-common-4.1.108.Final
Site: https://netty.io/netty-common/
License: Apache License, Version 2.0

netty-handler-proxy-4.1.108.Final
Site: https://netty.io/netty-handler-proxy/
License: Apache License, Version 2.0

netty-handler-4.1.108.Final
Site: https://netty.io/netty-handler/
License: Apache License, Version 2.0

netty-resolver-dns-classes-macos-4.1.107.Final
Site: https://netty.io/netty-resolver-dns-classes-macos/
License: Apache License, Version 2.0

netty-resolver-dns-native-macos-4.1.107.Final
Site: https://netty.io/netty-resolver-dns-native-macos/
License: Apache License, Version 2.0

netty-resolver-dns-4.1.107.Final
Site: https://netty.io/netty-resolver-dns/
License: Apache License, Version 2.0

netty-resolver-4.1.108.Final
Site: https://netty.io/netty-resolver/
License: Apache License, Version 2.0

netty-tcnative-boringssl-static-2.0.65.Final
Site: https://github.com/netty/netty-tcnative/netty-tcnative-boringssl-static/
License: The Apache Software License, Version 2.0

netty-tcnative-classes-2.0.65.Final
Site: https://github.com/netty/netty-tcnative/netty-tcnative-classes/
License: The Apache Software License, Version 2.0

netty-transport-classes-epoll-4.1.108.Final
Site: https://netty.io/netty-transport-classes-epoll/
License: Apache License, Version 2.0

netty-transport-classes-kqueue-4.1.108.Final
Site: https://netty.io/netty-transport-classes-kqueue/
License: Apache License, Version 2.0

netty-transport-native-epoll-4.1.108.Final
Site: https://netty.io/netty-transport-native-epoll/
License: Apache License, Version 2.0

netty-transport-native-kqueue-4.1.108.Final
Site: https://netty.io/netty-transport-native-kqueue/
License: Apache License, Version 2.0

netty-transport-native-unix-common-4.1.108.Final
Site: https://netty.io/netty-transport-native-unix-common/
License: Apache License, Version 2.0

netty-transport-4.1.108.Final
Site: https://netty.io/netty-transport/
License: Apache License, Version 2.0

reactor-netty-core-1.0.43
Site: https://github.com/reactor/reactor-netty
License: The Apache Software License, Version 2.0

reactor-netty-http-1.0.43
Site: https://github.com/reactor/reactor-netty
License: The Apache Software License, Version 2.0

reactor-core-3.4.36
Site: https://github.com/reactor/reactor-core
License: Apache License, Version 2.0

rxjava-2.0.0
Site: https://github.com/ReactiveX/RxJava
License: The Apache Software License, Version 2.0

jna-platform-5.7.0
Site: https://github.com/java-native-access/jna
License: Apache License v2.0

jna-5.7.0
Site: https://github.com/java-native-access/jna
License: Apache License v2.0

accessors-smart-2.5.0
Site: https://urielch.github.io/
License: The Apache Software License, Version 2.0

json-smart-2.5.0
Site: https://urielch.github.io/
License: The Apache Software License, Version 2.0

asm-9.3
Site: http://asm.ow2.io/
License: BSD-3-Clause

reactive-streams-1.0.3
Site: http://www.reactive-streams.org/
License: CC0

slf4j-api-2.0.9
Site: http://www.slf4j.org
License: MIT License
</xt:license>

   </xt:extension>
    
    <xt:extension id="oxygen.ai.positron.enterprise.addon">
        <xt:location href="com/oxygenxml/oxygen-ai-positron-enterprise-addon/1.2.0/oxygen-ai-positron-enterprise-addon-1.2.0-plugin.jar"/>
        <xt:version>1.2.0</xt:version>
        
        <!-- Should be the same with the SDK from the Maven dependencies. -->
        <xt:oxy_version>25.0+</xt:oxy_version>
        <xt:type>plugin</xt:type>
        <xt:author>Syncro Soft</xt:author>
        <xt:name>Oxygen AI Positron Assistant Enterprise</xt:name>
        <xt:description>
            <html xmlns="http://www.w3.org/1999/xhtml">
                <head>
                    <title>Oxygen AI Positron Assistant Enterprise</title>
                </head>
                <body>
                    <h1>Oxygen AI Positron Assistant Enterprise</h1>
                    <div>
                        <p>This addon uses an external AI service (like OpenAI or MS Azure OpenAI) to help technical documentation writers generate content.</p>
                    </div>
                    <div>
                        <h2>Release Notes 1.2.0</h2>                 
                        <ul>                  
                            <li>Oxygen XML Enterprise distribution now includes access to Oxygen AI Positron Assistant Enterprise at no extra cost.</li>
                        </ul>
                    </div>
                    <div>
                        <h2>Release Notes 1.1.1</h2>                 
                        <ul>                  
                            <li>Fixed an issue where the connection to MS Azure OpenAI failed when the configured endpoint URL address included a path.</li>
                        </ul>
                    </div>
                    <div>
                        <h2>Release Notes 1.1.0</h2>                 
                        <ul>                	
                            <li>The new <i>Oxygen AI Positron Assistant Enterprise</i> addon enables direct access to your own OpenAI account or AI service hosted on Microsoft Azure. This can be configured in the "Preferences-&gt;Oxygen AI Positron Assistant / AI Service Configuration" page. A special license key is required for this feature.</li>
                            <li>The AI Positron Assistant Enterprise side view supports content generation and refinement of the AI response. This includes:
                                <ul>
                                    <li>'<b>Content Generation</b>' for creating new DITA XML topics, continuing writing, generating short descriptions, index terms, and following instructions.</li>
                                    <li>'<b>Rewrite</b>' actions for grammar correction, readability improvement, content conversion to active voice, itemization, and joining items.</li>
                                    <li>'<b>Overview</b>' actions for answering and generating questions, summarizing content, and improving readability.</li>
                                    <li>'<b>Translation</b>' actions support English, German, French, and Japanese languages, with an option to provide a target language.</li>
                                    <li>'<b>Marketing</b>' features for creating release notes, marketing posts, improving SEO, and rewriting content using the Pain-Agitate-Solution and Features-Advantages-Benefits frameworks.</li>
                                </ul>
                            </li>
                            <li>The <b>AI Positron Refactoring</b> action is available for refactoring multiple files simultaneously using AI.</li>
                            <li>The '<i>Validation Quick Fixes</i>' feature allows the use of the <b>AI Positron Fix</b> action to rectify validation issues.</li>
                            <li>
                                <b>Custom actions</b> and prompts can be created in the AI Positron Assistant by recording changes.</li>
                            <li>Two XPath extension functions are available in the content completion proposals for Schematron, XSLT, XQuery, and XPath:
                                <ul>
                                    <li>'<i>ai:transform-content(instruction, content)</i>' for automatic content transformation using AI.</li>
                                    <li>'<i>ai:verify-content(instruction, content)</i>' for automatic content validation using AI.</li>
                                </ul>
                            </li>
                        </ul>
                    </div>
                </body>
            </html>
        </xt:description>
        <xt:license>
            Oxygen AI Positron Assistant Enterprise (c) 2024, Syncro Soft SRL, All rights reserved.
            
            Grant of license. Syncro Soft grants You the non-exclusive right to install and use copies of the Oxygen AI Positron Assistant Enterprise (the "Add-On") on your computer running a validly licensed copy of Oxygen XML software for which Add-On was designed, with the following conditions:
            
            1. Use of Add-On. Use of Add-On. You can use the Add-On through an evaluation version for thirty (30) days ("Trial Version") or via a paid subscription plan ("Subscription Plan"). The Trial Version is intended solely for evaluation purposes and may not be used for any commercial use.
            2. Subscription. Your rights to use the Add-On under a a Subscription Plan is limited to the subscription period that shall be indicated in your accepted order and such that the total number of named users may not exceed the total number licensed by You. In order to use the subscription you must register the activation code provided to you at the time of purchase and receive a License Key. Your license subscription will start on the date you receive the License Key, not from the date of purchase. After the expiration of your subscription, You are legally obligated to discontinue your use of Add-On and remove the Add-On from your system.
            3. LLM Service. You acknowledge that the use of the Add-On requires a connection to a LLM service (the "Service") that is subject to separate conditions, including any subscription requirements. You agree to comply with all applicable terms and conditions of the Service.
            4. Disclaimer. The Add-On is provided on an "as is" basis, without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and fitness for a particular purpose. You assume all risks associated with the use of the Add-On.
            5. Warning. You acknowledge that the Add-On may produce inaccurate information about people, places, or facts. You assume all responsibility for verifying any information produced by the Add-On.
            6. Limitation of Liability. In no event shall the copyright holder or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this Add-On, even if advised of the possibility of such damage.
            7. Termination. This license automatically terminates if You violate any of its terms and conditions. We may terminate this license at any time without notice to You.
            
            By using the Add-On, You acknowledge that You have read and understand this license and agree to be bound by its terms and conditions. If You do not agree to the terms of this license, You should not use the Add-On.
            
            Third Party Software. The Add-On may include certain of the following third party software components. The license terms applicable to such third party software components are listed below: 
            
            
            jackson-annotations-2.15.0
            Site: https://github.com/FasterXML/jackson
            License: The Apache Software License, Version 2.0
            
            jackson-core-2.15.0
            Site: https://github.com/FasterXML/jackson-core
            License: The Apache Software License, Version 2.0
            
            jackson-databind-2.15.0
            Site: https://github.com/FasterXML/jackson
            License: The Apache Software License, Version 2.0
            
            okhttp-3.14.9
            Site: https://github.com/square/okhttp/okhttp
            License: Apache 2.0
            
            okio-1.17.2
            Site: https://github.com/square/okio/okio
            License: Apache 2.0
            
            adapter-rxjava2-2.9.0
            Site: https://github.com/square/retrofit
            License: The Apache Software License, Version 2.0
            
            converter-jackson-2.9.0
            Site: https://github.com/square/retrofit
            License: The Apache Software License, Version 2.0
            
            retrofit-2.9.0
            Site: https://github.com/square/retrofit
            License: The Apache Software License, Version 2.0
            
            rxjava-2.0.0
            Site: https://github.com/ReactiveX/RxJava
            License: The Apache Software License, Version 2.0
            
            reactive-streams-1.0.3
            Site: http://www.reactive-streams.org/
            License: CC0
        </xt:license>
        
    </xt:extension>

  <xt:extension id="oxygen.ai.positron.enterprise.addon">
    <xt:location href="com/oxygenxml/oxygen-ai-positron-enterprise-addon/2.0.0/oxygen-ai-positron-enterprise-addon-2.0.0-plugin.jar"/>
    <xt:version>2.0.0</xt:version>
    
    <!-- Should be the same with the SDK from the Maven dependencies. -->
    <xt:oxy_version>25.0+</xt:oxy_version>
    <xt:type>plugin</xt:type>
    <xt:author>Syncro Soft</xt:author>
    <xt:name>Oxygen AI Positron Assistant Enterprise</xt:name>
    <xt:description>
      <html xmlns="http://www.w3.org/1999/xhtml">
        <head>
          <title>Oxygen AI Positron Assistant Enterprise</title>
        </head>
        <body>
          <h1>Oxygen AI Positron Assistant Enterprise</h1>
          <div>
            <p>This addon uses an external AI service (like OpenAI or MS Azure OpenAI) to help technical documentation writers generate content.</p>
          </div>
          <div>
            <h2>Release Notes 2.0.0</h2>                 
            <ul>                	
              <li>Added support to connect to the Anthropic Claude AI engine.</li>
              <li>Added support in the MS Azure OpenAI connector to configure separate Vision Endpoint, Deployment and API Key settings used for analyzing messages which contain images.</li>
              <li>A new action called "Generate Documentation Draft" is available, and it can be used to draft a DITA topic based on a configuration file that fine tunes the generation process.</li>
              <li>A new action called "Update content based on images" is available, and it can be used to update the content of a DITA XML topic based on the images that it refers.</li>
              <li>Images, XML files, and text files can be attached to messages in the Chat panel.</li>             
              <li>Useful AI actions (Correct Grammar, Improve Readability, Use Active Voice) are now available as quick assist fixes in the editor by clicking the bulb located on the navigation vertical stripe.</li>
              <li>You can now specify in the "Oxygen AI Positron Assistant Enterprise" preferences page which actions to exclude from being presented in the available actions list.</li>
            </ul>
          </div>
          <div>
            <h2>Release Notes 1.2.0</h2>                 
            <ul>                  
              <li>Oxygen XML Enterprise edition license now includes access to Oxygen AI Positron Assistant Enterprise at no extra cost.</li>
            </ul>
          </div>
          
          <div>
            <h2>Release Notes 1.1.1</h2>                 
            <ul>                  
              <li>Fixed an issue where the connection to MS Azure OpenAI failed when the configured endpoint URL address included a path.</li>
            </ul>
          </div>
          <div>
            <h2>Release Notes 1.1.0</h2>                 
            <ul>                  
              <li>The new <i>Oxygen AI Positron Assistant Enterprise</i> addon enables direct access to your own OpenAI account or AI service hosted on Microsoft Azure. This can be configured in the "Preferences-&gt;Oxygen AI Positron Assistant / AI Service Configuration" page. A special license key is required for this feature.</li>
              <li>The AI Positron Assistant Enterprise side view supports content generation and refinement of the AI response. This includes:
                <ul>
                  <li>'<b>Content Generation</b>' for creating new DITA XML topics, continuing writing, generating short descriptions, index terms, and following instructions.</li>
                  <li>'<b>Rewrite</b>' actions for grammar correction, readability improvement, content conversion to active voice, itemization, and joining items.</li>
                  <li>'<b>Overview</b>' actions for answering and generating questions, summarizing content, and improving readability.</li>
                  <li>'<b>Translation</b>' actions support English, German, French, and Japanese languages, with an option to provide a target language.</li>
                  <li>'<b>Marketing</b>' features for creating release notes, marketing posts, improving SEO, and rewriting content using the Pain-Agitate-Solution and Features-Advantages-Benefits frameworks.</li>
                </ul>
              </li>
              <li>The <b>AI Positron Refactoring</b> action is available for refactoring multiple files simultaneously using AI.</li>
              <li>The '<i>Validation Quick Fixes</i>' feature allows the use of the <b>AI Positron Fix</b> action to rectify validation issues.</li>
              <li>
                <b>Custom actions</b> and prompts can be created in the AI Positron Assistant by recording changes.</li>
              <li>Two XPath extension functions are available in the content completion proposals for Schematron, XSLT, XQuery, and XPath:
                <ul>
                  <li>'<i>ai:transform-content(instruction, content)</i>' for automatic content transformation using AI.</li>
                  <li>'<i>ai:verify-content(instruction, content)</i>' for automatic content validation using AI.</li>
                </ul>
              </li>
            </ul>
          </div>
        </body>
      </html>
    </xt:description>
    <xt:license>
      Oxygen AI Positron Assistant Enterprise (c) 2024, Syncro Soft SRL, All rights reserved.
      
      Grant of license. Syncro Soft grants You the non-exclusive right to install and use copies of the Oxygen AI Positron Assistant Enterprise (the "Add-On") on your computer running a validly licensed copy of Oxygen XML software for which Add-On was designed, with the following conditions:
      
      1. Use of Add-On. Use of Add-On. You can use the Add-On through an evaluation version for thirty (30) days ("Trial Version") or via a paid subscription plan ("Subscription Plan"). The Trial Version is intended solely for evaluation purposes and may not be used for any commercial use.
      2. Subscription. Your rights to use the Add-On under a a Subscription Plan is limited to the subscription period that shall be indicated in your accepted order and such that the total number of named users may not exceed the total number licensed by You. In order to use the subscription you must register the activation code provided to you at the time of purchase and receive a License Key. Your license subscription will start on the date you receive the License Key, not from the date of purchase. After the expiration of your subscription, You are legally obligated to discontinue your use of Add-On and remove the Add-On from your system.
      3. LLM Service. You acknowledge that the use of the Add-On requires a connection to a LLM service (the "Service") that is subject to separate conditions, including any subscription requirements. You agree to comply with all applicable terms and conditions of the Service.
      4. Disclaimer. The Add-On is provided on an "as is" basis, without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and fitness for a particular purpose. You assume all risks associated with the use of the Add-On.
      5. Warning. You acknowledge that the Add-On may produce inaccurate information about people, places, or facts. You assume all responsibility for verifying any information produced by the Add-On.
      6. Limitation of Liability. In no event shall the copyright holder or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this Add-On, even if advised of the possibility of such damage.
      7. Termination. This license automatically terminates if You violate any of its terms and conditions. We may terminate this license at any time without notice to You.
      
      By using the Add-On, You acknowledge that You have read and understand this license and agree to be bound by its terms and conditions. If You do not agree to the terms of this license, You should not use the Add-On.
      
      Third Party Software. The Add-On may include certain of the following third party software components. The license terms applicable to such third party software components are listed below: 
      
      
      jackson-annotations-2.15.0
      Site: https://github.com/FasterXML/jackson
      License: The Apache Software License, Version 2.0
      
      jackson-core-2.15.0
      Site: https://github.com/FasterXML/jackson-core
      License: The Apache Software License, Version 2.0
      
      jackson-databind-2.15.0
      Site: https://github.com/FasterXML/jackson
      License: The Apache Software License, Version 2.0
      
      okhttp-3.14.9
      Site: https://github.com/square/okhttp/okhttp
      License: Apache 2.0
      
      okio-1.17.2
      Site: https://github.com/square/okio/okio
      License: Apache 2.0
      
      adapter-rxjava2-2.9.0
      Site: https://github.com/square/retrofit
      License: The Apache Software License, Version 2.0
      
      converter-jackson-2.9.0
      Site: https://github.com/square/retrofit
      License: The Apache Software License, Version 2.0
      
      retrofit-2.9.0
      Site: https://github.com/square/retrofit
      License: The Apache Software License, Version 2.0
      
      rxjava-2.0.0
      Site: https://github.com/ReactiveX/RxJava
      License: The Apache Software License, Version 2.0
      
      reactive-streams-1.0.3
      Site: http://www.reactive-streams.org/
      License: CC0
    </xt:license>
    
  </xt:extension>
</xt:extensions>

