Skip to content

Commit 02c7c33

Browse files
committed
update plugin description
1 parent 6bd9187 commit 02c7c33

1 file changed

Lines changed: 41 additions & 38 deletions

File tree

  • jetbrains_plugin/src/main/resources/META-INF

jetbrains_plugin/src/main/resources/META-INF/plugin.xml

Lines changed: 41 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -20,53 +20,56 @@ SPDX-License-Identifier: Apache-2.0
2020
Simple HTML elements (text formatting, paragraphs, and lists) can be added inside of <![CDATA[ ]]> tag.
2121
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-description -->
2222
<description><![CDATA[
23-
<h1>Zoo Code - Your AI-Powered Coding Assistant for JetBrains IDEs</h1>
24-
<p>Zoo Code brings powerful AI coding capabilities directly into your JetBrains development environment, providing intelligent assistance for all your development needs.</p>
25-
26-
<h2>Core Features</h2>
23+
<h1>Zoo Code for JetBrains</h1>
24+
<p><strong>Your AI-Powered Dev Team, Right in Your JetBrains IDE</strong></p>
25+
<p>Zoo Code for JetBrains brings the <a href="https://github.com/Zoo-Code-Org/Zoo-Code">Zoo Code</a> AI coding assistant to IntelliJ-based IDEs. It runs the Zoo Code extension through a bundled extension host and integrates it with JetBrains editors, terminals, menus, and tool windows.</p>
26+
27+
<h2>What Can Zoo Code Do For You?</h2>
2728
<ul>
28-
<li><strong>Natural Language Code Generation</strong>: Write code using simple descriptions and let Zoo Code do the rest</li>
29-
<li><strong>Intelligent Context Awareness</strong>: Understands your entire codebase to provide relevant suggestions</li>
30-
<li><strong>AI-Powered Assistance</strong>: Leverage advanced AI for code generation, refactoring, and improvements</li>
29+
<li>Generate code from natural-language descriptions and specifications</li>
30+
<li>Adapt through Code, Architect, Ask, Debug, and Custom modes</li>
31+
<li>Refactor and debug existing code</li>
32+
<li>Write and update documentation</li>
33+
<li>Answer questions about your codebase</li>
34+
<li>Automate repetitive tasks</li>
35+
<li>Use Model Context Protocol (MCP) servers</li>
3136
</ul>
32-
33-
<h2>Supported IDEs</h2>
34-
<p>Zoo Code currently supports the following JetBrains IDE series:</p>
37+
38+
<h2>Modes</h2>
39+
<p>Zoo Code adapts to how you work:</p>
3540
<ul>
36-
<li><strong>IntelliJ IDEA</strong> (Ultimate & Community)</li>
37-
<li><strong>WebStorm</strong> - JavaScript and TypeScript development</li>
38-
<li><strong>PyCharm</strong> (Professional & Community) - Python development</li>
39-
<li><strong>PhpStorm</strong> - PHP development</li>
40-
<li><strong>RubyMine</strong> - Ruby development</li>
41-
<li><strong>CLion</strong> - C/C++ development</li>
42-
<li><strong>GoLand</strong> - Go development</li>
43-
<li><strong>DataGrip</strong> - Database development</li>
44-
<li><strong>Rider</strong> - .NET development</li>
45-
<li><strong>Android Studio</strong> - Android development</li>
41+
<li><strong>Code Mode:</strong> everyday coding, edits, and file operations</li>
42+
<li><strong>Architect Mode:</strong> plan systems, specifications, and migrations</li>
43+
<li><strong>Ask Mode:</strong> get fast answers, explanations, and documentation</li>
44+
<li><strong>Debug Mode:</strong> trace issues, add logs, and isolate root causes</li>
45+
<li><strong>Custom Modes:</strong> create specialized modes for your team or workflow</li>
4646
</ul>
47-
48-
<h2>Key Capabilities</h2>
47+
<p>Learn more: <a href="https://docs.zoocode.dev/basic-usage/using-modes">Using Modes</a> | <a href="https://docs.zoocode.dev/advanced-usage/custom-modes">Custom Modes</a></p>
48+
49+
<h2>Supported IDEs</h2>
50+
<p>Zoo Code supports JetBrains IDEs based on the IntelliJ Platform, including:</p>
4951
<ul>
50-
<li><strong>Code Generation</strong>: Generate complete functions, classes, and even entire files from descriptions</li>
51-
<li><strong>Automated Refactoring</strong>: Improve code quality with AI-powered refactoring suggestions</li>
52-
<li><strong>Bug Detection & Fixes</strong>: Identify and fix potential issues before they become problems</li>
53-
<li><strong>Documentation Generation</strong>: Automatically generate comprehensive documentation</li>
52+
<li>IntelliJ IDEA (Ultimate and Community)</li>
53+
<li>WebStorm</li>
54+
<li>PyCharm (Professional and Community)</li>
55+
<li>PhpStorm</li>
56+
<li>RubyMine</li>
57+
<li>CLion</li>
58+
<li>GoLand</li>
59+
<li>DataGrip</li>
60+
<li>Rider</li>
61+
<li>Android Studio <strong>2026.1.4 or newer</strong> (currently available as a preview)</li>
5462
</ul>
55-
63+
<p>The plugin targets IntelliJ Platform build <strong>233</strong> (JetBrains 2023.3) or newer. Android Studio requires version <strong>2026.1.4 or newer</strong> because that release includes the JCEF support required by Zoo Code. At present, Android Studio 2026.1.4 is available through the preview channel.</p>
64+
5665
<h2>Requirements</h2>
5766
<ul>
58-
<li>Requires <a href="https://nodejs.org/">Node.js</a> v18+ installed</li>
59-
<li>Requires JetBrains IDE version 2023.1 or later for optimal compatibility</li>
60-
</ul>
61-
62-
<h2>Benefits</h2>
63-
<ul>
64-
<li><strong>Increased Productivity</strong>: Write code faster with intelligent AI assistance</li>
65-
<li><strong>Improved Code Quality</strong>: Get suggestions for better patterns and practices</li>
66-
<li><strong>Seamless Integration</strong>: Works directly within your JetBrains IDE</li>
67+
<li>A supported JetBrains IDE based on IntelliJ Platform build 233 or newer</li>
68+
<li>Android Studio 2026.1.4 or newer when using Android Studio; install a preview build until this version reaches the stable channel</li>
69+
<li>A JCEF-enabled IDE runtime, which Zoo Code requires to render its interface</li>
70+
<li><a href="https://nodejs.org/">Node.js</a> <strong>20.6.0 or newer</strong> available on your PATH</li>
6771
</ul>
68-
69-
]]></description>
72+
]]></description>
7073

7174
<!-- Change notes for the plugin -->
7275
<change-notes><![CDATA[

0 commit comments

Comments
 (0)