What's New
find_symbol now returns signature and source preview — eliminates the need for a follow-up get_function_source call.
For functions/methods:
end_line,signature(e.g.def bulk_create(objs, batch_size, ...)), andsource_preview(~20 lines)
For classes:
end_line,methodslist,baseslist, andsource_preview(~20 lines)
Benchmark Results
- Grounding composite: 14 → 22 (+57%)
- Quality score: 6.8 → 9.0
- Now beats
without_indexmode on both grounding and quality for symbol lookup tasks