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.
Files changed (42) hide show
  1. package/dist/{batch-LSWWSINO.js → batch-PJIRZJCT.js} +4 -3
  2. package/dist/{chunk-OJL3PY36.js → chunk-2X2DOHA6.js} +3 -2
  3. package/dist/{chunk-5BY4XICU.js → chunk-35AVZVXZ.js} +3 -3
  4. package/dist/{chunk-NZ4X6GUC.js → chunk-3ARPAVNV.js} +2 -2
  5. package/dist/{chunk-4AX2MEJA.js → chunk-5ZPO47YE.js} +21 -21
  6. package/dist/{chunk-S5EEKS4P.js → chunk-GH37CLOE.js} +1 -1
  7. package/dist/{chunk-QDN5G7JN.js → chunk-GXAGBILB.js} +1 -1
  8. package/dist/{chunk-OULVIHCT.js → chunk-OABKF7MR.js} +1 -1
  9. package/dist/{chunk-QT5FA2ZY.js → chunk-OJXYL2W2.js} +4 -4
  10. package/dist/{chunk-BYQEWWA4.js → chunk-OPAOQZDC.js} +13 -13
  11. package/dist/{chunk-6SKMGONY.js → chunk-PNFOWBKL.js} +8 -7
  12. package/dist/{chunk-QKJ3MAP7.js → chunk-RGL2KKCO.js} +8 -8
  13. package/dist/{chunk-Q3ZUDA6S.js → chunk-VT6NRDD2.js} +1 -1
  14. package/dist/{chunk-PMTEZTXP.js → chunk-WDUKU5HH.js} +1 -1
  15. package/dist/{chunk-4MOBTDS6.js → chunk-ZILWADNL.js} +1 -1
  16. package/dist/{ci-OIFTAJKR.js → ci-ESZOGOGZ.js} +4 -4
  17. package/dist/{ci-format-H6BLMWQ5.js → ci-format-TIDA4V7T.js} +2 -2
  18. package/dist/{constants-EJRLT7DM.js → constants-VFBSBHFO.js} +1 -1
  19. package/dist/{doctor-cli-EXC7YU5D.js → doctor-cli-W3I33E4Q.js} +4 -4
  20. package/dist/electron-server.js +2799 -2781
  21. package/dist/{hub-HQDRQBNM.js → hub-7BLT2JUU.js} +6 -6
  22. package/dist/{hub-server-LJ2JSKZ2.js → hub-server-XX36DX7O.js} +2 -2
  23. package/dist/index.js +2294 -2231
  24. package/dist/{persist-GTBEKVFL.js → persist-GJ2JGZFR.js} +1 -1
  25. package/dist/{pr-VSZNVKBS.js → pr-7YET7ODT.js} +4 -4
  26. package/dist/{run-tests-55JGEZYL.js → run-tests-4PNOUHC3.js} +1 -1
  27. package/dist/{run-tests-OYXK27XH.js → run-tests-HGBTHWNT.js} +2 -2
  28. package/dist/{semantic-PK7AUOJT.js → semantic-HLAE2O4F.js} +2 -2
  29. package/dist/{server-JKNIZ5CB.js → server-AN7HZVNG.js} +2414 -2396
  30. package/dist/{server-XX6UM4ZQ.js → server-APQHU4TR.js} +11 -11
  31. package/dist/{task-orchestrator-F3DUIACA.js → task-orchestrator-L7LBMQUQ.js} +22 -14
  32. package/dist/{usage-4KFX3HTK.js → usage-BTP5SSGC.js} +2 -2
  33. package/dist/web/client/actions.js +27 -1
  34. package/dist/web/client/app.js +3275 -3342
  35. package/dist/web/client/dom.js +34 -0
  36. package/dist/web/client/index.html +29 -22
  37. package/dist/web/client/state.js +103 -0
  38. package/dist/web/client/sw.js +1 -1
  39. package/dist/web/client/templates.js +191 -188
  40. package/dist/web/client/util.js +45 -0
  41. package/package.json +1 -1
  42. 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-OJL3PY36.js";
6
+ } from "./chunk-2X2DOHA6.js";
7
7
  import {
8
8
  DiscussionOrchestrator,
9
9
  getPreset,
10
10
  listPresets,
11
11
  resolveRoleProviders
12
- } from "./chunk-Q3ZUDA6S.js";
13
- import "./chunk-NZ4X6GUC.js";
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-GTBEKVFL.js");
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-F3DUIACA.js");
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-LJ2JSKZ2.js");
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-OJL3PY36.js";
13
+ } from "./chunk-2X2DOHA6.js";
14
14
  import {
15
15
  HubAgent
16
- } from "./chunk-NZ4X6GUC.js";
16
+ } from "./chunk-3ARPAVNV.js";
17
17
 
18
18
  // src/hub/hub-server.ts
19
19
  import { WebSocketServer } from "ws";