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-sharpgrammar into the parser, fixing C# support
Security
- Tightened cache directory permissions from
0755to0750(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