DevoxxGenieIDEAPlugin icon indicating copy to clipboard operation
DevoxxGenieIDEAPlugin copied to clipboard

DevoxxGenie is a plugin for IntelliJ IDEA that uses local LLM's (Ollama, LMStudio, GPT4All, Llama.cpp and Exo) and Cloud based LLMs to help review, test, explain your project code.

Results 92 DevoxxGenieIDEAPlugin issues
Sort by recently updated
recently updated
newest added

**Google Gemini 2.0 Flash Exp Suggestions** --- Okay, let's analyze the provided code structure and identify potential refactorings to improve readability, focusing on the `com.devoxx.genie` package. **General Observations** * **Large...

documentation

Bumps the gradle-dependencies group with 13 updates in the / directory: | Package | From | To | | --- | --- | --- | | software.amazon.awssdk:sts | `2.33.0` |...

dependencies
java

Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.1 to 1.3.2. Changelog Sourced from node-forge's changelog. 1.3.2 - 2025-11-25 Security HIGH: ASN.1 Validator Desynchronization An Interpretation Conflict (CWE-436) vulnerability in node-forge versions 1.3.1 and below...

dependencies
javascript

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2. Changelog Sourced from js-yaml's changelog. [3.14.2] - 2025-11-15 Security Backported v4.1.1 fix to v3 [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml...

dependencies
javascript

RAG is enabled and I've indexed the project. I then add a new file/class and re-index. When I ask the LLM (deepseek via ollama) what classes are in the project,...

### Problem Enabled Web Search feature, enabled Google Web Search API Key, created and added my key, created and added my Google Custom Search Engine ID. Clicked the toggle button...

After installing, Idea prompted me with some request to install something something sandbox ... so the chat window would load, unfortunately i did not pay to much attention. Now the...

Seen at Devoxx Belgium in Gemini CLI * the first time a tool is executed, you can choose between 'allow always', 'allow once', 'never allow' * for commands in combination...

I use currently the https://pypi.org/project/mcp-server-shell/ as a Shell MCP server. This could also be built-in in DevoxxGenie. This would provide several advantages: * be able to apply code changes directly...

If you try to add source code with contains a triple brace to the prompt context, an exception is generated. Example file: ``` {{{ xyzzy }}} ``` Message: ``` hello...