Skip to content

Commit 9dba999

Browse files
github-actions[bot]prosdev
authored andcommitted
chore: release packages
1 parent 1c2c6c8 commit 9dba999

File tree

7 files changed

+56
-24
lines changed

7 files changed

+56
-24
lines changed

.changeset/fix-cli-version.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- 573ad3a: feat: unified indexing and CLI improvements
8+
9+
**`dev index .`** now indexes everything in one command:
10+
11+
- Code (always)
12+
- Git history (if in a git repo)
13+
- GitHub issues/PRs (if gh CLI installed)
14+
15+
Shows an upfront "indexing plan" with prerequisites check.
16+
Use `--no-git` or `--no-github` to skip specific indexers.
17+
18+
**New `dev git` commands:**
19+
20+
- `dev git index` - index git history separately
21+
- `dev git search <query>` - semantic search over commits
22+
- `dev git stats` - show indexed commit count
23+
24+
**Fix:** `dev --version` now correctly displays installed version (injected at build time).
25+
326
## 0.1.3
427

528
### 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.3",
3+
"version": "0.1.4",
44
"private": true,
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/dev-agent/CHANGELOG.md

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

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- 573ad3a: feat: unified indexing and CLI improvements
8+
9+
**`dev index .`** now indexes everything in one command:
10+
11+
- Code (always)
12+
- Git history (if in a git repo)
13+
- GitHub issues/PRs (if gh CLI installed)
14+
15+
Shows an upfront "indexing plan" with prerequisites check.
16+
Use `--no-git` or `--no-github` to skip specific indexers.
17+
18+
**New `dev git` commands:**
19+
20+
- `dev git index` - index git history separately
21+
- `dev git search <query>` - semantic search over commits
22+
- `dev git stats` - show indexed commit count
23+
24+
**Fix:** `dev --version` now correctly displays installed version (injected at build time).
25+
326
## 0.4.0
427

528
### 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": "@lytics/dev-agent",
3-
"version": "0.4.0",
3+
"version": "0.4.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": [

packages/integrations/CHANGELOG.md

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

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [573ad3a]
8+
- @lytics/dev-agent-cli@0.1.4
9+
310
## 0.1.3
411

512
### 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.3",
3+
"version": "0.1.4",
44
"private": true,
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)