@agiflowai/agent-cli 0.2.25 → 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/claudeNotification.js +1691 -1670
- package/dist/claudePermissionRequest.js +1808 -1787
- package/dist/claudePostToolUse.js +1705 -1684
- package/dist/claudePreToolUse.js +1616 -1596
- package/dist/claudeSessionEnd.js +1692 -1673
- package/dist/claudeSessionStart.js +1629 -1608
- package/dist/claudeStop.js +1699 -1678
- package/dist/cli.js +168 -149
- package/dist/cli.js.map +1 -1
- package/dist/daemon.js +22 -22
- package/dist/{index-DxcGwY5j.mjs → index-B5eNSEAK.mjs} +4 -4
- package/dist/index-B5eNSEAK.mjs.map +1 -0
- package/dist/{index-B9Al3DuK.mjs → index-BA1dCLoA.mjs} +8 -7
- package/dist/index-BA1dCLoA.mjs.map +1 -0
- package/dist/{index-DTMl_vl1.mjs → index-DXEXJZWX.mjs} +13311 -10149
- package/dist/index-DXEXJZWX.mjs.map +1 -0
- package/dist/index.js +29 -28
- package/dist/package.json +3 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/index-B9Al3DuK.mjs.map +0 -1
- package/dist/index-DTMl_vl1.mjs.map +0 -1
- package/dist/index-DxcGwY5j.mjs.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
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
|
|
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
|
|
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
|
|
50
|
+
return await g({
|
|
51
51
|
message: t,
|
|
52
52
|
choices: e.map((s) => ({
|
|
53
53
|
name: s,
|
|
@@ -278,11 +278,11 @@ export {
|
|
|
278
278
|
J as CredentialsService,
|
|
279
279
|
$ as DEFAULT_RETRY_CONFIG,
|
|
280
280
|
z as DaemonAlreadyRunningError,
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
281
|
+
O as DaemonCommand,
|
|
282
|
+
V as DaemonManager,
|
|
283
|
+
W as DaemonManagerError,
|
|
284
|
+
G as DaemonNotRunningError,
|
|
285
|
+
H as DeviceCodeAuthService,
|
|
286
286
|
y as DisposableBuffer,
|
|
287
287
|
_ as DisposableInterval,
|
|
288
288
|
Y as DisposableRegistry,
|
|
@@ -299,25 +299,26 @@ export {
|
|
|
299
299
|
ae as MultiplexGlobalClient,
|
|
300
300
|
se as MultiplexRemoteClient,
|
|
301
301
|
re as MultiplexStandaloneClient,
|
|
302
|
-
ie as
|
|
303
|
-
ne as
|
|
302
|
+
ie as OtelService,
|
|
303
|
+
ne as PinoLogger,
|
|
304
|
+
oe as ProjectListing,
|
|
304
305
|
x as PromptUtils,
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
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,
|
|
313
314
|
ge as config,
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
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
|
|
322
323
|
};
|
|
323
324
|
//# sourceMappingURL=index.js.map
|
package/dist/package.json
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agiflowai/agent-cli",
|
|
3
|
-
"version": "0.2.
|
|
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",
|