@ai-setting/roy-agent-cli 1.5.66 → 1.5.68
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/dist/bin/roy-agent.js
CHANGED
|
@@ -7320,7 +7320,7 @@ var require_dist = __commonJS((exports) => {
|
|
|
7320
7320
|
var require_package = __commonJS((exports, module) => {
|
|
7321
7321
|
module.exports = {
|
|
7322
7322
|
name: "@ai-setting/roy-agent-cli",
|
|
7323
|
-
version: "1.5.
|
|
7323
|
+
version: "1.5.68",
|
|
7324
7324
|
type: "module",
|
|
7325
7325
|
description: "CLI for roy-agent - Non-interactive command execution",
|
|
7326
7326
|
main: "./dist/index.js",
|
|
@@ -7347,7 +7347,7 @@ var require_package = __commonJS((exports, module) => {
|
|
|
7347
7347
|
},
|
|
7348
7348
|
dependencies: {
|
|
7349
7349
|
"@ai-setting/roy-agent-coder-harness": "^1.5.48",
|
|
7350
|
-
"@ai-setting/roy-agent-core": "^1.5.
|
|
7350
|
+
"@ai-setting/roy-agent-core": "^1.5.67",
|
|
7351
7351
|
"@ai-setting/roy-agent-ontology-harness": "^1.5.47",
|
|
7352
7352
|
chalk: "^5.6.2",
|
|
7353
7353
|
commander: "^14.0.3",
|
|
@@ -11919,7 +11919,8 @@ var CreateCommand = {
|
|
|
11919
11919
|
description: "项目路径"
|
|
11920
11920
|
}).option("parent-id", {
|
|
11921
11921
|
type: "number",
|
|
11922
|
-
description: "父任务 ID
|
|
11922
|
+
description: "父任务 ID(必填)。所有新任务都必须挂载到某个父任务下。使用 task_list(depth=0) 查看根任务列表。",
|
|
11923
|
+
demandOption: true
|
|
11923
11924
|
}).option("context", {
|
|
11924
11925
|
type: "string",
|
|
11925
11926
|
description: "任务上下文 (JSON 字符串)"
|
package/dist/index.js
CHANGED
|
@@ -7319,7 +7319,7 @@ var require_dist = __commonJS((exports) => {
|
|
|
7319
7319
|
var require_package = __commonJS((exports, module) => {
|
|
7320
7320
|
module.exports = {
|
|
7321
7321
|
name: "@ai-setting/roy-agent-cli",
|
|
7322
|
-
version: "1.5.
|
|
7322
|
+
version: "1.5.68",
|
|
7323
7323
|
type: "module",
|
|
7324
7324
|
description: "CLI for roy-agent - Non-interactive command execution",
|
|
7325
7325
|
main: "./dist/index.js",
|
|
@@ -7346,7 +7346,7 @@ var require_package = __commonJS((exports, module) => {
|
|
|
7346
7346
|
},
|
|
7347
7347
|
dependencies: {
|
|
7348
7348
|
"@ai-setting/roy-agent-coder-harness": "^1.5.48",
|
|
7349
|
-
"@ai-setting/roy-agent-core": "^1.5.
|
|
7349
|
+
"@ai-setting/roy-agent-core": "^1.5.67",
|
|
7350
7350
|
"@ai-setting/roy-agent-ontology-harness": "^1.5.47",
|
|
7351
7351
|
chalk: "^5.6.2",
|
|
7352
7352
|
commander: "^14.0.3",
|
|
@@ -11918,7 +11918,8 @@ var CreateCommand = {
|
|
|
11918
11918
|
description: "项目路径"
|
|
11919
11919
|
}).option("parent-id", {
|
|
11920
11920
|
type: "number",
|
|
11921
|
-
description: "父任务 ID
|
|
11921
|
+
description: "父任务 ID(必填)。所有新任务都必须挂载到某个父任务下。使用 task_list(depth=0) 查看根任务列表。",
|
|
11922
|
+
demandOption: true
|
|
11922
11923
|
}).option("context", {
|
|
11923
11924
|
type: "string",
|
|
11924
11925
|
description: "任务上下文 (JSON 字符串)"
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-setting/roy-agent-cli",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.68",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "CLI for roy-agent - Non-interactive command execution",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@ai-setting/roy-agent-coder-harness": "^1.5.48",
|
|
30
|
-
"@ai-setting/roy-agent-core": "^1.5.
|
|
30
|
+
"@ai-setting/roy-agent-core": "^1.5.67",
|
|
31
31
|
"@ai-setting/roy-agent-ontology-harness": "^1.5.47",
|
|
32
32
|
"chalk": "^5.6.2",
|
|
33
33
|
"commander": "^14.0.3",
|