-
Notifications
You must be signed in to change notification settings - Fork 3
Description
I'm running Eclipse 025-06 (4.36) for with the java developer package and the latest version of AI Coder (1.0.0.202507142020) using a recent version of Ollama and the qwen2.5-coder:3b from the example https://eclipse.hetzge.de/aicoder/.
The completion generation works both when "Enable autocomplete" is enabled or the manual trigger is used. I've verified this by watching the AI Coder History view and inspected the 'Generated' result. However, the Ghost text does not appear when I am actually working in the Java text editor. It only shows up when I click away from it (like into the package explorer or into the history, basically just removing focus from the editor).
Separately, (and maybe an ignorant question) the completions work with the completions qwen model, but any other model I try to use I get a '400' response from ollama. What criteria can I use to determine what models should be compatible?
Awesome plugin!