@ai-setting/roy-agent-cli 1.4.5 → 1.4.6
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/index.js +31 -1
- package/package.json +2 -2
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.4.
|
|
7222
|
+
version: "1.4.6",
|
|
7223
7223
|
type: "module",
|
|
7224
7224
|
description: "CLI for roy-agent - Non-interactive command execution",
|
|
7225
7225
|
main: "./dist/index.js",
|
|
@@ -17314,15 +17314,45 @@ async function runCli() {
|
|
|
17314
17314
|
}
|
|
17315
17315
|
export {
|
|
17316
17316
|
runCli,
|
|
17317
|
+
WorkflowValidateCommand,
|
|
17318
|
+
WorkflowUpdateCommand,
|
|
17319
|
+
WorkflowStopCommand,
|
|
17320
|
+
WorkflowStatusCommand,
|
|
17321
|
+
WorkflowRunCommand,
|
|
17322
|
+
WorkflowRemoveCommand,
|
|
17323
|
+
WorkflowNodesCommand,
|
|
17324
|
+
WorkflowListCommand,
|
|
17325
|
+
WorkflowGetCommand,
|
|
17326
|
+
WorkflowCommand,
|
|
17327
|
+
WorkflowAddCommand,
|
|
17328
|
+
TraceCommand,
|
|
17317
17329
|
ToolsCommand2 as ToolsCommand,
|
|
17318
17330
|
TasksCommand,
|
|
17331
|
+
SpanCommand,
|
|
17319
17332
|
SkillsCommand,
|
|
17320
17333
|
SessionsCommand,
|
|
17321
17334
|
OutputService,
|
|
17322
17335
|
MemoryCommand,
|
|
17323
17336
|
McpCommand,
|
|
17337
|
+
LspListCommand,
|
|
17338
|
+
LspInstallCommand,
|
|
17339
|
+
LspCommand,
|
|
17340
|
+
LspCheckCommand,
|
|
17341
|
+
LogCommand,
|
|
17324
17342
|
InteractiveCommand,
|
|
17343
|
+
EventSourceStopCommand,
|
|
17344
|
+
EventSourceStatusCommand,
|
|
17345
|
+
EventSourceStartCommand,
|
|
17346
|
+
EventSourceRemoveCommand,
|
|
17347
|
+
EventSourceListCommand,
|
|
17348
|
+
EventSourceCommand,
|
|
17349
|
+
EventSourceAddCommand,
|
|
17325
17350
|
EnvironmentService,
|
|
17351
|
+
DebugCommand,
|
|
17352
|
+
ConfigListCommand,
|
|
17353
|
+
ConfigImportCommand,
|
|
17354
|
+
ConfigExportCommand,
|
|
17355
|
+
ConfigCommand,
|
|
17326
17356
|
CommandsCommand,
|
|
17327
17357
|
ActCommand
|
|
17328
17358
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-setting/roy-agent-cli",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "CLI for roy-agent - Non-interactive command execution",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"vscode-json-languageserver": "^1.3.4",
|
|
31
31
|
"yargs": "^17.7.2",
|
|
32
32
|
"zod-to-json-schema": "^3.25.2",
|
|
33
|
-
"@ai-setting/roy-agent-coder-harness": "1.1.
|
|
33
|
+
"@ai-setting/roy-agent-coder-harness": "1.1.4",
|
|
34
34
|
"@ai-setting/roy-agent-core": "1.4.5"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|