Skip to content

Commit e57d780

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

File tree

13 files changed

+171
-39
lines changed

13 files changed

+171
-39
lines changed

.changeset/go-language-support.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- f578042: feat: Go language support
8+
9+
Add comprehensive Go language support to dev-agent:
10+
11+
**Go Scanner**
12+
13+
- Tree-sitter WASM infrastructure (reusable for Python/Rust later)
14+
- Extract functions, methods, structs, interfaces, types, constants
15+
- Method receivers with pointer detection
16+
- Go 1.18+ generics support
17+
- Go doc comment extraction
18+
- Exported symbol detection (capital letter convention)
19+
- Generated file skipping (_.pb.go, _.gen.go, etc.)
20+
- 90%+ test coverage
21+
22+
**Indexer Logging**
23+
24+
- Add `--verbose` flag to `dev index`, `dev git index`, `dev gh index`
25+
- Progress spinner shows actual counts: `Embedding 4480/49151 documents (9%)`
26+
- Structured logging with kero logger
27+
28+
**Go-Specific Exclusions**
29+
30+
- Protobuf: `*.pb.go`, `*.pb.gw.go`
31+
- Generated: `*.gen.go`, `*_gen.go`
32+
- Mocks: `mock_*.go`, `mocks/`
33+
- Test fixtures: `testdata/`
34+
35+
Tested on large Go codebase (~4k files, 49k documents).
36+
37+
### Patch Changes
38+
39+
- Updated dependencies [f578042]
40+
- @lytics/dev-agent-core@0.6.0
41+
- @lytics/dev-agent-subagents@0.4.0
42+
- @lytics/dev-agent-mcp@0.4.7
43+
344
## 0.1.11
445

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

packages/core/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- f578042: feat: Go language support
8+
9+
Add comprehensive Go language support to dev-agent:
10+
11+
**Go Scanner**
12+
13+
- Tree-sitter WASM infrastructure (reusable for Python/Rust later)
14+
- Extract functions, methods, structs, interfaces, types, constants
15+
- Method receivers with pointer detection
16+
- Go 1.18+ generics support
17+
- Go doc comment extraction
18+
- Exported symbol detection (capital letter convention)
19+
- Generated file skipping (_.pb.go, _.gen.go, etc.)
20+
- 90%+ test coverage
21+
22+
**Indexer Logging**
23+
24+
- Add `--verbose` flag to `dev index`, `dev git index`, `dev gh index`
25+
- Progress spinner shows actual counts: `Embedding 4480/49151 documents (9%)`
26+
- Structured logging with kero logger
27+
28+
**Go-Specific Exclusions**
29+
30+
- Protobuf: `*.pb.go`, `*.pb.gw.go`
31+
- Generated: `*.gen.go`, `*_gen.go`
32+
- Mocks: `mock_*.go`, `mocks/`
33+
- Test fixtures: `testdata/`
34+
35+
Tested on large Go codebase (~4k files, 49k documents).
36+
337
## 0.5.1
438

539
### Patch Changes

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

packages/dev-agent/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- f578042: feat: Go language support
8+
9+
Add comprehensive Go language support to dev-agent:
10+
11+
**Go Scanner**
12+
13+
- Tree-sitter WASM infrastructure (reusable for Python/Rust later)
14+
- Extract functions, methods, structs, interfaces, types, constants
15+
- Method receivers with pointer detection
16+
- Go 1.18+ generics support
17+
- Go doc comment extraction
18+
- Exported symbol detection (capital letter convention)
19+
- Generated file skipping (_.pb.go, _.gen.go, etc.)
20+
- 90%+ test coverage
21+
22+
**Indexer Logging**
23+
24+
- Add `--verbose` flag to `dev index`, `dev git index`, `dev gh index`
25+
- Progress spinner shows actual counts: `Embedding 4480/49151 documents (9%)`
26+
- Structured logging with kero logger
27+
28+
**Go-Specific Exclusions**
29+
30+
- Protobuf: `*.pb.go`, `*.pb.gw.go`
31+
- Generated: `*.gen.go`, `*_gen.go`
32+
- Mocks: `mock_*.go`, `mocks/`
33+
- Test fixtures: `testdata/`
34+
35+
Tested on large Go codebase (~4k files, 49k documents).
36+
337
## 0.5.2
438

539
### 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.5.2",
3+
"version": "0.6.0",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @lytics/dev-agent-integrations
22

3+
## 0.1.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f578042]
8+
- @lytics/dev-agent-core@0.6.0
9+
- @lytics/dev-agent-cli@0.2.0
10+
- @lytics/dev-agent-subagents@0.4.0
11+
312
## 0.1.11
413

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

packages/mcp-server/CHANGELOG.md

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

3+
## 0.4.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f578042]
8+
- @lytics/dev-agent-core@0.6.0
9+
- @lytics/dev-agent-subagents@0.4.0
10+
311
## 0.4.6
412

513
### Patch Changes

0 commit comments

Comments
 (0)