Skip to content

Commit e27f05c

Browse files
chore: release packages (#142)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b675fc9 commit e27f05c

File tree

13 files changed

+149
-42
lines changed

13 files changed

+149
-42
lines changed

.changeset/document-dev-update-command.md

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

packages/cli/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- b675fc9: fix: improve reliability, performance, and documentation for Go support
8+
9+
## Major Features
10+
11+
- **Performance Configuration**: Environment variables for fine-tuning concurrency (DEV*AGENT*\*\_CONCURRENCY)
12+
- **Enhanced Go Scanner**: Runtime WASM validation, improved error handling, better reliability
13+
- **TypeScript Improvements**: Streamlined error handling, better type checking, enhanced progress reporting
14+
- **System Resource Detection**: Intelligent performance defaults based on CPU and memory
15+
- **Architectural Utilities**: Reusable modules for WASM resolution, concurrency, and file validation
16+
17+
## New Environment Variables
18+
19+
- `DEV_AGENT_TYPESCRIPT_CONCURRENCY`: Control TypeScript scanner parallelism
20+
- `DEV_AGENT_INDEXER_CONCURRENCY`: Configure embedding batch processing
21+
- `DEV_AGENT_GO_CONCURRENCY`: Tune Go scanner performance
22+
- `DEV_AGENT_CONCURRENCY`: General fallback for all scanners
23+
24+
## Documentation & User Experience
25+
26+
- Document missing `dev update` command for incremental indexing
27+
- Add timing expectations (5-10 minutes for large codebases)
28+
- Create LANGUAGE_SUPPORT.md contributor guide
29+
- Enhanced troubleshooting and configuration sections
30+
- Remove Renovate automation for manual dependency control
31+
32+
## Technical Improvements
33+
34+
- 57 new tests with comprehensive coverage
35+
- Dependency injection for testable file system operations
36+
- Centralized error handling patterns across scanners
37+
- Build script reliability fixes (prevent silent failures)
38+
39+
This release significantly improves performance, reliability, and developer experience while maintaining backward compatibility.
40+
41+
- Updated dependencies [b675fc9]
42+
- @lytics/dev-agent-core@0.6.1
43+
- @lytics/dev-agent-mcp@0.4.8
44+
- @lytics/dev-agent-subagents@0.4.1
45+
346
## 0.2.0
447

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

packages/core/CHANGELOG.md

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

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- b675fc9: fix: improve reliability, performance, and documentation for Go support
8+
9+
## Major Features
10+
11+
- **Performance Configuration**: Environment variables for fine-tuning concurrency (DEV*AGENT*\*\_CONCURRENCY)
12+
- **Enhanced Go Scanner**: Runtime WASM validation, improved error handling, better reliability
13+
- **TypeScript Improvements**: Streamlined error handling, better type checking, enhanced progress reporting
14+
- **System Resource Detection**: Intelligent performance defaults based on CPU and memory
15+
- **Architectural Utilities**: Reusable modules for WASM resolution, concurrency, and file validation
16+
17+
## New Environment Variables
18+
19+
- `DEV_AGENT_TYPESCRIPT_CONCURRENCY`: Control TypeScript scanner parallelism
20+
- `DEV_AGENT_INDEXER_CONCURRENCY`: Configure embedding batch processing
21+
- `DEV_AGENT_GO_CONCURRENCY`: Tune Go scanner performance
22+
- `DEV_AGENT_CONCURRENCY`: General fallback for all scanners
23+
24+
## Documentation & User Experience
25+
26+
- Document missing `dev update` command for incremental indexing
27+
- Add timing expectations (5-10 minutes for large codebases)
28+
- Create LANGUAGE_SUPPORT.md contributor guide
29+
- Enhanced troubleshooting and configuration sections
30+
- Remove Renovate automation for manual dependency control
31+
32+
## Technical Improvements
33+
34+
- 57 new tests with comprehensive coverage
35+
- Dependency injection for testable file system operations
36+
- Centralized error handling patterns across scanners
37+
- Build script reliability fixes (prevent silent failures)
38+
39+
This release significantly improves performance, reliability, and developer experience while maintaining backward compatibility.
40+
341
## 0.6.0
442

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

packages/dev-agent/CHANGELOG.md

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

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- b675fc9: fix: improve reliability, performance, and documentation for Go support
8+
9+
## Major Features
10+
11+
- **Performance Configuration**: Environment variables for fine-tuning concurrency (DEV*AGENT*\*\_CONCURRENCY)
12+
- **Enhanced Go Scanner**: Runtime WASM validation, improved error handling, better reliability
13+
- **TypeScript Improvements**: Streamlined error handling, better type checking, enhanced progress reporting
14+
- **System Resource Detection**: Intelligent performance defaults based on CPU and memory
15+
- **Architectural Utilities**: Reusable modules for WASM resolution, concurrency, and file validation
16+
17+
## New Environment Variables
18+
19+
- `DEV_AGENT_TYPESCRIPT_CONCURRENCY`: Control TypeScript scanner parallelism
20+
- `DEV_AGENT_INDEXER_CONCURRENCY`: Configure embedding batch processing
21+
- `DEV_AGENT_GO_CONCURRENCY`: Tune Go scanner performance
22+
- `DEV_AGENT_CONCURRENCY`: General fallback for all scanners
23+
24+
## Documentation & User Experience
25+
26+
- Document missing `dev update` command for incremental indexing
27+
- Add timing expectations (5-10 minutes for large codebases)
28+
- Create LANGUAGE_SUPPORT.md contributor guide
29+
- Enhanced troubleshooting and configuration sections
30+
- Remove Renovate automation for manual dependency control
31+
32+
## Technical Improvements
33+
34+
- 57 new tests with comprehensive coverage
35+
- Dependency injection for testable file system operations
36+
- Centralized error handling patterns across scanners
37+
- Build script reliability fixes (prevent silent failures)
38+
39+
This release significantly improves performance, reliability, and developer experience while maintaining backward compatibility.
40+
341
## 0.6.0
442

543
### 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.6.0",
3+
"version": "0.6.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: 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.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b675fc9]
8+
- @lytics/dev-agent-cli@0.2.1
9+
- @lytics/dev-agent-core@0.6.1
10+
- @lytics/dev-agent-subagents@0.4.1
11+
312
## 0.1.12
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.12",
3+
"version": "0.1.13",
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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b675fc9]
8+
- @lytics/dev-agent-core@0.6.1
9+
- @lytics/dev-agent-subagents@0.4.1
10+
311
## 0.4.7
412

513
### Patch Changes

0 commit comments

Comments
 (0)