devoxx/DevoxxGenieIDEAPlugin
DevoxxGenie is a 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: 9d agoDiscovered: Mar 24, 2026
Recent Claude Commits
Add backlog tasks 227-228 for Hermes-style messaging channel control
ac1e1409d agoauthor_emailAdd backlog tasks 224-226 for Hermes-inspired agentic features
42349799d agoauthor_emaildocs(backlog): add Phase 3 RAG tasks 212-216
dca1e9a19d agoauthor_emailfeat(rag): per-extension splitter selection
160b62c19d agoauthor_emailperf(rag): process files in a small bounded thread pool during bulk indexing
347b6f219d agoauthor_emailfeat(rag): auto-reindex tracked files on save (debounced BulkFileListener)
b6fc1a519d agoauthor_emailperf(rag): place SemanticContext adjacent to user prompt + skip RAG on short follow-ups
2964b9e19d agoauthor_emailfeat(rag): structured retrieval log + 'Show RAG Only' filter in the Logs panel
397e76319d agoauthor_emailfeat(rag): replace mtime/metadata-filter index check with content-hash manifest
bb423c819d agoauthor_emailperf(rag): cache embedding model + batch embeddings via embedAll
48dc1cb19d agoauthor_emailfix(rag): embed chunk content (not file paths) and preserve per-chunk results
bd0b4e419d agoauthor_emailRefresh models.json: add new Mistral models, remove retired Grok models
535b20726d agoauthor_emailAdd Gemini 3.5 Flash model to models.json
6ff2c3a26d agoauthor_emailUpgrade langchain4j 1.14.0 → 1.15.0 (beta24 → beta25)
418692726d agoauthor_emailAdd task-211: persistent semantic conversation memory backed by ChromaDB
f4bcb061mo agoauthor_emaildocs: document event context variables and template system for automations
7c9fd7d3mo agoauthor_emailfeat: Add EventContext model and runtime context passing for event automations
80804803mo agoauthor_emailAdd Docusaurus page for Event Automations feature
402e5ad3mo agoauthor_emailfeat: Add Event Automations settings panel (POC) for IDE event-triggered agents
182a6a43mo agoauthor_emailfix(ci): fix lychee link checker configuration errors
68ce5cb3mo agoauthor_emailfeat: externalize model config (names, costs, context windows) to remote JSON
b11fbbf3mo agoauthor_emailfeat: add individual and bulk archive/unarchive for done tasks
c11a9483mo agoauthor_emailfeat: add project statistics/overview panel to SDD Spec Browser
66108413mo agoauthor_emailfeat: add project-wide Definition of Done defaults for SDD backlog
7aac98a3mo agoauthor_emailMerge branch 'master' into claude/research-plugin-backlog-9LNYS
9a273de3mo agoauthor_emailfeat: replace simple text matching with fuzzy search in SDD backlog
3bac3683mo agoauthor_emailfeat: add green parallel Run buttons to Spec Browser toolbar
ce9a7db3mo agoauthor_emailfeat: enable parallel execution for independent tasks in dependency graph (#876)
b617b823mo agoauthor_emailfeat: add embedded PSI tools for semantic code intelligence in agent mode
1f5e1114mo agoauthor_emailAdd per-tool enable/disable for MCP servers and agent mode built-in tools
dc5cf3e4mo agoauthor_emailAdd blog post about CLI Runners feature
49f274f4mo agoauthor_emailAdd Bing Webmaster Tools verification meta tag
df977044mo agoauthor_emailAdd Devoxx favicon to docusaurus website
80e51ca4mo agoauthor_emailfeat: add Spec Driven Development (SDD) feature with Backlog.md integration
4dab3d84mo agoauthor_emailfeat: add parallel_explore tool for multi-agent codebase exploration
414f2b74mo agoauthor_email