<?xml version='1.0' encoding='UTF-8'?>
<plugins>
  <plugin id="ru.veai.agent" url="https://storage.yandexcloud.net/veai-releases/veai-obfuscated-5.11.1-IJ-261.zip" version="5.11.1-IJ-261">
    <idea-version since-build="261" until-build="261.*"/>
    <name>Veai</name>
    <vendor email="info@veai.ru" url="https://veai.ru/">Veai</vendor>
    <category name="JVM Frameworks"/>
    <description><![CDATA[
        <p>
        Veai AI Agent for coding, testing, and debugging, understands the project structure and follows its style.
        </p>

        <p>
        <strong>Key features:</strong>
        <ul>
            <li>Agents use all IDE tooling: code coverage, refactorings, build, configuration, and test runner, decompilation, and quick fixes, while other AI tools can only edit files and run terminal commands</li>
            <li>Combines the full power of precise IDE indexes with the semantic abilities of RAG for project structure, while other AI tools rely solely on fuzzy RAG</li>
            <li>Provides agent modes: Agent, Ask, Tester, Plan, and Review</li>
            <li>Supports open standards: MCP, AGENTS.md, Skills, Rules</li>
            <li>Searches the web and reads webpages directly from the IDE</li>
            <li>Integrates natively with Allure TestOps TMS</li>
        </ul>
        </p>

        <p>
        <strong>Key advantages over prompt-only tools:</strong>
        <ul>
            <li><strong>For code search and refactorings:</strong> uses stable IDE internal tooling</li>
            <li><strong>For test generation:</strong> uses IDE coverage tooling and our complex technology (symbolic execution) to ensure that coverage is increased</li>
            <li><strong>For debugging:</strong> natively observes executed instructions and data flow (using code instrumentation)</li>
        </ul>
        </p>

        <p>
        <strong>Agent modes:</strong>
        <ul>
            <li><strong>Agent</strong> – a full-fledged agent that can read and edit files. Best suited for day-to-day work, not related to project exploration and testing.</li>
            <li><strong>Ask</strong> – read-only agent mode: it can read files in the project, read pages on the internet. Best suited for project exploration tasks, brainstorming implementation ideas, and analyzing the causes of bugs.</li>
            <li><strong>Tester</strong> – mode focused on test generation. Although you can generate tests in Agent mode, this mode will provide better results.</li>
            <li><strong>Plan</strong> – the agent drafts and aligns a step-by-step plan with you before applying code changes.</li>
            <li><strong>Review</strong> – a mode focused on reviewing changes and providing feedback on diffs.</li>
        </ul>
        </p>

        <p>
        <strong>Veai AI Agent helps you:</strong>
        <ul>
            <li>generate microservices from specifications</li>
            <li>migrate code to new frameworks or library versions</li>
            <li>generate documentation and code comments</li>
            <li>fix pull request review feedback</li>
            <li>refactor and optimize code</li>
            <li>fix failures using stacktraces or TMS data</li>
            <li>generate unit, integration, and end-to-end tests</li>
            <li>increase test coverage to pass quality gate requirements</li>
            <li>update tests after implementation changes</li>
            <li>detect and fix flaky tests</li>
        </ul>
        </p>

        <p>
        <strong>Search keywords:</strong> AI coding assistant, IntelliJ AI agent, JetBrains AI plugin, AI pair programming, AI programming assistant, AI code generator, AI debugging assistant, Debugging AI plugin, Stacktrace analysis, Bug fixing AI, Code debugging tool, Debugging assistant plugin, AI debugger, Error analysis plugin, Test generation plugin, Unit test generation, Test coverage improvement, Automated testing plugin, Flaky test detection, Code refactoring plugin, Code generation plugin, Automated code fixes, Code quality plugin, Code analysis plugin, IntelliJ IDEA plugin, JetBrains platform, Java AI assistant, Kotlin AI plugin, MCP servers integration, GitLab AI assistant, Development productivity plugin
        </p>

        <p>
        If you enjoy using Veai AI Agent, please rate the plugin, share your feedback, and help us spread the word.
        </p>

        <p>
        <a href="https://veai.ru/docs/legal/user-agreement">User Agreement</a>
        </p>

        <p>
        Very quick <a href="https://veai.ru/">demo</a> how to use Veai AI Agent.
        </p>

        <p>
        Found a bug? Want to share your feedback? Submit an <a href="https://veai.ru/docs/veai/download#%D0%BE%D1%81%D1%82%D0%B0%D0%BB%D0%B8%D1%81%D1%8C-%D0%B2%D0%BE%D0%BF%D1%80%D0%BE%D1%81%D1%8B">issue</a>.
        </p>
        <div><img src="https://mc.yandex.ru/watch/103136138" style="position:absolute; left:-9999px;" alt="" /></div>
        ]]></description>
    <change-notes><![CDATA[

        <h1>What's New in Veai AI Agent 5.11</h1>

        <p>Veai AI Agent 5.11 improves everyday AI-assisted development in the IDE: scans JVM projects for vulnerabilities, runs tests with IDE context, keeps long chats working, and connects larger MCP toolsets more reliably.</p>

        <ul>
            <li>Vulnerability search for JVM projects with findings, traces, explanations, and agent-assisted fixes.</li>
            <li>IDE-based test execution in Rider and WebStorm, in addition to IntelliJ IDEA and PyCharm.</li>
            <li>MCP server support through subagents for large toolsets.</li>
            <li>LLM-based chat history summarization for longer agent sessions.</li>
            <li>Improved library code reading for more accurate API usage and fewer guesses.</li>

        </ul>

        ]]></change-notes>
  </plugin>
  <plugin id="ru.veai.agent" url="https://storage.yandexcloud.net/veai-releases/veai-obfuscated-5.11.1-IJ-253.zip" version="5.11.1-IJ-253">
    <idea-version since-build="253" until-build="253.*"/>
    <name>Veai</name>
    <vendor email="info@veai.ru" url="https://veai.ru/">Veai</vendor>
    <category name="JVM Frameworks"/>
    <description><![CDATA[
        <p>
        Veai AI Agent for coding, testing, and debugging, understands the project structure and follows its style.
        </p>

        <p>
        <strong>Key features:</strong>
        <ul>
            <li>Agents use all IDE tooling: code coverage, refactorings, build, configuration, and test runner, decompilation, and quick fixes, while other AI tools can only edit files and run terminal commands</li>
            <li>Combines the full power of precise IDE indexes with the semantic abilities of RAG for project structure, while other AI tools rely solely on fuzzy RAG</li>
            <li>Provides agent modes: Agent, Ask, Tester, Plan, and Review</li>
            <li>Supports open standards: MCP, AGENTS.md, Skills, Rules</li>
            <li>Searches the web and reads webpages directly from the IDE</li>
            <li>Integrates natively with Allure TestOps TMS</li>
        </ul>
        </p>

        <p>
        <strong>Key advantages over prompt-only tools:</strong>
        <ul>
            <li><strong>For code search and refactorings:</strong> uses stable IDE internal tooling</li>
            <li><strong>For test generation:</strong> uses IDE coverage tooling and our complex technology (symbolic execution) to ensure that coverage is increased</li>
            <li><strong>For debugging:</strong> natively observes executed instructions and data flow (using code instrumentation)</li>
        </ul>
        </p>

        <p>
        <strong>Agent modes:</strong>
        <ul>
            <li><strong>Agent</strong> – a full-fledged agent that can read and edit files. Best suited for day-to-day work, not related to project exploration and testing.</li>
            <li><strong>Ask</strong> – read-only agent mode: it can read files in the project, read pages on the internet. Best suited for project exploration tasks, brainstorming implementation ideas, and analyzing the causes of bugs.</li>
            <li><strong>Tester</strong> – mode focused on test generation. Although you can generate tests in Agent mode, this mode will provide better results.</li>
            <li><strong>Plan</strong> – the agent drafts and aligns a step-by-step plan with you before applying code changes.</li>
            <li><strong>Review</strong> – a mode focused on reviewing changes and providing feedback on diffs.</li>
        </ul>
        </p>

        <p>
        <strong>Veai AI Agent helps you:</strong>
        <ul>
            <li>generate microservices from specifications</li>
            <li>migrate code to new frameworks or library versions</li>
            <li>generate documentation and code comments</li>
            <li>fix pull request review feedback</li>
            <li>refactor and optimize code</li>
            <li>fix failures using stacktraces or TMS data</li>
            <li>generate unit, integration, and end-to-end tests</li>
            <li>increase test coverage to pass quality gate requirements</li>
            <li>update tests after implementation changes</li>
            <li>detect and fix flaky tests</li>
        </ul>
        </p>

        <p>
        <strong>Search keywords:</strong> AI coding assistant, IntelliJ AI agent, JetBrains AI plugin, AI pair programming, AI programming assistant, AI code generator, AI debugging assistant, Debugging AI plugin, Stacktrace analysis, Bug fixing AI, Code debugging tool, Debugging assistant plugin, AI debugger, Error analysis plugin, Test generation plugin, Unit test generation, Test coverage improvement, Automated testing plugin, Flaky test detection, Code refactoring plugin, Code generation plugin, Automated code fixes, Code quality plugin, Code analysis plugin, IntelliJ IDEA plugin, JetBrains platform, Java AI assistant, Kotlin AI plugin, MCP servers integration, GitLab AI assistant, Development productivity plugin
        </p>

        <p>
        If you enjoy using Veai AI Agent, please rate the plugin, share your feedback, and help us spread the word.
        </p>

        <p>
        <a href="https://veai.ru/docs/legal/user-agreement">User Agreement</a>
        </p>

        <p>
        Very quick <a href="https://veai.ru/">demo</a> how to use Veai AI Agent.
        </p>

        <p>
        Found a bug? Want to share your feedback? Submit an <a href="https://veai.ru/docs/veai/download#%D0%BE%D1%81%D1%82%D0%B0%D0%BB%D0%B8%D1%81%D1%8C-%D0%B2%D0%BE%D0%BF%D1%80%D0%BE%D1%81%D1%8B">issue</a>.
        </p>
        <div><img src="https://mc.yandex.ru/watch/103136138" style="position:absolute; left:-9999px;" alt="" /></div>
        ]]></description>
    <change-notes><![CDATA[

        <h1>What's New in Veai AI Agent 5.11</h1>

        <p>Veai AI Agent 5.11 improves everyday AI-assisted development in the IDE: scans JVM projects for vulnerabilities, runs tests with IDE context, keeps long chats working, and connects larger MCP toolsets more reliably.</p>

        <ul>
            <li>Vulnerability search for JVM projects with findings, traces, explanations, and agent-assisted fixes.</li>
            <li>IDE-based test execution in Rider and WebStorm, in addition to IntelliJ IDEA and PyCharm.</li>
            <li>MCP server support through subagents for large toolsets.</li>
            <li>LLM-based chat history summarization for longer agent sessions.</li>
            <li>Improved library code reading for more accurate API usage and fewer guesses.</li>

        </ul>

        ]]></change-notes>
  </plugin>
  <plugin id="ru.veai.agent" url="https://storage.yandexcloud.net/veai-releases/veai-obfuscated-5.11.1-IJ-252.zip" version="5.11.1-IJ-252">
    <idea-version since-build="252" until-build="252.*"/>
    <name>Veai</name>
    <vendor email="info@veai.ru" url="https://veai.ru/">Veai</vendor>
    <category name="JVM Frameworks"/>
    <description><![CDATA[
        <p>
        Veai AI Agent for coding, testing, and debugging, understands the project structure and follows its style.
        </p>

        <p>
        <strong>Key features:</strong>
        <ul>
            <li>Agents use all IDE tooling: code coverage, refactorings, build, configuration, and test runner, decompilation, and quick fixes, while other AI tools can only edit files and run terminal commands</li>
            <li>Combines the full power of precise IDE indexes with the semantic abilities of RAG for project structure, while other AI tools rely solely on fuzzy RAG</li>
            <li>Provides agent modes: Agent, Ask, Tester, Plan, and Review</li>
            <li>Supports open standards: MCP, AGENTS.md, Skills, Rules</li>
            <li>Searches the web and reads webpages directly from the IDE</li>
            <li>Integrates natively with Allure TestOps TMS</li>
        </ul>
        </p>

        <p>
        <strong>Key advantages over prompt-only tools:</strong>
        <ul>
            <li><strong>For code search and refactorings:</strong> uses stable IDE internal tooling</li>
            <li><strong>For test generation:</strong> uses IDE coverage tooling and our complex technology (symbolic execution) to ensure that coverage is increased</li>
            <li><strong>For debugging:</strong> natively observes executed instructions and data flow (using code instrumentation)</li>
        </ul>
        </p>

        <p>
        <strong>Agent modes:</strong>
        <ul>
            <li><strong>Agent</strong> – a full-fledged agent that can read and edit files. Best suited for day-to-day work, not related to project exploration and testing.</li>
            <li><strong>Ask</strong> – read-only agent mode: it can read files in the project, read pages on the internet. Best suited for project exploration tasks, brainstorming implementation ideas, and analyzing the causes of bugs.</li>
            <li><strong>Tester</strong> – mode focused on test generation. Although you can generate tests in Agent mode, this mode will provide better results.</li>
            <li><strong>Plan</strong> – the agent drafts and aligns a step-by-step plan with you before applying code changes.</li>
            <li><strong>Review</strong> – a mode focused on reviewing changes and providing feedback on diffs.</li>
        </ul>
        </p>

        <p>
        <strong>Veai AI Agent helps you:</strong>
        <ul>
            <li>generate microservices from specifications</li>
            <li>migrate code to new frameworks or library versions</li>
            <li>generate documentation and code comments</li>
            <li>fix pull request review feedback</li>
            <li>refactor and optimize code</li>
            <li>fix failures using stacktraces or TMS data</li>
            <li>generate unit, integration, and end-to-end tests</li>
            <li>increase test coverage to pass quality gate requirements</li>
            <li>update tests after implementation changes</li>
            <li>detect and fix flaky tests</li>
        </ul>
        </p>

        <p>
        <strong>Search keywords:</strong> AI coding assistant, IntelliJ AI agent, JetBrains AI plugin, AI pair programming, AI programming assistant, AI code generator, AI debugging assistant, Debugging AI plugin, Stacktrace analysis, Bug fixing AI, Code debugging tool, Debugging assistant plugin, AI debugger, Error analysis plugin, Test generation plugin, Unit test generation, Test coverage improvement, Automated testing plugin, Flaky test detection, Code refactoring plugin, Code generation plugin, Automated code fixes, Code quality plugin, Code analysis plugin, IntelliJ IDEA plugin, JetBrains platform, Java AI assistant, Kotlin AI plugin, MCP servers integration, GitLab AI assistant, Development productivity plugin
        </p>

        <p>
        If you enjoy using Veai AI Agent, please rate the plugin, share your feedback, and help us spread the word.
        </p>

        <p>
        <a href="https://veai.ru/docs/legal/user-agreement">User Agreement</a>
        </p>

        <p>
        Very quick <a href="https://veai.ru/">demo</a> how to use Veai AI Agent.
        </p>

        <p>
        Found a bug? Want to share your feedback? Submit an <a href="https://veai.ru/docs/veai/download#%D0%BE%D1%81%D1%82%D0%B0%D0%BB%D0%B8%D1%81%D1%8C-%D0%B2%D0%BE%D0%BF%D1%80%D0%BE%D1%81%D1%8B">issue</a>.
        </p>
        <div><img src="https://mc.yandex.ru/watch/103136138" style="position:absolute; left:-9999px;" alt="" /></div>
        ]]></description>
    <change-notes><![CDATA[

        <h1>What's New in Veai AI Agent 5.11</h1>

        <p>Veai AI Agent 5.11 improves everyday AI-assisted development in the IDE: scans JVM projects for vulnerabilities, runs tests with IDE context, keeps long chats working, and connects larger MCP toolsets more reliably.</p>

        <ul>
            <li>Vulnerability search for JVM projects with findings, traces, explanations, and agent-assisted fixes.</li>
            <li>IDE-based test execution in Rider and WebStorm, in addition to IntelliJ IDEA and PyCharm.</li>
            <li>MCP server support through subagents for large toolsets.</li>
            <li>LLM-based chat history summarization for longer agent sessions.</li>
            <li>Improved library code reading for more accurate API usage and fewer guesses.</li>

        </ul>

        ]]></change-notes>
  </plugin>
  <plugin id="ru.veai.agent" url="https://storage.yandexcloud.net/veai-releases/veai-obfuscated-5.11.1-IJ-251.zip" version="5.11.1-IJ-251">
    <idea-version since-build="251" until-build="251.*"/>
    <name>Veai</name>
    <vendor email="info@veai.ru" url="https://veai.ru/">Veai</vendor>
    <category name="JVM Frameworks"/>
    <description><![CDATA[
        <p>
        Veai AI Agent for coding, testing, and debugging, understands the project structure and follows its style.
        </p>

        <p>
        <strong>Key features:</strong>
        <ul>
            <li>Agents use all IDE tooling: code coverage, refactorings, build, configuration, and test runner, decompilation, and quick fixes, while other AI tools can only edit files and run terminal commands</li>
            <li>Combines the full power of precise IDE indexes with the semantic abilities of RAG for project structure, while other AI tools rely solely on fuzzy RAG</li>
            <li>Provides agent modes: Agent, Ask, Tester, Plan, and Review</li>
            <li>Supports open standards: MCP, AGENTS.md, Skills, Rules</li>
            <li>Searches the web and reads webpages directly from the IDE</li>
            <li>Integrates natively with Allure TestOps TMS</li>
        </ul>
        </p>

        <p>
        <strong>Key advantages over prompt-only tools:</strong>
        <ul>
            <li><strong>For code search and refactorings:</strong> uses stable IDE internal tooling</li>
            <li><strong>For test generation:</strong> uses IDE coverage tooling and our complex technology (symbolic execution) to ensure that coverage is increased</li>
            <li><strong>For debugging:</strong> natively observes executed instructions and data flow (using code instrumentation)</li>
        </ul>
        </p>

        <p>
        <strong>Agent modes:</strong>
        <ul>
            <li><strong>Agent</strong> – a full-fledged agent that can read and edit files. Best suited for day-to-day work, not related to project exploration and testing.</li>
            <li><strong>Ask</strong> – read-only agent mode: it can read files in the project, read pages on the internet. Best suited for project exploration tasks, brainstorming implementation ideas, and analyzing the causes of bugs.</li>
            <li><strong>Tester</strong> – mode focused on test generation. Although you can generate tests in Agent mode, this mode will provide better results.</li>
            <li><strong>Plan</strong> – the agent drafts and aligns a step-by-step plan with you before applying code changes.</li>
            <li><strong>Review</strong> – a mode focused on reviewing changes and providing feedback on diffs.</li>
        </ul>
        </p>

        <p>
        <strong>Veai AI Agent helps you:</strong>
        <ul>
            <li>generate microservices from specifications</li>
            <li>migrate code to new frameworks or library versions</li>
            <li>generate documentation and code comments</li>
            <li>fix pull request review feedback</li>
            <li>refactor and optimize code</li>
            <li>fix failures using stacktraces or TMS data</li>
            <li>generate unit, integration, and end-to-end tests</li>
            <li>increase test coverage to pass quality gate requirements</li>
            <li>update tests after implementation changes</li>
            <li>detect and fix flaky tests</li>
        </ul>
        </p>

        <p>
        <strong>Search keywords:</strong> AI coding assistant, IntelliJ AI agent, JetBrains AI plugin, AI pair programming, AI programming assistant, AI code generator, AI debugging assistant, Debugging AI plugin, Stacktrace analysis, Bug fixing AI, Code debugging tool, Debugging assistant plugin, AI debugger, Error analysis plugin, Test generation plugin, Unit test generation, Test coverage improvement, Automated testing plugin, Flaky test detection, Code refactoring plugin, Code generation plugin, Automated code fixes, Code quality plugin, Code analysis plugin, IntelliJ IDEA plugin, JetBrains platform, Java AI assistant, Kotlin AI plugin, MCP servers integration, GitLab AI assistant, Development productivity plugin
        </p>

        <p>
        If you enjoy using Veai AI Agent, please rate the plugin, share your feedback, and help us spread the word.
        </p>

        <p>
        <a href="https://veai.ru/docs/legal/user-agreement">User Agreement</a>
        </p>

        <p>
        Very quick <a href="https://veai.ru/">demo</a> how to use Veai AI Agent.
        </p>

        <p>
        Found a bug? Want to share your feedback? Submit an <a href="https://veai.ru/docs/veai/download#%D0%BE%D1%81%D1%82%D0%B0%D0%BB%D0%B8%D1%81%D1%8C-%D0%B2%D0%BE%D0%BF%D1%80%D0%BE%D1%81%D1%8B">issue</a>.
        </p>
        <div><img src="https://mc.yandex.ru/watch/103136138" style="position:absolute; left:-9999px;" alt="" /></div>
        ]]></description>
    <change-notes><![CDATA[

        <h1>What's New in Veai AI Agent 5.11</h1>

        <p>Veai AI Agent 5.11 improves everyday AI-assisted development in the IDE: scans JVM projects for vulnerabilities, runs tests with IDE context, keeps long chats working, and connects larger MCP toolsets more reliably.</p>

        <ul>
            <li>Vulnerability search for JVM projects with findings, traces, explanations, and agent-assisted fixes.</li>
            <li>IDE-based test execution in Rider and WebStorm, in addition to IntelliJ IDEA and PyCharm.</li>
            <li>MCP server support through subagents for large toolsets.</li>
            <li>LLM-based chat history summarization for longer agent sessions.</li>
            <li>Improved library code reading for more accurate API usage and fewer guesses.</li>

        </ul>

        ]]></change-notes>
  </plugin>
  <plugin id="ru.veai.agent" url="https://storage.yandexcloud.net/veai-releases/veai-obfuscated-5.11.1-IJ-243.zip" version="5.11.1-IJ-243">
    <idea-version since-build="243" until-build="243.*"/>
    <name>Veai</name>
    <vendor email="info@veai.ru" url="https://veai.ru/">Veai</vendor>
    <category name="JVM Frameworks"/>
    <description><![CDATA[
        <p>
        Veai AI Agent for coding, testing, and debugging, understands the project structure and follows its style.
        </p>

        <p>
        <strong>Key features:</strong>
        <ul>
            <li>Agents use all IDE tooling: code coverage, refactorings, build, configuration, and test runner, decompilation, and quick fixes, while other AI tools can only edit files and run terminal commands</li>
            <li>Combines the full power of precise IDE indexes with the semantic abilities of RAG for project structure, while other AI tools rely solely on fuzzy RAG</li>
            <li>Provides agent modes: Agent, Ask, Tester, Plan, and Review</li>
            <li>Supports open standards: MCP, AGENTS.md, Skills, Rules</li>
            <li>Searches the web and reads webpages directly from the IDE</li>
            <li>Integrates natively with Allure TestOps TMS</li>
        </ul>
        </p>

        <p>
        <strong>Key advantages over prompt-only tools:</strong>
        <ul>
            <li><strong>For code search and refactorings:</strong> uses stable IDE internal tooling</li>
            <li><strong>For test generation:</strong> uses IDE coverage tooling and our complex technology (symbolic execution) to ensure that coverage is increased</li>
            <li><strong>For debugging:</strong> natively observes executed instructions and data flow (using code instrumentation)</li>
        </ul>
        </p>

        <p>
        <strong>Agent modes:</strong>
        <ul>
            <li><strong>Agent</strong> – a full-fledged agent that can read and edit files. Best suited for day-to-day work, not related to project exploration and testing.</li>
            <li><strong>Ask</strong> – read-only agent mode: it can read files in the project, read pages on the internet. Best suited for project exploration tasks, brainstorming implementation ideas, and analyzing the causes of bugs.</li>
            <li><strong>Tester</strong> – mode focused on test generation. Although you can generate tests in Agent mode, this mode will provide better results.</li>
            <li><strong>Plan</strong> – the agent drafts and aligns a step-by-step plan with you before applying code changes.</li>
            <li><strong>Review</strong> – a mode focused on reviewing changes and providing feedback on diffs.</li>
        </ul>
        </p>

        <p>
        <strong>Veai AI Agent helps you:</strong>
        <ul>
            <li>generate microservices from specifications</li>
            <li>migrate code to new frameworks or library versions</li>
            <li>generate documentation and code comments</li>
            <li>fix pull request review feedback</li>
            <li>refactor and optimize code</li>
            <li>fix failures using stacktraces or TMS data</li>
            <li>generate unit, integration, and end-to-end tests</li>
            <li>increase test coverage to pass quality gate requirements</li>
            <li>update tests after implementation changes</li>
            <li>detect and fix flaky tests</li>
        </ul>
        </p>

        <p>
        <strong>Search keywords:</strong> AI coding assistant, IntelliJ AI agent, JetBrains AI plugin, AI pair programming, AI programming assistant, AI code generator, AI debugging assistant, Debugging AI plugin, Stacktrace analysis, Bug fixing AI, Code debugging tool, Debugging assistant plugin, AI debugger, Error analysis plugin, Test generation plugin, Unit test generation, Test coverage improvement, Automated testing plugin, Flaky test detection, Code refactoring plugin, Code generation plugin, Automated code fixes, Code quality plugin, Code analysis plugin, IntelliJ IDEA plugin, JetBrains platform, Java AI assistant, Kotlin AI plugin, MCP servers integration, GitLab AI assistant, Development productivity plugin
        </p>

        <p>
        If you enjoy using Veai AI Agent, please rate the plugin, share your feedback, and help us spread the word.
        </p>

        <p>
        <a href="https://veai.ru/docs/legal/user-agreement">User Agreement</a>
        </p>

        <p>
        Very quick <a href="https://veai.ru/">demo</a> how to use Veai AI Agent.
        </p>

        <p>
        Found a bug? Want to share your feedback? Submit an <a href="https://veai.ru/docs/veai/download#%D0%BE%D1%81%D1%82%D0%B0%D0%BB%D0%B8%D1%81%D1%8C-%D0%B2%D0%BE%D0%BF%D1%80%D0%BE%D1%81%D1%8B">issue</a>.
        </p>
        <div><img src="https://mc.yandex.ru/watch/103136138" style="position:absolute; left:-9999px;" alt="" /></div>
        ]]></description>
    <change-notes><![CDATA[

        <h1>What's New in Veai AI Agent 5.11</h1>

        <p>Veai AI Agent 5.11 improves everyday AI-assisted development in the IDE: scans JVM projects for vulnerabilities, runs tests with IDE context, keeps long chats working, and connects larger MCP toolsets more reliably.</p>

        <ul>
            <li>Vulnerability search for JVM projects with findings, traces, explanations, and agent-assisted fixes.</li>
            <li>IDE-based test execution in Rider and WebStorm, in addition to IntelliJ IDEA and PyCharm.</li>
            <li>MCP server support through subagents for large toolsets.</li>
            <li>LLM-based chat history summarization for longer agent sessions.</li>
            <li>Improved library code reading for more accurate API usage and fewer guesses.</li>

        </ul>

        ]]></change-notes>
  </plugin>
  <plugin id="ru.veai.agent" url="https://storage.yandexcloud.net/veai-releases/veai-obfuscated-5.1.2-IJ-242.zip" version="5.1.2-IJ-242">
    <idea-version since-build="242" until-build="242.*"/>
    <name>Veai</name>
    <vendor email="info@veai.ru" url="https://veai.ru/">Veai</vendor>
    <category name="JVM Frameworks"/>
    <description><![CDATA[
   <p>
   Veai with an AI agent for coding, testing, and debugging, understands the project structure and follows its style.
   </p>


   <p>
   <strong>Key features:</strong>
   <ul>
       <li>AI agent for coding, testing, and debugging</li>
       <li>MCP servers support (GitLab, Jira, Confluence etc.)</li>
       <li>Rules and Workflows support</li>
       <li>Unit and integration tests generation</li>
       <li>Test generation from execution</li>
       <li>Flaky tests analysis</li>
   </ul>
   </p>


   <p>
   <strong>Veai helps you:</strong>
   <ul>
       <li>Generate microservices from specifications</li>
       <li>Migrate code to new frameworks or library versions</li>
       <li>Generate documentation and code comments</li>
       <li>Fix pull request review feedback</li>
       <li>Refactor and optimize code</li>
       <li>Fix failures using stacktraces or TMS data</li>
       <li>Generate unit, integration, and end-to-end tests</li>
       <li>Increase test coverage to pass quality gate requirements</li>
       <li>Update tests after implementation changes</li>
       <li>Detect and fix flaky tests</li>
   </ul>
   </p>


   <div><img src="https://mc.yandex.ru/watch/103136138" style="position:absolute; left:-9999px;" alt="" /></div>
   ]]></description>
  </plugin>
</plugins>
