@elyracode/coding-agent 0.4.8 → 0.4.9

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,13 +2,19 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ## [0.4.8] - 2026-05-11
5
+ ## [0.4.9] - 2026-05-13
6
+
7
+ ### Added
8
+ - Subagent orchestrated workflows: `/build-feature` (scout -> planner -> oracle -> worker -> reviewer -> fix), `/ui-review` (adversarial UI testing with screenshots and accessibility checks), `/deep-review` (parallel correctness + tests + security review with synthesis)
9
+ - Git integration: `/git-review` (review diff with go/no-go verdict), `/setup-git-hook` (install pre-push hook that blocks pushes with issues)
10
+
11
+ ## [0.4.8] - 2026-05-13
6
12
 
7
13
  ### Added
8
14
  - Design tools extension (`@elyracode/design-tools`): live browser preview with Tailwind CDN, screenshot capture for visual QA, Tailwind design system consistency checker
9
15
  - Subagents extension (`@elyracode/subagents`): delegate to focused child agents (scout, reviewer, planner, worker, oracle, researcher, delegate) with single and parallel execution
10
16
 
11
- ## [0.4.7] - 2026-05-11
17
+ ## [0.4.7] - 2026-05-12
12
18
 
13
19
  ### Added
14
20
  - Design tools extension (`@elyracode/design-tools`): live browser preview with Tailwind CDN, screenshot capture for visual QA, and Tailwind design system consistency checker
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "elyra-extension-custom-provider-anthropic",
3
3
  "private": true,
4
- "version": "0.4.8",
4
+ "version": "0.4.9",
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.4.8",
4
+ "version": "0.4.9",
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.4.8",
4
+ "version": "0.4.9",
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.4.8",
4
+ "version": "0.4.9",
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.4.8",
3
+ "version": "0.4.9",
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.4.8",
42
- "@elyracode/ai": "^0.4.8",
43
- "@elyracode/tui": "^0.4.8",
41
+ "@elyracode/agent-core": "^0.4.9",
42
+ "@elyracode/ai": "^0.4.9",
43
+ "@elyracode/tui": "^0.4.9",
44
44
  "@silvia-odwyer/photon-node": "^0.3.4",
45
45
  "chalk": "^5.5.0",
46
46
  "cli-highlight": "^2.1.11",