Skip to content

Commit a632bd0

Browse files
github-actions[bot]prosdev
authored andcommitted
chore: release packages
1 parent b743ef0 commit a632bd0

3 files changed

Lines changed: 12 additions & 11 deletions

File tree

.changeset/graph-cache.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/dev-agent/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @prosdevlab/dev-agent
22

3+
## 0.11.1
4+
5+
### Patch Changes
6+
7+
- b743ef0: Cached dependency graph for scale
8+
9+
- Dependency graph built at index time and saved as JSON — `dev_map` and `dev_refs` no longer fetch all docs via `getAll`
10+
- Incremental graph updates via file watcher (O(changed files), not O(all files))
11+
- Graceful fallback to current approach if cache is missing or corrupted
12+
- Raises effective doc limit from 10k to 50k for graph operations
13+
314
## 0.11.0
415

516
### Minor Changes

packages/dev-agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prosdevlab/dev-agent",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"private": false,
55
"description": "Deep code intelligence + AI subagents via MCP. Local-first semantic code search, GitHub integration, and development planning for AI tools like Cursor and Claude Code.",
66
"keywords": [

0 commit comments

Comments
 (0)