AI-friendly semantic code search engine for large codebases. Combines ripgrep speed with tree-sitter AST parsing. Powers AI coding assistants with precise, context-aware code understanding.
Stars
537
Forks
55
Watchers
537
Open Issues
13
Overall repository health assessment
No package.json found
This might not be a Node.js project
843
commits
45
commits
16
commits
13
commits
1
commits
1
commits
1
commits
1
commits
feat: add scope, is_doc, is_example, owner_symbol to search JSON output (#555) (#556)
045bbcaView on GitHubfix: deduplicate contained search blocks and add is_test to JSON output (#553) (#554)
cff9cffView on GitHubfeat: enrich task telemetry for nested task tree reconstruction (#550)
8682b99View on GitHubfeat: produce structured progress reports when agent hits iteration/time limits (#548)
88434b1View on GitHubfeat: add symbols tool — file symbol tree with line numbers (#546)
5653a5cView on GitHubfix: hoist grantedMs/grantedMin declarations to avoid ReferenceError in ncc bundles (#545)
5df01c7View on GitHubfeat: add readMedia tool with PDF support and backward-compatible readImage alias (#544)
a29158aView on GitHubfix: propagate MCP config, prompt type, and custom prompts to delegate subagents (#543)
54776afView on GitHubfix: preserve user-provided task IDs instead of replacing with auto-generated ones (#542)
0352942View on GitHubfeat: structured delegate response, LLM-based semantic dedup, shared provider utility (#541)
5a3b932View on GitHubfix: non-blocking circuit breaker, language-aware dedup, delegate NaN guard (#540)
d294001View on GitHubfix: code explorer search prompts — concept dedup and circuit breaker (#539)
80514b0View on GitHubfix: bash redirection allowEdit gate, timeout prompt improvements (#536, #538) (#537)
f1086e0View on GitHub