Skip to content

feat: enhance code search and visualization tools#13

Merged
syntaxPriest merged 1 commit into
mainfrom
slice-0-core-prep
Jul 18, 2026
Merged

feat: enhance code search and visualization tools#13
syntaxPriest merged 1 commit into
mainfrom
slice-0-core-prep

Conversation

@syntaxPriest

Copy link
Copy Markdown
Owner
  • Added search_code tool for full-text search over indexed files, replacing traditional grep.
  • Introduced trace_calls tool to analyze call graphs, providing insights into function interactions.
  • Updated find_symbol tool to support natural-language queries alongside exact names and regex patterns.
  • Enhanced Atlas visualization to include new node types (method) and link kinds (extends, implements).
  • Improved rendering logic for nodes and links in the Atlas view, adjusting sizes and colors for better clarity.
  • Updated API types to include new symbol kinds and link types, ensuring consistency across the application.

- Added `search_code` tool for full-text search over indexed files, replacing traditional grep.
- Introduced `trace_calls` tool to analyze call graphs, providing insights into function interactions.
- Updated `find_symbol` tool to support natural-language queries alongside exact names and regex patterns.
- Enhanced Atlas visualization to include new node types (`method`) and link kinds (`extends`, `implements`).
- Improved rendering logic for nodes and links in the Atlas view, adjusting sizes and colors for better clarity.
- Updated API types to include new symbol kinds and link types, ensuring consistency across the application.
@syntaxPriest
syntaxPriest merged commit ffae25e into main Jul 18, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant