Expand description
Code indexing and semantic search.
Index source code repositories and search them semantically.
Uses tree-sitter for language-aware parsing when the code feature is enabled.
Structs§
- Code
Chunk - A chunk of parsed code (function, class, block, etc.)
- Code
Context - Assembled code context ready for LLM consumption.
- CodeHit
- A code search hit with score.
- Code
Index - Index and search a codebase.
- Context
Builder - Builder for assembling code context.
Enums§
- Symbol
Kind - The type of a code symbol.