v0.10.4
Features
- Kotlin language support:
.ktand.ktsfiles are now recognized by all seven MCP tools; symbol extraction, call graphs, imports, def-use sites, and inheritance hierarchies (superclass vs. interface) are supported viatree-sitter-kotlin-ng 1.1.0(#800) - Call-graph handlers for Go, Java, C#, and JavaScript:
extract_function_name,find_receiver_type, andfind_method_for_receiverare now implemented for all four languages, closing the call-graph analysis gaps that left receiver resolution incomplete; Go pointer receivers (*T) are handled explicitly (#799)
Dependency Updates
CI
- Cache collision fixed; coverage profile added;
semver-checkstimeout added (#798) - CodeQL advanced setup added for the
actionslanguage (#795)
Full Changelog: v0.10.3...v0.10.4