<?xml version='1.0' encoding='UTF-8'?>
<plugins>
  <plugin id="ru.veai.agent" url="https://storage.yandexcloud.net/veai-releases/veai-obfuscated-5.14.1-IJ-261.zip" version="5.14.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 is an IDE-native AI agent that debugs, refactors, and tests through your JetBrains IDE — not through terminal commands — saving tokens by using IDE facts instead of noisy logs. Built for developers in large, complex codebases.
        </p>

        <p>
        The agent uses IDE indexes, debugger state, and coverage data instead of dumping logs and grepping files — so it spends your tokens on answers, not on reading code the IDE already understands. Less noise, lower cost, faster results.
        </p>

        <h3>IDE-native debugging, refactoring, and testing</h3>
        <ul>
            <li><strong>Debug with real execution data:</strong> investigate failures with debugger state, stack traces, executed instructions, and data flow instead of adding log statements by hand.</li>
            <li><strong>Refactor semantically:</strong> search symbols, find usages, rename, and update code through IDE indexes and refactorings, not grep-based edits that break cross-file references.</li>
            <li><strong>Generate tests with coverage feedback:</strong> create or update unit, integration, and end-to-end tests, then use IDE coverage and branch-aware analysis to target uncovered paths.</li>
            <li><strong>Find and fix security vulnerabilities:</strong> scan JVM projects for vulnerabilities with detailed findings and agent-assisted fixes.</li>
            <li><strong>Fix quality issues in context:</strong> use inspections, quick fixes, library decompilation, and build/test results from the IDE.</li>
            <li><strong>Keep your workflow native:</strong> run configurations, test runners, web search, webpage reading, and Allure TestOps data are available directly from the agent.</li>
        </ul>

        <h3>Use it for</h3>
        <ul>
            <li>debugging with IDE execution data and stack traces</li>
            <li>generating tests with coverage feedback and detecting flaky tests</li>
            <li>finding and fixing security vulnerabilities (SAST)</li>
            <li>refactoring code with IDE-aware search and safe renames</li>
            <li>fixing pull request feedback, stack traces, test failures, and TMS-linked issues</li>
            <li>building features and microservices from specifications</li>
            <li>migrating code to new frameworks or library versions</li>
            <li>generating documentation and code comments</li>
        </ul>

        <h3>Open standards and team controls</h3>
        <ul>
            <li>MCP and AGENTS.md support for portable AI workflows.</li>
            <li>Bring-your-own-key (BYOK) LLM support and edit-scope controls for teams.</li>
            <li>Enterprise: VPC deployment, self-hosting, and SSO.</li>
        </ul>

        <h3>Agent modes</h3>
        <p>
        General, Code, Test, Plan, Review, and Debug modes — each mode leverages IDE-specific tools (Debug mode runs the debugger, Test mode reads coverage data). Plus an Orchestrator that splits complex tasks across specialized subagents, and custom modes for team workflows.
        </p>

        <h3>Getting started</h3>
        <ol>
            <li>Install Veai AI Agent.</li>
            <li>Open the agent from your JetBrains IDE.</li>
            <li>Try Debug mode to investigate a failing test — it uses the IDE debugger, not log prints.</li>
        </ol>

        <p>
        Start coding with your IDE's full power. Watch a quick <a href="https://veai.ru/">demo</a>, or 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> if you find a bug or want to share feedback.
        </p>

        <p>
        If Veai AI Agent helps your work, please rate the plugin on JetBrains Marketplace.
        </p>
        ]]></description>
    <change-notes><![CDATA[

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

        <ul>
            <li><strong>Test coverage in WebStorm and PyCharm:</strong> generate tests from editor gutter icons for JavaScript, TypeScript, and Python — not just JVM projects.</li>
            <li><strong>Files outside the project:</strong> the agent can now read and write files beyond the project root — useful for monorepos, shared configs, and neighboring repositories.</li>
            <li><strong>Project onboarding:</strong> a short onboarding flow sets up rules, skills, and MCP servers tailored to your project. The agent starts understanding your project from the first chat.</li>
            <li><strong>Editor ↔ Chat hotkey:</strong> press Ctrl+Shift+X, Tab to toggle focus between the editor and the agent chat — no mouse needed.</li>
            <li><strong>Performance:</strong> chat updates are faster and each message uses less memory, especially in long conversations.</li>
            <li><strong>UI fixes:</strong> plugin window stays open after closing a tab, model selector displays correctly, attachments no longer break when the source message is deleted, and Rider floating toolbar shows the add-selection action.</li>
            <li><strong>Agent and stability fixes:</strong> DeepSeek no longer crashes on tool calls, MCP results are no longer lost, and the agent can use the terminal alongside configuration tools. Fixed Rider file completion, UI freezes during highlighting, and subagent progress display.</li>
        </ul>

        ]]></change-notes>
  </plugin>
  <plugin id="ru.veai.agent" url="https://storage.yandexcloud.net/veai-releases/veai-obfuscated-5.14.1-IJ-253.zip" version="5.14.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 is an IDE-native AI agent that debugs, refactors, and tests through your JetBrains IDE — not through terminal commands — saving tokens by using IDE facts instead of noisy logs. Built for developers in large, complex codebases.
        </p>

        <p>
        The agent uses IDE indexes, debugger state, and coverage data instead of dumping logs and grepping files — so it spends your tokens on answers, not on reading code the IDE already understands. Less noise, lower cost, faster results.
        </p>

        <h3>IDE-native debugging, refactoring, and testing</h3>
        <ul>
            <li><strong>Debug with real execution data:</strong> investigate failures with debugger state, stack traces, executed instructions, and data flow instead of adding log statements by hand.</li>
            <li><strong>Refactor semantically:</strong> search symbols, find usages, rename, and update code through IDE indexes and refactorings, not grep-based edits that break cross-file references.</li>
            <li><strong>Generate tests with coverage feedback:</strong> create or update unit, integration, and end-to-end tests, then use IDE coverage and branch-aware analysis to target uncovered paths.</li>
            <li><strong>Find and fix security vulnerabilities:</strong> scan JVM projects for vulnerabilities with detailed findings and agent-assisted fixes.</li>
            <li><strong>Fix quality issues in context:</strong> use inspections, quick fixes, library decompilation, and build/test results from the IDE.</li>
            <li><strong>Keep your workflow native:</strong> run configurations, test runners, web search, webpage reading, and Allure TestOps data are available directly from the agent.</li>
        </ul>

        <h3>Use it for</h3>
        <ul>
            <li>debugging with IDE execution data and stack traces</li>
            <li>generating tests with coverage feedback and detecting flaky tests</li>
            <li>finding and fixing security vulnerabilities (SAST)</li>
            <li>refactoring code with IDE-aware search and safe renames</li>
            <li>fixing pull request feedback, stack traces, test failures, and TMS-linked issues</li>
            <li>building features and microservices from specifications</li>
            <li>migrating code to new frameworks or library versions</li>
            <li>generating documentation and code comments</li>
        </ul>

        <h3>Open standards and team controls</h3>
        <ul>
            <li>MCP and AGENTS.md support for portable AI workflows.</li>
            <li>Bring-your-own-key (BYOK) LLM support and edit-scope controls for teams.</li>
            <li>Enterprise: VPC deployment, self-hosting, and SSO.</li>
        </ul>

        <h3>Agent modes</h3>
        <p>
        General, Code, Test, Plan, Review, and Debug modes — each mode leverages IDE-specific tools (Debug mode runs the debugger, Test mode reads coverage data). Plus an Orchestrator that splits complex tasks across specialized subagents, and custom modes for team workflows.
        </p>

        <h3>Getting started</h3>
        <ol>
            <li>Install Veai AI Agent.</li>
            <li>Open the agent from your JetBrains IDE.</li>
            <li>Try Debug mode to investigate a failing test — it uses the IDE debugger, not log prints.</li>
        </ol>

        <p>
        Start coding with your IDE's full power. Watch a quick <a href="https://veai.ru/">demo</a>, or 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> if you find a bug or want to share feedback.
        </p>

        <p>
        If Veai AI Agent helps your work, please rate the plugin on JetBrains Marketplace.
        </p>
        ]]></description>
    <change-notes><![CDATA[

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

        <ul>
            <li><strong>Test coverage in WebStorm and PyCharm:</strong> generate tests from editor gutter icons for JavaScript, TypeScript, and Python — not just JVM projects.</li>
            <li><strong>Files outside the project:</strong> the agent can now read and write files beyond the project root — useful for monorepos, shared configs, and neighboring repositories.</li>
            <li><strong>Project onboarding:</strong> a short onboarding flow sets up rules, skills, and MCP servers tailored to your project. The agent starts understanding your project from the first chat.</li>
            <li><strong>Editor ↔ Chat hotkey:</strong> press Ctrl+Shift+X, Tab to toggle focus between the editor and the agent chat — no mouse needed.</li>
            <li><strong>Performance:</strong> chat updates are faster and each message uses less memory, especially in long conversations.</li>
            <li><strong>UI fixes:</strong> plugin window stays open after closing a tab, model selector displays correctly, attachments no longer break when the source message is deleted, and Rider floating toolbar shows the add-selection action.</li>
            <li><strong>Agent and stability fixes:</strong> DeepSeek no longer crashes on tool calls, MCP results are no longer lost, and the agent can use the terminal alongside configuration tools. Fixed Rider file completion, UI freezes during highlighting, and subagent progress display.</li>
        </ul>

        ]]></change-notes>
  </plugin>
  <plugin id="ru.veai.agent" url="https://storage.yandexcloud.net/veai-releases/veai-obfuscated-5.14.1-IJ-252.zip" version="5.14.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 is an IDE-native AI agent that debugs, refactors, and tests through your JetBrains IDE — not through terminal commands — saving tokens by using IDE facts instead of noisy logs. Built for developers in large, complex codebases.
        </p>

        <p>
        The agent uses IDE indexes, debugger state, and coverage data instead of dumping logs and grepping files — so it spends your tokens on answers, not on reading code the IDE already understands. Less noise, lower cost, faster results.
        </p>

        <h3>IDE-native debugging, refactoring, and testing</h3>
        <ul>
            <li><strong>Debug with real execution data:</strong> investigate failures with debugger state, stack traces, executed instructions, and data flow instead of adding log statements by hand.</li>
            <li><strong>Refactor semantically:</strong> search symbols, find usages, rename, and update code through IDE indexes and refactorings, not grep-based edits that break cross-file references.</li>
            <li><strong>Generate tests with coverage feedback:</strong> create or update unit, integration, and end-to-end tests, then use IDE coverage and branch-aware analysis to target uncovered paths.</li>
            <li><strong>Find and fix security vulnerabilities:</strong> scan JVM projects for vulnerabilities with detailed findings and agent-assisted fixes.</li>
            <li><strong>Fix quality issues in context:</strong> use inspections, quick fixes, library decompilation, and build/test results from the IDE.</li>
            <li><strong>Keep your workflow native:</strong> run configurations, test runners, web search, webpage reading, and Allure TestOps data are available directly from the agent.</li>
        </ul>

        <h3>Use it for</h3>
        <ul>
            <li>debugging with IDE execution data and stack traces</li>
            <li>generating tests with coverage feedback and detecting flaky tests</li>
            <li>finding and fixing security vulnerabilities (SAST)</li>
            <li>refactoring code with IDE-aware search and safe renames</li>
            <li>fixing pull request feedback, stack traces, test failures, and TMS-linked issues</li>
            <li>building features and microservices from specifications</li>
            <li>migrating code to new frameworks or library versions</li>
            <li>generating documentation and code comments</li>
        </ul>

        <h3>Open standards and team controls</h3>
        <ul>
            <li>MCP and AGENTS.md support for portable AI workflows.</li>
            <li>Bring-your-own-key (BYOK) LLM support and edit-scope controls for teams.</li>
            <li>Enterprise: VPC deployment, self-hosting, and SSO.</li>
        </ul>

        <h3>Agent modes</h3>
        <p>
        General, Code, Test, Plan, Review, and Debug modes — each mode leverages IDE-specific tools (Debug mode runs the debugger, Test mode reads coverage data). Plus an Orchestrator that splits complex tasks across specialized subagents, and custom modes for team workflows.
        </p>

        <h3>Getting started</h3>
        <ol>
            <li>Install Veai AI Agent.</li>
            <li>Open the agent from your JetBrains IDE.</li>
            <li>Try Debug mode to investigate a failing test — it uses the IDE debugger, not log prints.</li>
        </ol>

        <p>
        Start coding with your IDE's full power. Watch a quick <a href="https://veai.ru/">demo</a>, or 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> if you find a bug or want to share feedback.
        </p>

        <p>
        If Veai AI Agent helps your work, please rate the plugin on JetBrains Marketplace.
        </p>
        ]]></description>
    <change-notes><![CDATA[

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

        <ul>
            <li><strong>Test coverage in WebStorm and PyCharm:</strong> generate tests from editor gutter icons for JavaScript, TypeScript, and Python — not just JVM projects.</li>
            <li><strong>Files outside the project:</strong> the agent can now read and write files beyond the project root — useful for monorepos, shared configs, and neighboring repositories.</li>
            <li><strong>Project onboarding:</strong> a short onboarding flow sets up rules, skills, and MCP servers tailored to your project. The agent starts understanding your project from the first chat.</li>
            <li><strong>Editor ↔ Chat hotkey:</strong> press Ctrl+Shift+X, Tab to toggle focus between the editor and the agent chat — no mouse needed.</li>
            <li><strong>Performance:</strong> chat updates are faster and each message uses less memory, especially in long conversations.</li>
            <li><strong>UI fixes:</strong> plugin window stays open after closing a tab, model selector displays correctly, attachments no longer break when the source message is deleted, and Rider floating toolbar shows the add-selection action.</li>
            <li><strong>Agent and stability fixes:</strong> DeepSeek no longer crashes on tool calls, MCP results are no longer lost, and the agent can use the terminal alongside configuration tools. Fixed Rider file completion, UI freezes during highlighting, and subagent progress display.</li>
        </ul>

        ]]></change-notes>
  </plugin>
  <plugin id="ru.veai.agent" url="https://storage.yandexcloud.net/veai-releases/veai-obfuscated-5.14.1-IJ-251.zip" version="5.14.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 is an IDE-native AI agent that debugs, refactors, and tests through your JetBrains IDE — not through terminal commands — saving tokens by using IDE facts instead of noisy logs. Built for developers in large, complex codebases.
        </p>

        <p>
        The agent uses IDE indexes, debugger state, and coverage data instead of dumping logs and grepping files — so it spends your tokens on answers, not on reading code the IDE already understands. Less noise, lower cost, faster results.
        </p>

        <h3>IDE-native debugging, refactoring, and testing</h3>
        <ul>
            <li><strong>Debug with real execution data:</strong> investigate failures with debugger state, stack traces, executed instructions, and data flow instead of adding log statements by hand.</li>
            <li><strong>Refactor semantically:</strong> search symbols, find usages, rename, and update code through IDE indexes and refactorings, not grep-based edits that break cross-file references.</li>
            <li><strong>Generate tests with coverage feedback:</strong> create or update unit, integration, and end-to-end tests, then use IDE coverage and branch-aware analysis to target uncovered paths.</li>
            <li><strong>Find and fix security vulnerabilities:</strong> scan JVM projects for vulnerabilities with detailed findings and agent-assisted fixes.</li>
            <li><strong>Fix quality issues in context:</strong> use inspections, quick fixes, library decompilation, and build/test results from the IDE.</li>
            <li><strong>Keep your workflow native:</strong> run configurations, test runners, web search, webpage reading, and Allure TestOps data are available directly from the agent.</li>
        </ul>

        <h3>Use it for</h3>
        <ul>
            <li>debugging with IDE execution data and stack traces</li>
            <li>generating tests with coverage feedback and detecting flaky tests</li>
            <li>finding and fixing security vulnerabilities (SAST)</li>
            <li>refactoring code with IDE-aware search and safe renames</li>
            <li>fixing pull request feedback, stack traces, test failures, and TMS-linked issues</li>
            <li>building features and microservices from specifications</li>
            <li>migrating code to new frameworks or library versions</li>
            <li>generating documentation and code comments</li>
        </ul>

        <h3>Open standards and team controls</h3>
        <ul>
            <li>MCP and AGENTS.md support for portable AI workflows.</li>
            <li>Bring-your-own-key (BYOK) LLM support and edit-scope controls for teams.</li>
            <li>Enterprise: VPC deployment, self-hosting, and SSO.</li>
        </ul>

        <h3>Agent modes</h3>
        <p>
        General, Code, Test, Plan, Review, and Debug modes — each mode leverages IDE-specific tools (Debug mode runs the debugger, Test mode reads coverage data). Plus an Orchestrator that splits complex tasks across specialized subagents, and custom modes for team workflows.
        </p>

        <h3>Getting started</h3>
        <ol>
            <li>Install Veai AI Agent.</li>
            <li>Open the agent from your JetBrains IDE.</li>
            <li>Try Debug mode to investigate a failing test — it uses the IDE debugger, not log prints.</li>
        </ol>

        <p>
        Start coding with your IDE's full power. Watch a quick <a href="https://veai.ru/">demo</a>, or 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> if you find a bug or want to share feedback.
        </p>

        <p>
        If Veai AI Agent helps your work, please rate the plugin on JetBrains Marketplace.
        </p>
        ]]></description>
    <change-notes><![CDATA[

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

        <ul>
            <li><strong>Test coverage in WebStorm and PyCharm:</strong> generate tests from editor gutter icons for JavaScript, TypeScript, and Python — not just JVM projects.</li>
            <li><strong>Files outside the project:</strong> the agent can now read and write files beyond the project root — useful for monorepos, shared configs, and neighboring repositories.</li>
            <li><strong>Project onboarding:</strong> a short onboarding flow sets up rules, skills, and MCP servers tailored to your project. The agent starts understanding your project from the first chat.</li>
            <li><strong>Editor ↔ Chat hotkey:</strong> press Ctrl+Shift+X, Tab to toggle focus between the editor and the agent chat — no mouse needed.</li>
            <li><strong>Performance:</strong> chat updates are faster and each message uses less memory, especially in long conversations.</li>
            <li><strong>UI fixes:</strong> plugin window stays open after closing a tab, model selector displays correctly, attachments no longer break when the source message is deleted, and Rider floating toolbar shows the add-selection action.</li>
            <li><strong>Agent and stability fixes:</strong> DeepSeek no longer crashes on tool calls, MCP results are no longer lost, and the agent can use the terminal alongside configuration tools. Fixed Rider file completion, UI freezes during highlighting, and subagent progress display.</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>
