feat: Enhance graph exploration with file and module filtering options

This commit is contained in:
catlog22
2025-12-18 14:58:20 +08:00
parent 440314c16d
commit 0311d63b7d
6 changed files with 245 additions and 36 deletions

View File

@@ -15,11 +15,9 @@ Before implementation, always:
```javascript
smart_search(query="authentication logic") // Auto mode (recommended)
smart_search(action="init", path=".") // First-time setup
smart_search(query="LoginUser", mode="exact") // Precise matching
smart_search(query="import", mode="ripgrep") // Fast, no index
```
**Modes**: `auto` (intelligent routing), `hybrid` (best quality), `exact` (FTS), `ripgrep` (fast)
**Modes**: `auto` (intelligent routing), `hybrid` (best quality), `exact` (FTS)
---