@kenkaiiii/gg-boss 4.3.156 → 4.3.157

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/cli.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env -S node --max-old-space-size=8192 --expose-gc
2
2
  import { createRequire as __createRequire } from "node:module"; const require = __createRequire(import.meta.url);
3
3
  import {
4
4
  ActivityIndicator,
@@ -48,7 +48,7 @@ import {
48
48
  use_app_default,
49
49
  use_input_default,
50
50
  use_stdout_default
51
- } from "./chunk-KWWLOD25.js";
51
+ } from "./chunk-FXGI4NWS.js";
52
52
  import "./chunk-QT366Y52.js";
53
53
  import {
54
54
  source_default
@@ -341,7 +341,7 @@ init_esm_shims();
341
341
  // package.json
342
342
  var package_default = {
343
343
  name: "@kenkaiiii/gg-boss",
344
- version: "4.3.156",
344
+ version: "4.3.157",
345
345
  type: "module",
346
346
  description: "Orchestrator agent that drives multiple ggcoder sessions across projects from a single chat",
347
347
  license: "MIT",
@@ -1262,11 +1262,7 @@ Send the number, or \`/scope <name>\`.`
1262
1262
  }
1263
1263
  if (cmd === "status") {
1264
1264
  const state = getBossState();
1265
- const lines = [
1266
- `*${BRAND}* \u2014 ${state.bossModel}`,
1267
- `Scope *${state.scope}*`,
1268
- ""
1269
- ];
1265
+ const lines = [`*${BRAND}* \u2014 ${state.bossModel}`, `Scope *${state.scope}*`, ""];
1270
1266
  lines.push("*Workers*");
1271
1267
  for (const w of state.workers) {
1272
1268
  const dot = w.status === "working" ? "\u25CF" : w.status === "error" ? "\u2717" : "\u25CB";