@elyracode/coding-agent 0.5.1 → 0.5.2

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,14 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.5.2] - 2026-05-13
6
+
7
+ ### Added
8
+ - Git intelligence (`@elyracode/git-intel`): session briefings, commit message generation, PR descriptions
9
+ - Test generator (`@elyracode/test-gen`): intelligent test generation for Pest (Laravel) and Vitest (TypeScript)
10
+ - Performance analyzer (`@elyracode/perf-tools`): N+1 query detection, slow queries, missing indexes, eager loading
11
+ - Localization tools (`@elyracode/i18n-tools`): find hardcoded strings, compare translations across locales
12
+
5
13
  ## [0.5.1] - 2026-05-13
6
14
 
7
15
  ### Added