@elyracode/coding-agent 0.5.2 → 0.5.4
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 +11 -1
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +2 -0
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/examples/extensions/custom-provider-anthropic/package.json +1 -1
- package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
- package/examples/extensions/sandbox/package.json +1 -1
- package/examples/extensions/with-deps/package.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
## [0.5.
|
|
5
|
+
## [0.5.4] - 2026-05-14
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- Anna.js extension (`@elyracode/anna`): generate, preview, and build Markdown presentations with terminal animations, live code playgrounds, Mermaid diagrams, and component layouts
|
|
9
|
+
|
|
10
|
+
## [0.5.3] - 2026-05-14
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- Laravel Herd integration (`@elyracode/herd`): environment detection, service status, error logs, .env sync checks, PHP version management
|
|
14
|
+
|
|
15
|
+
## [0.5.2] - 2026-05-14
|
|
6
16
|
|
|
7
17
|
### Added
|
|
8
18
|
- Git intelligence (`@elyracode/git-intel`): session briefings, commit message generation, PR descriptions
|