jinzd-ai-cli 0.4.221 → 0.4.223
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/{batch-LSWWSINO.js → batch-PJIRZJCT.js} +4 -3
- package/dist/{chunk-OJL3PY36.js → chunk-2X2DOHA6.js} +3 -2
- package/dist/{chunk-5BY4XICU.js → chunk-35AVZVXZ.js} +3 -3
- package/dist/{chunk-NZ4X6GUC.js → chunk-3ARPAVNV.js} +2 -2
- package/dist/{chunk-4AX2MEJA.js → chunk-5ZPO47YE.js} +21 -21
- package/dist/{chunk-S5EEKS4P.js → chunk-GH37CLOE.js} +1 -1
- package/dist/{chunk-QDN5G7JN.js → chunk-GXAGBILB.js} +1 -1
- package/dist/{chunk-OULVIHCT.js → chunk-OABKF7MR.js} +1 -1
- package/dist/{chunk-QT5FA2ZY.js → chunk-OJXYL2W2.js} +4 -4
- package/dist/{chunk-BYQEWWA4.js → chunk-OPAOQZDC.js} +13 -13
- package/dist/{chunk-6SKMGONY.js → chunk-PNFOWBKL.js} +8 -7
- package/dist/{chunk-QKJ3MAP7.js → chunk-RGL2KKCO.js} +8 -8
- package/dist/{chunk-Q3ZUDA6S.js → chunk-VT6NRDD2.js} +1 -1
- package/dist/{chunk-PMTEZTXP.js → chunk-WDUKU5HH.js} +1 -1
- package/dist/{chunk-4MOBTDS6.js → chunk-ZILWADNL.js} +1 -1
- package/dist/{ci-OIFTAJKR.js → ci-ESZOGOGZ.js} +4 -4
- package/dist/{ci-format-H6BLMWQ5.js → ci-format-TIDA4V7T.js} +2 -2
- package/dist/{constants-EJRLT7DM.js → constants-VFBSBHFO.js} +1 -1
- package/dist/{doctor-cli-EXC7YU5D.js → doctor-cli-W3I33E4Q.js} +4 -4
- package/dist/electron-server.js +2799 -2781
- package/dist/{hub-HQDRQBNM.js → hub-7BLT2JUU.js} +6 -6
- package/dist/{hub-server-LJ2JSKZ2.js → hub-server-XX36DX7O.js} +2 -2
- package/dist/index.js +2294 -2231
- package/dist/{persist-GTBEKVFL.js → persist-GJ2JGZFR.js} +1 -1
- package/dist/{pr-VSZNVKBS.js → pr-7YET7ODT.js} +4 -4
- package/dist/{run-tests-55JGEZYL.js → run-tests-4PNOUHC3.js} +1 -1
- package/dist/{run-tests-OYXK27XH.js → run-tests-HGBTHWNT.js} +2 -2
- package/dist/{semantic-PK7AUOJT.js → semantic-HLAE2O4F.js} +2 -2
- package/dist/{server-JKNIZ5CB.js → server-AN7HZVNG.js} +2414 -2396
- package/dist/{server-XX6UM4ZQ.js → server-APQHU4TR.js} +11 -11
- package/dist/{task-orchestrator-F3DUIACA.js → task-orchestrator-L7LBMQUQ.js} +22 -14
- package/dist/{usage-4KFX3HTK.js → usage-BTP5SSGC.js} +2 -2
- package/dist/web/client/actions.js +27 -1
- package/dist/web/client/app.js +3275 -3342
- package/dist/web/client/dom.js +34 -0
- package/dist/web/client/index.html +29 -22
- package/dist/web/client/state.js +103 -0
- package/dist/web/client/sw.js +1 -1
- package/dist/web/client/templates.js +191 -188
- package/dist/web/client/util.js +45 -0
- package/package.json +1 -1
- package/dist/{chunk-T2NL5ZIA.js → chunk-UUSRWSSX.js} +3 -3
|
@@ -3,14 +3,14 @@ import {
|
|
|
3
3
|
assignRoleColors,
|
|
4
4
|
renderHubBanner,
|
|
5
5
|
renderHubEvent
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-2X2DOHA6.js";
|
|
7
7
|
import {
|
|
8
8
|
DiscussionOrchestrator,
|
|
9
9
|
getPreset,
|
|
10
10
|
listPresets,
|
|
11
11
|
resolveRoleProviders
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-VT6NRDD2.js";
|
|
13
|
+
import "./chunk-3ARPAVNV.js";
|
|
14
14
|
|
|
15
15
|
// src/hub/index.ts
|
|
16
16
|
import { readFileSync, existsSync } from "fs";
|
|
@@ -139,7 +139,7 @@ ${content}`);
|
|
|
139
139
|
const state = await runDiscussion(config, providers, options.topic);
|
|
140
140
|
if (options.save !== false && state.messages.length > 0) {
|
|
141
141
|
try {
|
|
142
|
-
const { persistDiscussion } = await import("./persist-
|
|
142
|
+
const { persistDiscussion } = await import("./persist-GJ2JGZFR.js");
|
|
143
143
|
const { path } = await persistDiscussion(state, configManager, defaultProvider, defaultModel);
|
|
144
144
|
console.log(chalk.dim(`
|
|
145
145
|
\u{1F4BE} Saved to history \u2014 open it in the Web UI and hit \u{1F3AC} to replay.
|
|
@@ -154,7 +154,7 @@ ${content}`);
|
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
156
|
async function runTaskMode(config, providers, configManager, topic) {
|
|
157
|
-
const { TaskOrchestrator } = await import("./task-orchestrator-
|
|
157
|
+
const { TaskOrchestrator } = await import("./task-orchestrator-L7LBMQUQ.js");
|
|
158
158
|
const orchestrator = new TaskOrchestrator(config, providers, configManager);
|
|
159
159
|
let interrupted = false;
|
|
160
160
|
const onSigint = () => {
|
|
@@ -190,7 +190,7 @@ async function runTaskMode(config, providers, configManager, topic) {
|
|
|
190
190
|
}
|
|
191
191
|
}
|
|
192
192
|
async function runDistributedDiscussion(config, providers, topic, port) {
|
|
193
|
-
const { HubServer } = await import("./hub-server-
|
|
193
|
+
const { HubServer } = await import("./hub-server-XX36DX7O.js");
|
|
194
194
|
const hub = new HubServer(config, providers, port);
|
|
195
195
|
let interrupted = false;
|
|
196
196
|
const onSigint = () => {
|
|
@@ -10,10 +10,10 @@ import {
|
|
|
10
10
|
renderRoundHeader,
|
|
11
11
|
renderSummary,
|
|
12
12
|
renderUserInterrupt
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-2X2DOHA6.js";
|
|
14
14
|
import {
|
|
15
15
|
HubAgent
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-3ARPAVNV.js";
|
|
17
17
|
|
|
18
18
|
// src/hub/hub-server.ts
|
|
19
19
|
import { WebSocketServer } from "ws";
|