|
1 | 1 | # @lytics/dev-agent-cli |
2 | 2 |
|
| 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 | + |
3 | 46 | ## 0.2.0 |
4 | 47 |
|
5 | 48 | ### Minor Changes |
|
0 commit comments