经 AI Skill Hub 精选评估,DevoxxGenie IDEA插件 获评「强烈推荐」。这款AI工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 8.0 分,适合有一定技术背景的用户使用。
DevoxxGenie IDEA插件 是一款基于 Java 开发的开源工具,专注于 AI、IntelliJ IDEA、代码辅助 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
DevoxxGenie IDEA插件 是一款基于 Java 开发的开源工具,专注于 AI、IntelliJ IDEA、代码辅助 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 克隆仓库 git clone https://github.com/devoxx/DevoxxGenieIDEAPlugin cd DevoxxGenieIDEAPlugin # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 devoxxgenieideaplugin --help # 基本运行 devoxxgenieideaplugin [options] <input> # 详细使用说明请查阅文档 # https://github.com/devoxx/DevoxxGenieIDEAPlugin
# devoxxgenieideaplugin 配置说明 # 查看配置选项 devoxxgenieideaplugin --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export DEVOXXGENIEIDEAPLUGIN_CONFIG="/path/to/config.yml"
ExternalPromptService — no compile-time dependency required. Two POC integrations available: SonarLint DevoxxGenie and SpotBugs DevoxxGenie.<img width="749" alt="RAG" src="https://github.com/user-attachments/assets/ea34247a-b33d-40a2-b96a-d10de0868dfa">
Devoxx Genie now includes starting from v0.4.0 a Retrieval-Augmented Generation (RAG) feature, which enables advanced code search and retrieval capabilities. This feature uses a combination of natural language processing (NLP) and machine learning algorithms to analyze code snippets and identify relevant results based on their semantic meaning.
With RAG, you can:
We currently use Ollama and Nomic Text embedding to generates vector representations of your project files. These embedding vectors are then stored in a Chroma DB (v0.6.2) running locally within Docker. The vectors are used to compute similarity scores between search queries and your code all running locally.
The RAG feature is a significant enhancement to Devoxx Genie's code search capabilities, enabling developers to quickly find relevant code examples and accelerate their coding workflow.
See also Demo
Expecting to add also GraphRAG in the near future.
Settings -> Plugins -> Marketplace -> Enter 'Devoxx' to find plugin OR Install plugin from Disk./gradlew buildPlugin, and install the plugin from the build/distributions directory and select file 'DevoxxGenie-X.Y.Z.zip'Gradle IntelliJ Plugin prepares a ZIP archive when running the buildPlugin task. You'll find it in the build/distributions/ directory
./gradlew buildPlugin
The DevoxxGenie project itself, at about 70K tokens, fits comfortably within most high-end LLM context windows. This allows for incredibly nuanced interactions – we're talking advanced queries and feature requests that leave tools like GitHub Copilot scratching their virtual heads!
1) Select an LLM provider from the DevoxxGenie panel (right corner) 2) Select some code 4) Enter shortcode command review, explain, generate unit tests of the selected code or enter a custom prompt.
Enjoy!
To guide which LLM providers and models receive engineering investment, DevoxxGenie collects anonymous usage data when you run a prompt or change models.
What is sent: - An anonymous install ID (UUID), generated once and stored locally - A per-launch session ID (random 10-digit number) - Plugin version and IDE version - LLM provider name (e.g. anthropic, ollama) - LLM model name (e.g. claude-3-5-sonnet)
What is never sent: - Prompt text, response text, conversation history - File content, file paths, project name, git remote - API keys, credentials, user name, email - Token counts or cost data
A first-launch notification asks for your consent before any data is sent. You can change this at any time in Settings → DevoxxGenie → General.
In the IDEA settings you can modify the REST endpoints and the LLM parameters. Make sure to press enter and apply to save your changes.
We now also support Cloud based LLMs, you can paste the API keys on the Settings page.
<img width="1072" alt="Settings" src="https://github.com/user-attachments/assets/a88f1ae8-55dc-4c6b-b5eb-ec0c3d70b28f">
It is recommended to use the publishPlugin task for releasing the plugin
./gradlew publishPlugin
高质量的AI代码辅助工具,提高开发效率
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
AI Skill Hub 点评:DevoxxGenie IDEA插件 的核心功能完整,质量优秀。对于AI 技术爱好者来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | DevoxxGenieIDEAPlugin |
| Topics | AIIntelliJ IDEA代码辅助 |
| GitHub | https://github.com/devoxx/DevoxxGenieIDEAPlugin |
| License | MIT |
| 语言 | Java |
收录时间:2026-06-06 · 更新时间:2026-06-06 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。