devoxx / DevoxxGenieIDEAPlugin

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.
https://devoxx.com
MIT License
156 stars 24 forks source link

Allow creation of custom commands but with name & description being variable #148

Closed stephanj closed 3 months ago

stephanj commented 3 months ago

Currently we have one /custom command where the developer can link a prompt to. But I want to be able to create a /javadoc /security /it (integration test) commands.

stephanj commented 3 months ago

image

image