@elyracode/coding-agent 0.3.5 → 0.3.7

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,21 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## [0.3.7] - 2026-05-11
6
+
7
+ ### Added
8
+ - Flux UI extension (`@elyracode/flux-ui`): live component index from GitHub, Blade-to-Flux converter, and page generator
9
+
10
+ ## [0.3.6] - 2026-05-11
11
+
12
+ ### Added
13
+ - `@elyracode/laravel-starters`: GitHub file cache (~/.elyra/cache/github/) with 24h TTL for instant repeat fetches
14
+ - `@elyracode/laravel-starters`: `apply_starter_files` tool to write kit files directly to disk with path filtering and excludes
15
+
16
+ ### Fixed
17
+ - CI: resolved platform-specific native module issues (tsgo, lightningcss, parcel/watcher, tailwind oxide)
18
+ - CI: fixed failing self-update tests after version-check removal
19
+
5
20
  ## [0.3.5] - 2026-05-10
6
21
 
7
22
  ### Added
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "elyra-extension-custom-provider-anthropic",
3
3
  "private": true,
4
- "version": "0.3.5",
4
+ "version": "0.3.7",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "clean": "echo 'nothing to clean'",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "elyra-extension-custom-provider-gitlab-duo",
3
3
  "private": true,
4
- "version": "0.3.5",
4
+ "version": "0.3.7",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "clean": "echo 'nothing to clean'",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "elyra-extension-sandbox",
3
3
  "private": true,
4
- "version": "0.3.5",
4
+ "version": "0.3.7",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "clean": "echo 'nothing to clean'",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "elyra-extension-with-deps",
3
3
  "private": true,
4
- "version": "0.3.5",
4
+ "version": "0.3.7",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "clean": "echo 'nothing to clean'",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyracode/coding-agent",
3
- "version": "0.3.5",
3
+ "version": "0.3.7",
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.5",
42
- "@elyracode/ai": "^0.3.5",
43
- "@elyracode/tui": "^0.3.5",
41
+ "@elyracode/agent-core": "^0.3.7",
42
+ "@elyracode/ai": "^0.3.7",
43
+ "@elyracode/tui": "^0.3.7",
44
44
  "@silvia-odwyer/photon-node": "^0.3.4",
45
45
  "chalk": "^5.5.0",
46
46
  "cli-highlight": "^2.1.11",