Skip to content

Commit 5918edb

Browse files
committed
chore: add changeset and update CLAUDE.md adapter count
- Document init config fix and index size feature - Fix CLAUDE.md reference from 6 to 9 adapters
1 parent c029b07 commit 5918edb

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
"@lytics/dev-agent-cli": patch
3+
---
4+
5+
### Bug Fixes
6+
7+
- **Default config now includes all 9 MCP adapters**: `dev init` previously only enabled 4 adapters. Now all 9 tools (search, refs, map, history, plan, explore, github, status, health) are enabled by default.
8+
9+
### Features
10+
11+
- **Index size reporting**: `dev index` now calculates and displays actual storage size after indexing (e.g., "Storage size: 2.5 MB"). Previously showed 0.
12+
13+
### Internal
14+
15+
- Moved `getDirectorySize` and `formatBytes` utilities to shared `file.ts` module
16+
- Added comprehensive tests for size calculation and formatting
17+
- Added integration test to verify storage size appears in index output
18+

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ For advanced users or development, you can manually configure the MCP server:
215215

216216
1. **Server Configuration**: The MCP server runs with full feature set including:
217217
- Subagent coordinator with explorer, planner, and PR agents
218-
- All 6 adapters (search, status, plan, explore, github, health)
218+
- All 9 adapters (search, refs, map, history, status, plan, explore, github, health)
219219
- STDIO transport for direct AI tool communication
220220
- Rate limiting (100 req/min default, configurable per-tool)
221221
- Retry logic with exponential backoff

0 commit comments

Comments
 (0)