You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.