Reflex
未认领Reflex - The instant, code-aware local search engine.
安装
npm install -g reflex-search工具(17 个)
analyze_summary
High-level dependency counts and metrics
check_index_status
Check whether the index is fresh, stale, or missing; call before any search session or after git operations
count_occurrences
Quick match statistics without full content
find_circular
Detect circular dependency chains
find_hotspots
Most-imported files (dependency hotspots)
find_islands
Disconnected components in the dependency graph
find_references
Symbol definition + all usage sites in a single call; the primary code-navigation tool for AI agents
find_unused
Files with no incoming dependencies
gather_context
Codebase structure and project-type summary
get_dependencies
All imports for a specific file
get_dependents
All files that import a given file (reverse lookup)
get_transitive_deps
Transitive dependency graph up to a configurable depth
index_project
Trigger or refresh the search index
list_locations
Fast file+line discovery (minimal tokens)
search_ast
Structure-aware search via Tree-sitter AST queries
search_code
Full-text or symbol search with line numbers and context
search_regex
Regex pattern matching across the codebase