Skip to content

v2.2.2

Choose a tag to compare

@tirth8205 tirth8205 released this 08 Apr 19:37
· 118 commits to main since this release

What's Changed

Added

  • Kotlin call extraction: simple_identifier + navigation_expression support 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_text calls in skills.py now use encoding='utf-8' explicitly (PR #152 by @rishi-yadav — fixes #147, #148)
  • Invalid --quiet flag in hooks: Removed non-existent --quiet and --json flags 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