@kenkaiiii/gg-boss 4.3.157 → 4.3.159

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.
@@ -461,5 +461,8 @@ var require_ignore = __commonJS({
461
461
  define(module.exports, /* @__PURE__ */ Symbol.for("setupWindows"), setupWindows);
462
462
  }
463
463
  });
464
- export default require_ignore();
465
- //# sourceMappingURL=ignore-76P4EAAU.js.map
464
+
465
+ export {
466
+ require_ignore
467
+ };
468
+ //# sourceMappingURL=chunk-EZYGVECW.js.map
@@ -5592,7 +5592,10 @@ var require_out4 = __commonJS({
5592
5592
  module.exports = FastGlob;
5593
5593
  }
5594
5594
  });
5595
- export default require_out4();
5595
+
5596
+ export {
5597
+ require_out4 as require_out
5598
+ };
5596
5599
  /*! Bundled license information:
5597
5600
 
5598
5601
  is-extglob/index.js:
@@ -5641,4 +5644,4 @@ queue-microtask/index.js:
5641
5644
  run-parallel/index.js:
5642
5645
  (*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
5643
5646
  */
5644
- //# sourceMappingURL=out-XEXARMKS.js.map
5647
+ //# sourceMappingURL=chunk-RMSZMSH5.js.map
package/dist/cli.js CHANGED
@@ -36,6 +36,7 @@ import {
36
36
  require_jsx_runtime,
37
37
  require_react,
38
38
  saveSettings,
39
+ setStreamDiagnostic,
39
40
  subscribeToBossStore,
40
41
  tasksStore,
41
42
  useAnimationActive,
@@ -48,7 +49,9 @@ import {
48
49
  use_app_default,
49
50
  use_input_default,
50
51
  use_stdout_default
51
- } from "./chunk-FXGI4NWS.js";
52
+ } from "./chunk-AUC6S26K.js";
53
+ import "./chunk-RMSZMSH5.js";
54
+ import "./chunk-EZYGVECW.js";
52
55
  import "./chunk-QT366Y52.js";
53
56
  import {
54
57
  source_default
@@ -341,7 +344,7 @@ init_esm_shims();
341
344
  // package.json
342
345
  var package_default = {
343
346
  name: "@kenkaiiii/gg-boss",
344
- version: "4.3.157",
347
+ version: "4.3.159",
345
348
  type: "module",
346
349
  description: "Orchestrator agent that drives multiple ggcoder sessions across projects from a single chat",
347
350
  license: "MIT",
@@ -1048,6 +1051,9 @@ async function runBossServeMode(options) {
1048
1051
  workerModel: options.workerModel,
1049
1052
  projectCount: 0
1050
1053
  });
1054
+ setStreamDiagnostic((phase, data) => {
1055
+ log("INFO", "stream", phase, data);
1056
+ });
1051
1057
  const links = await loadLinks();
1052
1058
  if (links.projects.length === 0) {
1053
1059
  console.error(
@@ -1572,7 +1578,6 @@ var SHORT_MODELS = {
1572
1578
  "claude-haiku-4-5": "Haiku",
1573
1579
  "claude-haiku-4-5-20251001": "Haiku",
1574
1580
  "gpt-5.5": "GPT-5.5",
1575
- "gpt-5.5-pro": "GPT-5.5 Pro",
1576
1581
  "gpt-5.4": "GPT-5.4",
1577
1582
  "gpt-5.4-mini": "GPT-5.4 Mini",
1578
1583
  "gpt-5.3-codex": "GPT-5.3 Codex"
@@ -3441,6 +3446,9 @@ async function runOrchestrator(args) {
3441
3446
  log("INFO", "cli", "linked projects", {
3442
3447
  projects: args.projects.map((p) => p.name).join(",")
3443
3448
  });
3449
+ setStreamDiagnostic((phase, data) => {
3450
+ log("INFO", "stream", phase, data);
3451
+ });
3444
3452
  const updateMessage = checkAndAutoUpdate(VERSION);
3445
3453
  if (updateMessage) log("INFO", "auto_update", updateMessage);
3446
3454
  const boss = new GGBoss({