|
23 | 23 |
|
24 | 24 | <h3>Key Features</h3> |
25 | 25 | <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 & 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 & 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> |
29 | 36 | <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 & drop images for vision models, plus Git diff and project-context attachments</LI> |
34 | 41 | </UL> |
35 | 42 | <h3>Quick Start</h3> |
36 | 43 | <UL> |
37 | 44 | <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> |
41 | 48 | <LI>Start prompting!</LI> |
42 | 49 | </UL> |
43 | 50 |
|
|
0 commit comments