@elyracode/coding-agent 0.3.3 → 0.3.5
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 +16 -0
- 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,6 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [0.3.5] - 2026-05-10
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- PrimeVue 4 extension (`@elyracode/stack-primevue`): 80+ UI component reference for Vue 3 with Laravel/Inertia patterns
|
|
9
|
+
|
|
10
|
+
## [0.3.4] - 2026-05-10
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- Laravel starters package (`@elyracode/laravel-starters`): fetch and customize official Laravel 13.x starter kits from GitHub
|
|
14
|
+
- `fetch_laravel_starter` tool: agent auto-fetches React, Vue, Svelte, or Livewire starter kits as reference
|
|
15
|
+
- `fetch_github_repo` tool: fetch any public GitHub repo as context
|
|
16
|
+
- `/laravel:starter` command: interactive TUI selector for starter kits
|
|
17
|
+
|
|
18
|
+
### Fixed
|
|
19
|
+
- Laravel starters updated to current Laravel 13.x kits (React/shadcn, Vue/shadcn-vue, Svelte/shadcn-svelte, Livewire/Flux UI)
|
|
20
|
+
|
|
5
21
|
## [0.3.3] - 2026-05-10
|
|
6
22
|
|
|
7
23
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elyracode/coding-agent",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.5",
|
|
4
4
|
"description": "Coding agent CLI with read, bash, edit, write tools and session management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"elyraConfig": {
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"prepublishOnly": "npm run clean && npm run build"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@elyracode/agent-core": "^0.3.
|
|
42
|
-
|
|
43
|
-
|
|
41
|
+
"@elyracode/agent-core": "^0.3.5",
|
|
42
|
+
"@elyracode/ai": "^0.3.5",
|
|
43
|
+
"@elyracode/tui": "^0.3.5",
|
|
44
44
|
"@silvia-odwyer/photon-node": "^0.3.4",
|
|
45
45
|
"chalk": "^5.5.0",
|
|
46
46
|
"cli-highlight": "^2.1.11",
|