@ai-setting/roy-agent-cli 1.5.9 → 1.5.11-test
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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +10 -10
package/dist/bin/roy-agent.js
CHANGED
|
@@ -7220,7 +7220,7 @@ var require_dist = __commonJS((exports) => {
|
|
|
7220
7220
|
var require_package = __commonJS((exports, module) => {
|
|
7221
7221
|
module.exports = {
|
|
7222
7222
|
name: "@ai-setting/roy-agent-cli",
|
|
7223
|
-
version: "1.5.
|
|
7223
|
+
version: "1.5.11-test",
|
|
7224
7224
|
type: "module",
|
|
7225
7225
|
description: "CLI for roy-agent - Non-interactive command execution",
|
|
7226
7226
|
main: "./dist/index.js",
|
package/dist/index.js
CHANGED
|
@@ -7219,7 +7219,7 @@ var require_dist = __commonJS((exports) => {
|
|
|
7219
7219
|
var require_package = __commonJS((exports, module) => {
|
|
7220
7220
|
module.exports = {
|
|
7221
7221
|
name: "@ai-setting/roy-agent-cli",
|
|
7222
|
-
version: "1.5.
|
|
7222
|
+
version: "1.5.11-test",
|
|
7223
7223
|
type: "module",
|
|
7224
7224
|
description: "CLI for roy-agent - Non-interactive command execution",
|
|
7225
7225
|
main: "./dist/index.js",
|
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.11-test",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "CLI for roy-agent - Non-interactive command execution",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -20,7 +20,14 @@
|
|
|
20
20
|
"dist/**/*",
|
|
21
21
|
"README.md"
|
|
22
22
|
],
|
|
23
|
+
"scripts": {
|
|
24
|
+
"build": "bunup",
|
|
25
|
+
"clean": "rm -rf dist",
|
|
26
|
+
"typecheck": "npx tsc --noEmit --skipLibCheck"
|
|
27
|
+
},
|
|
23
28
|
"dependencies": {
|
|
29
|
+
"@ai-setting/roy-agent-coder-harness": "workspace:*",
|
|
30
|
+
"@ai-setting/roy-agent-core": "workspace:*",
|
|
24
31
|
"chalk": "^5.6.2",
|
|
25
32
|
"commander": "^14.0.3",
|
|
26
33
|
"pyright": "^1.1.409",
|
|
@@ -29,9 +36,7 @@
|
|
|
29
36
|
"vscode-html-languageserver-bin": "^1.4.0",
|
|
30
37
|
"vscode-json-languageserver": "^1.3.4",
|
|
31
38
|
"yargs": "^17.7.2",
|
|
32
|
-
"zod-to-json-schema": "^3.25.2"
|
|
33
|
-
"@ai-setting/roy-agent-core": "1.5.9",
|
|
34
|
-
"@ai-setting/roy-agent-coder-harness": "1.5.9"
|
|
39
|
+
"zod-to-json-schema": "^3.25.2"
|
|
35
40
|
},
|
|
36
41
|
"devDependencies": {
|
|
37
42
|
"@types/node": "^20.10.0",
|
|
@@ -62,10 +67,5 @@
|
|
|
62
67
|
"license": "MIT",
|
|
63
68
|
"bugs": {
|
|
64
69
|
"url": "https://github.com/ai-setting/roy-agent/issues"
|
|
65
|
-
},
|
|
66
|
-
"scripts": {
|
|
67
|
-
"build": "bunup",
|
|
68
|
-
"clean": "rm -rf dist",
|
|
69
|
-
"typecheck": "npx tsc --noEmit --skipLibCheck"
|
|
70
70
|
}
|
|
71
|
-
}
|
|
71
|
+
}
|