Skip to content

v0.1.2

Choose a tag to compare

@sohilladhani sohilladhani released this 24 Jun 11:27
· 8 commits to master since this release

Improved

  • Smarter drilldown for complex codebases — MCP instructions now detect when results are all leaf-level methods with no structs or modules visible and guide the model to zoom out via module_summary before drilling in.
  • read_with_callees in drilldown path — surfaces method body + all callees in one call, eliminating the need to discover adjacent methods by name.
  • Reduced test file noise in semantic search — test and example file score penalty tightened, pushing production types above test collateral in hybrid search rankings.
  • Handler discovery for entry-point functions — MCP instructions now guide the model to call codesynapse_resolve("<Exception> handler") when context results only show where exceptions are raised, not who handles them. Surfaces Django/Spring/Express registered callbacks that string-based config wires up invisibly to the graph.