@ai-setting/roy-agent-cli 1.5.112 → 1.5.113

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.
@@ -7427,7 +7427,7 @@ var require_dist = __commonJS((exports) => {
7427
7427
  var require_package = __commonJS((exports, module) => {
7428
7428
  module.exports = {
7429
7429
  name: "@ai-setting/roy-agent-cli",
7430
- version: "1.5.112",
7430
+ version: "1.5.113",
7431
7431
  type: "module",
7432
7432
  description: "CLI for roy-agent - Non-interactive command execution",
7433
7433
  main: "./dist/index.js",
@@ -19489,7 +19489,7 @@ import fs5 from "fs";
19489
19489
  import path8 from "path";
19490
19490
  import { createRunWorkflowTool } from "@ai-setting/roy-agent-core/env/workflow/tools";
19491
19491
  import { getTracerProvider as getTracerProvider4, propagation, wrapFunction } from "@ai-setting/roy-agent-core";
19492
- import { isValidSessionId } from "@ai-setting/roy-agent-core/env/session/session-id";
19492
+ import { isValidSessionId } from "@ai-setting/roy-agent-core/env/session";
19493
19493
  var runWorkflow = wrapFunction(async function runWorkflowImpl(args) {
19494
19494
  const output = new OutputService2;
19495
19495
  const envService = new EnvironmentService(output);
package/dist/index.js CHANGED
@@ -7426,7 +7426,7 @@ var require_dist = __commonJS((exports) => {
7426
7426
  var require_package = __commonJS((exports, module) => {
7427
7427
  module.exports = {
7428
7428
  name: "@ai-setting/roy-agent-cli",
7429
- version: "1.5.112",
7429
+ version: "1.5.113",
7430
7430
  type: "module",
7431
7431
  description: "CLI for roy-agent - Non-interactive command execution",
7432
7432
  main: "./dist/index.js",
@@ -19488,7 +19488,7 @@ import fs5 from "fs";
19488
19488
  import path8 from "path";
19489
19489
  import { createRunWorkflowTool } from "@ai-setting/roy-agent-core/env/workflow/tools";
19490
19490
  import { getTracerProvider as getTracerProvider4, propagation, wrapFunction } from "@ai-setting/roy-agent-core";
19491
- import { isValidSessionId } from "@ai-setting/roy-agent-core/env/session/session-id";
19491
+ import { isValidSessionId } from "@ai-setting/roy-agent-core/env/session";
19492
19492
  var runWorkflow = wrapFunction(async function runWorkflowImpl(args) {
19493
19493
  const output = new OutputService2;
19494
19494
  const envService = new EnvironmentService(output);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-setting/roy-agent-cli",
3
- "version": "1.5.112",
3
+ "version": "1.5.113",
4
4
  "type": "module",
5
5
  "description": "CLI for roy-agent - Non-interactive command execution",
6
6
  "main": "./dist/index.js",