@jelou/cli 1.28.0 → 1.30.0

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.
Files changed (1) hide show
  1. package/package.json +28 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jelou/cli",
3
- "version": "1.28.0",
3
+ "version": "1.30.0",
4
4
  "description": "Build AI agents on the Jelou platform — from your terminal or your AI editor.",
5
5
  "author": "Jelou Inc. (https://jelou.ai)",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -23,11 +23,11 @@
23
23
  "THIRD_PARTY_NOTICES.md"
24
24
  ],
25
25
  "optionalDependencies": {
26
- "@jelou/cli-darwin-arm64": "1.28.0",
27
- "@jelou/cli-darwin-x64": "1.28.0",
28
- "@jelou/cli-linux-x64": "1.28.0",
29
- "@jelou/cli-linux-arm64": "1.28.0",
30
- "@jelou/cli-win32-x64": "1.28.0"
26
+ "@jelou/cli-darwin-arm64": "1.30.0",
27
+ "@jelou/cli-darwin-x64": "1.30.0",
28
+ "@jelou/cli-linux-x64": "1.30.0",
29
+ "@jelou/cli-linux-arm64": "1.30.0",
30
+ "@jelou/cli-win32-x64": "1.30.0"
31
31
  },
32
32
  "keywords": [
33
33
  "jelou",
@@ -54,5 +54,27 @@
54
54
  },
55
55
  "publishConfig": {
56
56
  "access": "public"
57
+ },
58
+ "jelou": {
59
+ "minVersion": "1.30.0",
60
+ "release_notes": {
61
+ "version": "1.30.0",
62
+ "date": "2026-05-21",
63
+ "headline": "Workflow builds are noticeably faster — the `/jelou-build-workflow` and `/jelou-test-workflow` skills now drive the `jelou` CLI directly, skipping ~4 LLM turns per build conversation.",
64
+ "highlights": [
65
+ {
66
+ "type": "improved",
67
+ "text": "Workflow builds are noticeably faster. The build and test skills now invoke `jelou marketplace list`, `jelou secret list`, `jelou push`, `jelou test send text`, and friends directly, with fewer agent round-trips per workflow."
68
+ },
69
+ {
70
+ "type": "improved",
71
+ "text": "`jelou push` now auto-organizes node positions on the canvas and auto-corrects common authoring issues before dispatch. Idempotent — already-clean files push byte-equal."
72
+ },
73
+ {
74
+ "type": "improved",
75
+ "text": "`jelou marketplace list --installed-only --json` now exposes installed MCP tools and the per-app installation id, so the build skill can resolve \"which app handles this capability?\" in a single CLI call."
76
+ }
77
+ ]
78
+ }
57
79
  }
58
80
  }