@gencode/cli 0.0.56 → 0.1.1
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 +14 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,24 @@
|
|
|
1
1
|
# @gencode/cli
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [5d8068e]
|
|
8
|
+
- @gencode/agents@0.2.1
|
|
9
|
+
|
|
10
|
+
## 0.1.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- Add CLI support for loading additional absolute skill directories and pass them through run and resume flows into the agent skill registry.
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
6
17
|
|
|
7
18
|
- 059d077: Expose completed subagent results in status polling and delay delivery marking until parent announce handling succeeds.
|
|
19
|
+
- Updated dependencies
|
|
8
20
|
- Updated dependencies [059d077]
|
|
9
|
-
- @gencode/agents@0.
|
|
21
|
+
- @gencode/agents@0.2.0
|
|
10
22
|
|
|
11
23
|
## 0.0.55
|
|
12
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gencode/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"aimax": "./dist/bin.js"
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"commander": "^14.0.3",
|
|
23
23
|
"gensign-node": "latest",
|
|
24
24
|
"log4js": "^6.9.1",
|
|
25
|
-
"@gencode/
|
|
26
|
-
"@gencode/
|
|
25
|
+
"@gencode/agents": "0.2.1",
|
|
26
|
+
"@gencode/shared": "0.1.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/node": "^22.0.0",
|