Skip to content

v0.10.4

Choose a tag to compare

@clouatre clouatre released this 09 May 02:00
v0.10.4
3d05eff

Features

  • Kotlin language support: .kt and .kts files are now recognized by all seven MCP tools; symbol extraction, call graphs, imports, def-use sites, and inheritance hierarchies (superclass vs. interface) are supported via tree-sitter-kotlin-ng 1.1.0 (#800)
  • Call-graph handlers for Go, Java, C#, and JavaScript: extract_function_name, find_receiver_type, and find_method_for_receiver are 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

  • tree-sitter-rust bumped to 0.24.2 (#797)
  • tree-sitter-c-sharp bumped to 0.23.5 (#797)

CI

  • Cache collision fixed; coverage profile added; semver-checks timeout added (#798)
  • CodeQL advanced setup added for the actions language (#795)

Full Changelog: v0.10.3...v0.10.4