Skip to content

Commit 0355f76

Browse files
github-actions[bot]prosdev
authored andcommitted
chore: release packages
1 parent ad4af12 commit 0355f76

File tree

9 files changed

+45
-19
lines changed

9 files changed

+45
-19
lines changed

.changeset/test-file-hints.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.1.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [ad4af12]
8+
- @lytics/dev-agent-mcp@0.4.3
9+
310
## 0.1.7
411

512
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lytics/dev-agent-cli",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"private": true,
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/dev-agent/CHANGELOG.md

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

3+
## 0.4.4
4+
5+
### Patch Changes
6+
7+
- ad4af12: ### Features
8+
9+
- **Test file hints in search results**: `dev_search` now shows related test files (e.g., `utils.test.ts`) after search results. This surfaces test files without polluting semantic search rankings.
10+
11+
### Design
12+
13+
- Uses structural matching (`.test.ts`, `.spec.ts` patterns) rather than semantic search
14+
- Keeps semantic search pure - test hints are in a separate "Related test files:" section
15+
- Patterns are configurable for future extensibility via function parameters
16+
317
## 0.4.3
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": "@lytics/dev-agent",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
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": [

packages/integrations/CHANGELOG.md

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

3+
## 0.1.8
4+
5+
### Patch Changes
6+
7+
- @lytics/dev-agent-cli@0.1.8
8+
39
## 0.1.7
410

511
### Patch Changes

packages/integrations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lytics/dev-agent-integrations",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"private": true,
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/mcp-server/CHANGELOG.md

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

3+
## 0.4.3
4+
5+
### Patch Changes
6+
7+
- ad4af12: ### Features
8+
9+
- **Test file hints in search results**: `dev_search` now shows related test files (e.g., `utils.test.ts`) after search results. This surfaces test files without polluting semantic search rankings.
10+
11+
### Design
12+
13+
- Uses structural matching (`.test.ts`, `.spec.ts` patterns) rather than semantic search
14+
- Keeps semantic search pure - test hints are in a separate "Related test files:" section
15+
- Patterns are configurable for future extensibility via function parameters
16+
317
## 0.4.2
418

519
### Patch Changes

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lytics/dev-agent-mcp",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "MCP server for dev-agent with extensible adapter framework",
55
"private": true,
66
"main": "./dist/src/index.js",

0 commit comments

Comments
 (0)