@elyracode/coding-agent 0.5.1 → 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.5.3] - 2026-05-14
6
+
7
+ ### Added
8
+ - Laravel Herd integration (`@elyracode/herd`): environment detection, service status, error logs, .env sync checks, PHP version management
9
+
10
+ ## [0.5.2] - 2026-05-14
11
+
12
+ ### Added
13
+ - Git intelligence (`@elyracode/git-intel`): session briefings, commit message generation, PR descriptions
14
+ - Test generator (`@elyracode/test-gen`): intelligent test generation for Pest (Laravel) and Vitest (TypeScript)
15
+ - Performance analyzer (`@elyracode/perf-tools`): N+1 query detection, slow queries, missing indexes, eager loading
16
+ - Localization tools (`@elyracode/i18n-tools`): find hardcoded strings, compare translations across locales
17
+
5
18
  ## [0.5.1] - 2026-05-13
6
19
 
7
20
  ### Added