Skip to content

Commit 173cb7f

Browse files
github-actions[bot]prosdev
authored andcommitted
chore: release packages
1 parent e7ea247 commit 173cb7f

3 files changed

Lines changed: 15 additions & 14 deletions

File tree

.changeset/refs-cli.md

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

packages/dev-agent/CHANGELOG.md

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

3+
## 0.11.2
4+
5+
### Patch Changes
6+
7+
- f89069b: Add `dev refs` CLI command and fix callee path normalization
8+
9+
- New `dev refs <name>` command: find callers and callees from the terminal
10+
- `--direction callees|callers|both` to filter results
11+
- `--depends-on <file>` to trace dependency paths
12+
- `--json` for machine-readable output
13+
- Normalize callee file paths: `dist/``src/`, `.d.ts``.ts`, absolute → relative
14+
- Fix hot paths showing build output (`packages/logger/dist/types.d.ts``packages/logger/src/types.ts`)
15+
- Fix indexer passing empty exclude array (was bypassing scanner default exclusions)
16+
317
## 0.11.1
418

519
### Patch 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.1",
3+
"version": "0.11.2",
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)