@agiflowai/agent-cli 0.2.24 → 0.2.27

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 CHANGED
@@ -1,8 +1,8 @@
1
- import { av as o, aw as l } from "./index-CkJr98d8.mjs";
2
- import { aO as E, aM as I, aN as k, aP as A, aQ as T, aB as L, ba as R, aC as N, aD as P, aR as U, aS as B, b6 as J, aU as $, ax as z, aT as V, aV as W, aW as G, aX as H, aY as O, aZ as _, aG as Y, bc as K, a_ as j, ay as q, b7 as Q, b0 as X, aF as Z, b3 as ee, b1 as te, b4 as ae, b5 as se, a$ as re, b8 as ie, b2 as ne, aE as oe, bi as le, aK as ue, b9 as me, aL as ce, aI as fe, aJ as he, az as de, bb as ge, bh as be, bd as Se, aH as pe, be as we, aA as ve, bf as xe, bg as ye } from "./index-CkJr98d8.mjs";
1
+ import { aw as o, ax as l } from "./index-DXEXJZWX.mjs";
2
+ import { aQ as E, aO as I, aP as k, aR as A, aS as T, aD as L, bd as R, aE as N, aF as P, aT as U, ay as B, aU as J, b8 as $, aW as z, az as O, aV as V, aX as W, aY as G, aZ as H, a_ as _, a$ as Y, aI as j, bf as K, b0 as q, aA as Q, b9 as X, b2 as Z, aH as ee, b5 as te, b3 as ae, b6 as se, b7 as re, ba as ie, b1 as ne, bb as oe, b4 as le, aG as ue, bl as me, aM as ce, bc as fe, aN as he, aK as de, aL as be, aB as ge, be as Se, bk as pe, bg as we, aJ as ve, bh as xe, aC as ye, bi as Ce, bj as Me } from "./index-DXEXJZWX.mjs";
3
3
  import * as n from "node:fs";
4
4
  import * as c from "node:path";
5
- import { confirm as f, input as h, password as d, select as g, checkbox as b, number as S } from "@inquirer/prompts";
5
+ import { confirm as f, input as h, password as d, select as b, checkbox as g, number as S } from "@inquirer/prompts";
6
6
  import "./cli.js";
7
7
  class x {
8
8
  /**
@@ -37,7 +37,7 @@ class x {
37
37
  * Ask user to select from a list of choices
38
38
  */
39
39
  static async select(t, e, a) {
40
- return await g({
40
+ return await b({
41
41
  message: t,
42
42
  choices: e.map((s) => ({ name: s, value: s })),
43
43
  default: a
@@ -47,7 +47,7 @@ class x {
47
47
  * Ask user to select multiple items from a list
48
48
  */
49
49
  static async multiSelect(t, e, a) {
50
- return await b({
50
+ return await g({
51
51
  message: t,
52
52
  choices: e.map((s) => ({
53
53
  name: s,
@@ -114,7 +114,7 @@ class y extends o {
114
114
  this.onFlush && this.buffer.length > 0 && await this.onFlush(this.buffer), this.buffer = [], this.onFlush = void 0;
115
115
  }
116
116
  }
117
- class M extends o {
117
+ class C extends o {
118
118
  resourceType = "TIMEOUT";
119
119
  priority = l.LOW;
120
120
  timeoutId = null;
@@ -133,7 +133,7 @@ class M extends o {
133
133
  this.timeoutId !== null && (clearTimeout(this.timeoutId), this.timeoutId = null);
134
134
  }
135
135
  }
136
- class C {
136
+ class M {
137
137
  stream;
138
138
  useJsonFormat;
139
139
  constructor(t) {
@@ -274,49 +274,51 @@ export {
274
274
  N as ConfigManager,
275
275
  P as ConfigSchema,
276
276
  U as ContextService,
277
- B as CredentialsService,
278
- J as DEFAULT_RETRY_CONFIG,
279
- $ as DaemonAlreadyRunningError,
280
- z as DaemonCommand,
277
+ B as CredentialsCommand,
278
+ J as CredentialsService,
279
+ $ as DEFAULT_RETRY_CONFIG,
280
+ z as DaemonAlreadyRunningError,
281
+ O as DaemonCommand,
281
282
  V as DaemonManager,
282
283
  W as DaemonManagerError,
283
284
  G as DaemonNotRunningError,
284
285
  H as DeviceCodeAuthService,
285
286
  y as DisposableBuffer,
286
- O as DisposableInterval,
287
- _ as DisposableRegistry,
288
- M as DisposableTimeout,
289
- Y as ENV_KEYS,
290
- C as FileLogger,
287
+ _ as DisposableInterval,
288
+ Y as DisposableRegistry,
289
+ C as DisposableTimeout,
290
+ j as ENV_KEYS,
291
+ M as FileLogger,
291
292
  K as FileSystemUtils,
292
- j as HookManagementService,
293
- q as LogoutCommand,
294
- Q as MessageMultiplexClient,
295
- X as MiddlewarePipeline,
296
- Z as MultiplexClientConfig,
297
- ee as MultiplexDirectClient,
298
- te as MultiplexGlobalClient,
299
- ae as MultiplexRemoteClient,
300
- se as MultiplexStandaloneClient,
301
- re as PinoLogger,
302
- ie as ProjectListing,
293
+ q as HookManagementService,
294
+ Q as LogoutCommand,
295
+ X as MessageMultiplexClient,
296
+ Z as MiddlewarePipeline,
297
+ ee as MultiplexClientConfig,
298
+ te as MultiplexDirectClient,
299
+ ae as MultiplexGlobalClient,
300
+ se as MultiplexRemoteClient,
301
+ re as MultiplexStandaloneClient,
302
+ ie as OtelService,
303
+ ne as PinoLogger,
304
+ oe as ProjectListing,
303
305
  x as PromptUtils,
304
- ne as RemoteMultiplexGlobalClient,
305
- oe as RuntimeConfigSchema,
306
- le as SessionSettingsManager,
307
- ue as StandaloneMultiplexBroker,
308
- me as StateManagerService,
309
- ce as StatefulMultiplexBroker,
310
- fe as SubEnvManager,
311
- he as SubEnvSchema,
312
- de as config,
313
- ge as createCommandBuilder,
314
- be as createHeartbeat,
315
- Se as generateDeviceId,
316
- pe as getServerUrl,
317
- we as getSystemInfo,
318
- ve as getWebSocketUrl,
319
- xe as httpToWebSocket,
320
- ye as webSocketToHttp
306
+ le as RemoteMultiplexGlobalClient,
307
+ ue as RuntimeConfigSchema,
308
+ me as SessionSettingsManager,
309
+ ce as StandaloneMultiplexBroker,
310
+ fe as StateManagerService,
311
+ he as StatefulMultiplexBroker,
312
+ de as SubEnvManager,
313
+ be as SubEnvSchema,
314
+ ge as config,
315
+ Se as createCommandBuilder,
316
+ pe as createHeartbeat,
317
+ we as generateDeviceId,
318
+ ve as getServerUrl,
319
+ xe as getSystemInfo,
320
+ ye as getWebSocketUrl,
321
+ Ce as httpToWebSocket,
322
+ Me as webSocketToHttp
321
323
  };
322
324
  //# sourceMappingURL=index.js.map
package/dist/package.json CHANGED
@@ -1,16 +1,18 @@
1
1
  {
2
2
  "name": "@agiflowai/agent-cli",
3
- "version": "0.2.23",
3
+ "version": "0.2.26",
4
4
  "description": "@agiflowai/agent-cli - Command-line interface for Agiflow development tools",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "agent-cli": "./dist/bin/cli.js"
8
8
  },
9
9
  "dependencies": {
10
+ "@opentelemetry/api": "1.9.0",
11
+ "@opentelemetry/api-logs": "0.210.0",
10
12
  "@inkjs/ui": "^2.0.0",
11
13
  "@inquirer/prompts": "^7.8.0",
12
14
  "@reduxjs/toolkit": "2.8.2",
13
- "@tanstack/react-query": "5.90.6",
15
+ "@tanstack/react-query": "5.90.19",
14
16
  "@types/node-forge": "^1.3.14",
15
17
  "async": "^3.2.6",
16
18
  "best-effort-json-parser": "1.2.1",
@@ -21,7 +23,7 @@
21
23
  "http-mitm-proxy": "^1.1.0",
22
24
  "ink": "^6.5.0",
23
25
  "ink-link": "^5.0.0",
24
- "inversify": "7.10.8",
26
+ "inversify": "7.11.0",
25
27
  "mkdirp": "^3.0.1",
26
28
  "node-forge": "^1.3.1",
27
29
  "node-pty": "1.0.0",