dev_status
Check repository indexing status, configuration, and health. Useful for debugging and monitoring.
Usage
dev_status(section?, format?)Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
section | "summary" | "repo" | "indexes" | "github" | "health" | "summary" | Section to display |
format | "compact" | "verbose" | "compact" | Output format |
Sections
Summary (Default)
“Use dev_status”
## dev-agent Status
Repository: /Users/you/project
Indexed: âś… Yes (2 hours ago)
Components: 1,832 indexed
GitHub: âś… 127 issues, 45 PRs indexed
Health: âś… All systems operationalRepository Details
“Use dev_status section repo”
## Repository Status
Path: /Users/you/project
Name: my-project
Languages: TypeScript, JavaScript, Markdown
Last Indexed: 2024-01-15T10:30:00Z
Index Duration: 12.3sIndex Information
“Use dev_status section indexes”
## Index Status
Vector Storage: LanceDB
Location: ~/.dev-agent/indexes/my-project
Size: 24.5 MB
Components: 1,832
- Functions: 892
- Classes: 156
- Interfaces: 234
- Types: 189
- Variables: 361GitHub Integration
“Use dev_status section github”
## GitHub Status
Repository: lytics/dev-agent
Indexed: âś… Yes
Issues: 127 (89 open, 38 closed)
Pull Requests: 45 (12 open, 33 merged)
Last Synced: 2024-01-15T09:00:00ZHealth Check
“Use dev_status section health”
## Health Status
Overall: âś… Healthy
Components:
- Vector Storage: âś… Pass
- Repository Index: âś… Pass
- GitHub Index: âś… Pass
- MCP Server: âś… PassUse Cases
| Use Case | Description |
|---|---|
| Debugging | Check if repository is indexed before searching |
| Monitoring | Verify all components are healthy |
| Planning | See index size before operations |
Tips
Check status first. If searches return no results, run
dev_statusto verify indexing.
Use verbose for debugging. The verbose format includes timestamps, paths, and detailed metrics.
Last updated on