Summary
Symbol search returns single matching lines via git grep. Add context_lines parameter (like grep -C) to show surrounding code.
Scope
- Add optional
context_lines param (default 0, max ~10)
- Pass
-C N to git grep
- Adjust result parsing to handle context blocks
🤖 Generated with Claude Code
Summary
Symbol search returns single matching lines via
git grep. Addcontext_linesparameter (likegrep -C) to show surrounding code.Scope
context_linesparam (default 0, max ~10)-C Nto git grep🤖 Generated with Claude Code