Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 28 Feb 02:20
· 894 commits to main since this release

What's New

Kotlin Language Support (Community PR #3 by @GauravRatnawat)

  • Added Kotlin (.kt, .kts) as the 13th supported language
  • Full tree-sitter parsing, AST node extraction, call resolution, usage tracking, and string constant propagation

C# Grammar Fix (Community PR #2 by @bhicks329)

  • Wired tree-sitter-c-sharp grammar into the parser, fixing C# support

Security

  • Tightened cache directory permissions from 0755 to 0750 (gosec G301)

Update Notification

  • Checks GitHub releases on startup and shows a one-time notice when a newer version is available
  • Links directly to the releases page for download

Infrastructure

  • Restructured CI/CD pipeline: lint gate → per-platform test + build → release