Skip to content

Releases: DmitryNekrasov/ai-code-completion-idea-plugin

v1.2.0

09 Feb 11:42

Choose a tag to compare

Improvements

  • Inline completion reliability — Rewrote the completion flow to use channelFlow with Dispatchers.IO, replacing the previous launch-based approach. This fixes potential dispatching issues and improves responsiveness.
  • Smarter error handling in OllamaLLM — The Ollama connectivity check is no longer a separate ping; errors are now caught inline during the actual API call, reducing unnecessary network round-trips. The status bar accurately reflects the current state.
  • Request timeout increased from 4s to 5s for more reliable responses on slower hardware.

Build & Platform

  • IntelliJ Platform Gradle Plugin 2.x — Migrated from the legacy org.jetbrains.intellij plugin to the new org.jetbrains.intellij.platform plugin.
  • Kotlin upgraded to 2.1.10 (from 1.9.24).
  • Gradle wrapper updated to 9.3.1.
  • Compatibility range updated to IntelliJ 2025.1+ (builds 251–253.*).
  • Guava updated from 31.0.1-jre to 33.5.0-jre.

v1.1.0

07 Jul 12:16

Choose a tag to compare

First version of AI Code Completion plugin