You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.*).