devoxx/DevoxxGenieIDEAPlugin
DevoxxGenie is an agentic plugin for IntelliJ IDEA that uses local LLM's (Ollama, LMStudio, GPT4All, Jan and Llama.cpp) and Cloud based LLMs to help review, test, explain your project code. Latest version now also supports Spec Driven Development with CLI Runners.
anthropicazure-aichatgptchatgpt-apiclaude-3claude-aicopilotcopilot-chatgeminigenaigpt4allgroqintellij-pluginjavallmlmstudiomistralollamaopenaispec-driven-development
First Claude commit: Feb 8, 2026Last Claude commit: 1mo agoDiscovered: Mar 24, 2026
Recent Claude Commits
Add backlog tasks 227-228 for Hermes-style messaging channel control
ac1e1401mo agoauthor_emailAdd backlog tasks 224-226 for Hermes-inspired agentic features
42349791mo agoauthor_emaildocs(backlog): add Phase 3 RAG tasks 212-216
dca1e9a2mo agoauthor_emailfeat(rag): per-extension splitter selection
160b62c2mo agoauthor_emailperf(rag): process files in a small bounded thread pool during bulk indexing
347b6f22mo agoauthor_emailfeat(rag): auto-reindex tracked files on save (debounced BulkFileListener)
b6fc1a52mo agoauthor_emailperf(rag): place SemanticContext adjacent to user prompt + skip RAG on short follow-ups
2964b9e2mo agoauthor_emailfeat(rag): structured retrieval log + 'Show RAG Only' filter in the Logs panel
397e7632mo agoauthor_emailfeat(rag): replace mtime/metadata-filter index check with content-hash manifest
bb423c82mo agoauthor_emailperf(rag): cache embedding model + batch embeddings via embedAll
48dc1cb2mo agoauthor_emailfix(rag): embed chunk content (not file paths) and preserve per-chunk results
bd0b4e42mo agoauthor_emailRefresh models.json: add new Mistral models, remove retired Grok models
535b2072mo agoauthor_emailAdd Gemini 3.5 Flash model to models.json
6ff2c3a2mo agoauthor_emailUpgrade langchain4j 1.14.0 → 1.15.0 (beta24 → beta25)
41869272mo agoauthor_emailAdd task-211: persistent semantic conversation memory backed by ChromaDB
f4bcb062mo agoauthor_emaildocs: document event context variables and template system for automations
7c9fd7d4mo agoauthor_emailfeat: Add EventContext model and runtime context passing for event automations
80804804mo agoauthor_emailAdd Docusaurus page for Event Automations feature
402e5ad4mo agoauthor_emailfeat: Add Event Automations settings panel (POC) for IDE event-triggered agents
182a6a44mo agoauthor_emailfix(ci): fix lychee link checker configuration errors
68ce5cb5mo agoauthor_emailfeat: externalize model config (names, costs, context windows) to remote JSON
b11fbbf5mo agoauthor_emailfeat: add individual and bulk archive/unarchive for done tasks
c11a9485mo agoauthor_emailfeat: add project statistics/overview panel to SDD Spec Browser
66108415mo agoauthor_emailfeat: add project-wide Definition of Done defaults for SDD backlog
7aac98a5mo agoauthor_emailMerge branch 'master' into claude/research-plugin-backlog-9LNYS
9a273de5mo agoauthor_emailfeat: replace simple text matching with fuzzy search in SDD backlog
3bac3685mo agoauthor_emailfeat: add green parallel Run buttons to Spec Browser toolbar
ce9a7db5mo agoauthor_emailfeat: enable parallel execution for independent tasks in dependency graph (#876)
b617b825mo agoauthor_emailfeat: add embedded PSI tools for semantic code intelligence in agent mode
1f5e1115mo agoauthor_emailAdd per-tool enable/disable for MCP servers and agent mode built-in tools
dc5cf3e5mo agoauthor_emailAdd blog post about CLI Runners feature
49f274f5mo agoauthor_emailAdd Bing Webmaster Tools verification meta tag
df977045mo agoauthor_emailAdd Devoxx favicon to docusaurus website
80e51ca5mo agoauthor_emailfeat: add Spec Driven Development (SDD) feature with Backlog.md integration
4dab3d85mo agoauthor_emailfeat: add parallel_explore tool for multi-agent codebase exploration
414f2b75mo agoauthor_email