v2.2.2
What's Changed
Added
- Kotlin call extraction:
simple_identifier+navigation_expressionsupport for Kotlin method calls (PR #107 by @gzenz) - JUnit/Kotlin test detection: Annotation-based test classification (
@Test,@ParameterizedTest, etc.) for Java/Kotlin/C# (PR #107 by @gzenz)
Fixed
- Windows encoding crash: All
write_text/read_textcalls inskills.pynow useencoding='utf-8'explicitly (PR #152 by @rishi-yadav — fixes #147, #148) - Invalid
--quietflag in hooks: Removed non-existent--quietand--jsonflags from generated hook commands (PR #152 by @rishi-yadav — fixes #149)
Housekeeping
- Untracked
.claude-plugin/directory and added to.gitignore - GitHub issue triage: responded to 30+ issues, closed 14, reviewed 24 PRs
Full Changelog: v2.2.1...v2.2.2