Skip to content

v0.7.0 — Enriched find_symbol

Latest

Choose a tag to compare

@MikeRecognex MikeRecognex released this 25 Feb 23:37
· 4 commits to main since this release

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, ...)), and source_preview (~20 lines)

For classes:

  • end_line, methods list, bases list, and source_preview (~20 lines)

Benchmark Results

  • Grounding composite: 14 → 22 (+57%)
  • Quality score: 6.8 → 9.0
  • Now beats without_index mode on both grounding and quality for symbol lookup tasks