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
docs: update changelog and plugin history for v0.9.2 release
Add entries for PRs #838, #839, and #840 covering deprecated API
replacements, plugin verifier fixes, and Kotlin K2 mode declaration.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@ All notable changes to this project will be documented in this file.
18
18
- Issue #809: Fix LM Studio API URL compatibility - changed default from `http://localhost:1234/api/v1/` to `http://localhost:1234/v1/` to match OpenAI-compatible chat completions endpoint, while preserving rich metadata endpoint access for context length detection
19
19
- Issue #809: Fix LM Studio context length detection so model metadata no longer defaults to 8K when larger context values are available
20
20
- Issue #809: Add optional LM Studio fallback context setting in the GUI when model metadata does not expose context length
21
+
- Replace deprecated `Project.getBaseDir()` with `ProjectUtil.guessProjectDir()` across all scanner extensions (#838)
22
+
- Replace deprecated `NioEventLoopGroup` with `MultiThreadIoEventLoopGroup` + `NioIoHandler` for Netty 4.2.x compatibility (#839)
23
+
- Resolve plugin verifier warnings for experimental and deprecated API usage (#840)
24
+
- Add Kotlin K2 plugin mode declaration (`supportsKotlinPluginMode`) in plugin.xml, required since IntelliJ 2024.2.1 (#840)
0 commit comments