gearbox-code 0.1.22 → 0.1.23

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 (2) hide show
  1. package/dist/cli.mjs +2 -2
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -147867,7 +147867,7 @@ init_permission();
147867
147867
  var jsx_dev_runtime13 = __toESM(require_jsx_dev_runtime(), 1);
147868
147868
  process.env.LANG = process.env.LANG || "en_US.UTF-8";
147869
147869
  process.env.LC_ALL = process.env.LC_ALL || "en_US.UTF-8";
147870
- var VERSION16 = "0.1.22";
147870
+ var VERSION16 = "0.1.23";
147871
147871
  var args = process.argv.slice(2);
147872
147872
  var supportsAnsi = process.env.FORCE_COLOR === "1" || process.env.TERM !== "dumb" && process.env.NO_COLOR !== "1" && process.stdout.isTTY;
147873
147873
  var ansi = (code) => supportsAnsi ? `\x1B[${code}m` : "";
@@ -147907,7 +147907,7 @@ function ghostLines(cells, pad3 = " ") {
147907
147907
  });
147908
147908
  }
147909
147909
  function onboardingBoo(termWidth) {
147910
- const cells = renderGhost({ palette: "default", face: "joy", scale: 1 });
147910
+ const cells = renderGhost({ palette: "default", face: "happy", scale: 1 });
147911
147911
  const ghostW = cells[0]?.length ?? 20;
147912
147912
  const leftPad = Math.max(2, Math.floor((termWidth - ghostW) / 2));
147913
147913
  return ghostLines(cells, " ".repeat(leftPad)).join(`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gearbox-code",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "A beautiful multi-provider coding harness for the terminal. (Intelligent model routing lands on top of this soon.)",
5
5
  "type": "module",
6
6
  "license": "MIT",