@kenkaiiii/gg-boss 4.3.160 → 4.3.161

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
@@ -49,7 +49,7 @@ import {
49
49
  use_app_default,
50
50
  use_input_default,
51
51
  use_stdout_default
52
- } from "./chunk-U7C44HGI.js";
52
+ } from "./chunk-3O74GM4F.js";
53
53
  import "./chunk-RMSZMSH5.js";
54
54
  import "./chunk-EZYGVECW.js";
55
55
  import "./chunk-QT366Y52.js";
@@ -344,7 +344,7 @@ init_esm_shims();
344
344
  // package.json
345
345
  var package_default = {
346
346
  name: "@kenkaiiii/gg-boss",
347
- version: "4.3.160",
347
+ version: "4.3.161",
348
348
  type: "module",
349
349
  description: "Orchestrator agent that drives multiple ggcoder sessions across projects from a single chat",
350
350
  license: "MIT",
@@ -452,7 +452,7 @@ var COLORS = {
452
452
  error: "#f87171"
453
453
  };
454
454
  function clearScreen() {
455
- process.stdout.write("\x1B[2J\x1B[3J\x1B[H");
455
+ process.stdout.write("\x1B[2J\x1B[H");
456
456
  }
457
457
 
458
458
  // src/banner.tsx
@@ -1341,7 +1341,7 @@ ${lines.join("\n")}`);
1341
1341
  await bot.send(chatId, `_Voice transcription failed: ${message}_${hint}`);
1342
1342
  }
1343
1343
  });
1344
- process.stdout.write("\x1B[2J\x1B[3J\x1B[H");
1344
+ process.stdout.write("\x1B[2J\x1B[H");
1345
1345
  printBanner({
1346
1346
  bossModel: options.bossModel,
1347
1347
  workerModel: options.workerModel,
@@ -1445,7 +1445,7 @@ function printBanner(opts) {
1445
1445
  init_esm_shims();
1446
1446
  import readline2 from "readline/promises";
1447
1447
  async function runBossTelegramSetup() {
1448
- process.stdout.write("\x1B[2J\x1B[3J\x1B[H");
1448
+ process.stdout.write("\x1B[2J\x1B[H");
1449
1449
  printSetupBanner();
1450
1450
  const existing = await loadBossTelegramConfig();
1451
1451
  if (existing) {
@@ -3149,7 +3149,7 @@ function renderBossApp(opts) {
3149
3149
  const resetUI = () => {
3150
3150
  const old = ref.instance;
3151
3151
  if (!old) return;
3152
- process.stdout.write("\x1B[2J\x1B[3J\x1B[H");
3152
+ process.stdout.write("\x1B[2J\x1B[H");
3153
3153
  old.unmount();
3154
3154
  ref.instance = render_default(/* @__PURE__ */ (0, import_jsx_runtime10.jsx)(BossApp, { boss: opts.boss, resetUI }), {
3155
3155
  exitOnCtrlC: false