Skip to content

Commit 85b7460

Browse files
stephanjclaude
andcommitted
docs(plugin.xml): refresh marketplace description with current features
The marketplace description was stale: it listed 7 LLM providers (vs. 17 actually supported), omitted Agent Mode entirely, and bundled "Custom Skills: User-defined prompts and commands" — confusing now that Skills (LLM-activated SKILL.md) and Commands (slash commands) are distinct things in v1.5.0. Rewrote Key Features to cover Agent Mode, Skills, Commands, SDD, Security Scanning, Inline Completion, ACP/CLI Runners, and the Plugin Integration API, and expanded the LLM list to match what the README already advertises. Updated Quick Start to mention Llama.cpp, Exo, and the Skills directories. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 409139d commit 85b7460

1 file changed

Lines changed: 17 additions & 10 deletions

File tree

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

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,28 @@
2323
2424
<h3>Key Features</h3>
2525
<UL>
26-
<LI><strong>Local & Cloud LLMs:</strong> Ollama, LMStudio, GPT4All, OpenAI, Anthropic, Gemini, Groq, and more</LI>
27-
<LI><strong>MCP Support:</strong> Model Context Protocol with integrated marketplace for installing servers</LI>
28-
<LI><strong>RAG:</strong> Retrieval-Augmented Generation for semantic code search</LI>
26+
<LI><strong>Local &amp; Cloud LLMs:</strong> Ollama, LMStudio, GPT4All, Llama.cpp, Exo + OpenAI, Anthropic, Gemini, Mistral, Groq, DeepInfra, DeepSeek, Kimi, GLM, OpenRouter, Azure OpenAI, Amazon Bedrock</LI>
27+
<LI><strong>Agent Mode:</strong> Autonomous code tools with parallel sub-agents, multi-turn tool use, and built-in file/search/run_command tools</LI>
28+
<LI><strong>Skills (new in v1.5.0):</strong> Portable <code>SKILL.md</code> files the LLM activates mid-conversation — the same files also work in Claude Code, Codex and Gemini</LI>
29+
<LI><strong>Commands:</strong> User-defined slash commands (previously "Custom Prompts") for reusable prompt templates</LI>
30+
<LI><strong>MCP Support:</strong> Model Context Protocol with integrated marketplace for installing servers (stdio and HTTP/SSE transports)</LI>
31+
<LI><strong>Spec Driven Development:</strong> Backlog.md task management with Spec Browser, Kanban Board, and Agent Loop batch execution with dependency ordering</LI>
32+
<LI><strong>Security Scanning:</strong> Run Gitleaks (secrets), OpenGrep (SAST) and Trivy (CVEs) as agent tools — findings auto-create prioritised backlog tasks</LI>
33+
<LI><strong>Inline Code Completion:</strong> AI-powered suggestions as you type using Fill-in-the-Middle models via Ollama or LM Studio</LI>
34+
<LI><strong>ACP &amp; CLI Runners:</strong> Integrate external agents (Claude Code, Codex, Gemini CLI, Kimi, Copilot) via the Agent Communication Protocol or CLI invocation</LI>
35+
<LI><strong>RAG:</strong> Retrieval-Augmented Generation for semantic code search (ChromaDB + Ollama embeddings)</LI>
2936
<LI><strong>Web Search:</strong> Integrate Google and Tavily search into your prompts</LI>
30-
<LI><strong>Custom Skills:</strong> User-defined prompts and commands</LI>
31-
<LI><strong>Chat History:</strong> Locally stored conversations</LI>
32-
<LI><strong>Token Cost Calculator:</strong> Real-time cost estimation for cloud providers</LI>
33-
<LI><strong>Multi-modal Support:</strong> Drag & drop images for vision models</LI>
37+
<LI><strong>Plugin Integration API:</strong> Other IntelliJ plugins can send findings to DevoxxGenie at runtime via a reflection-based <code>ExternalPromptService</code></LI>
38+
<LI><strong>Chat History:</strong> Locally stored conversations (SQLite) with parallel conversation tabs</LI>
39+
<LI><strong>Token Cost Calculator:</strong> Real-time cost and context-window estimation for cloud providers</LI>
40+
<LI><strong>Multi-modal Support:</strong> Drag &amp; drop images for vision models, plus Git diff and project-context attachments</LI>
3441
</UL>
3542
<h3>Quick Start</h3>
3643
<UL>
3744
<LI>Install the plugin</LI>
38-
<LI>For local LLMs: Install Ollama, LMStudio, or GPT4All</LI>
39-
<LI>For cloud LLMs: Add your API keys in Settings</LI>
40-
<LI>Optional: Configure MCP servers from the marketplace</LI>
45+
<LI>For local LLMs: install Ollama, LMStudio, GPT4All, Llama.cpp or Exo</LI>
46+
<LI>For cloud LLMs: add your API keys in <em>Settings → DevoxxGenie → LLM Providers</em></LI>
47+
<LI>Optional: enable Agent Mode, configure MCP servers from the marketplace, or drop a <code>SKILL.md</code> into <code>.devoxxgenie/skills/</code>, <code>.claude/skills/</code> or <code>.agents/skills/</code></LI>
4148
<LI>Start prompting!</LI>
4249
</UL>
4350

0 commit comments

Comments
 (0)