You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-10Lines changed: 5 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,13 @@
10
10
11
11
## What it does
12
12
13
-
dev-agent indexes your codebase and provides 6 MCP tools to AI assistants. Instead of grepping through files, they can ask conceptual questions like "where do we handle authentication?"
13
+
dev-agent indexes your codebase and provides 5 MCP tools to AI assistants. Instead of grepping through files, they can ask conceptual questions like "where do we handle authentication?"
14
14
15
15
-`dev_search` — Hybrid search (BM25 + vector + RRF) — returns code snippets, not just paths
16
16
-`dev_refs` — Find callers/callees of any function
17
17
-`dev_map` — Codebase structure with hot paths (most referenced files)
18
18
-`dev_patterns` — Compare coding patterns against similar files
19
-
-`dev_status` — Repository indexing status and health
20
-
-`dev_health` — Server health checks
19
+
-`dev_status` — Repository indexing status, health checks, and Antfly stats
21
20
22
21
## Quick Start
23
22
@@ -110,13 +109,9 @@ Compare a file's coding patterns (imports, error handling, type coverage, testin
110
109
Analyze patterns in src/auth/middleware.ts
111
110
```
112
111
113
-
### `dev_status` — Repository Status
112
+
### `dev_status` — Repository Status & Health
114
113
115
-
Indexing status, document counts, Antfly stats, and file watcher state.
116
-
117
-
### `dev_health` — Health Checks
118
-
119
-
Server health, Antfly connectivity, and repository access.
114
+
Indexing status, document counts, Antfly stats, file watcher state, and health checks (`section="health"`).
0 commit comments