orbit-code-ai 0.1.10 → 0.1.11

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 +19 -19
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -83668,7 +83668,7 @@ function printStartupScreen() {
83668
83668
  const W2 = 62;
83669
83669
  const out = [];
83670
83670
  out.push("");
83671
- const allLogo = [...LOGO_ORBIT, "", ...LOGO_AI];
83671
+ const allLogo = [...LOGO_ORBIT, "", ...LOGO_CODE];
83672
83672
  const total = allLogo.length;
83673
83673
  for (let i2 = 0;i2 < total; i2++) {
83674
83674
  const t = total > 1 ? i2 / (total - 1) : 0;
@@ -83712,13 +83712,13 @@ function printStartupScreen() {
83712
83712
  const sLen = ` ● ${sL} Ready — type /help to begin`.length;
83713
83713
  out.push(boxRow(sRow, W2, sLen));
83714
83714
  out.push(`${rgb(...BORDER)}╚${"═".repeat(W2 - 2)}╝${RESET}`);
83715
- out.push(` ${DIM}${rgb(...DIMCOL)}orbit-ai ${RESET}${rgb(...ACCENT)}v${"0.1.10"}${RESET}`);
83715
+ out.push(` ${DIM}${rgb(...DIMCOL)}orbit-code ${RESET}${rgb(...ACCENT)}v${"0.1.11"}${RESET}`);
83716
83716
  out.push("");
83717
83717
  process.stdout.write(out.join(`
83718
83718
  `) + `
83719
83719
  `);
83720
83720
  }
83721
- var ESC = "\x1B[", RESET, DIM, rgb = (r, g, b) => `${ESC}38;2;${r};${g};${b}m`, BLUE_GRAD, ACCENT, CREAM, DIMCOL, BORDER, LOGO_ORBIT, LOGO_AI;
83721
+ var ESC = "\x1B[", RESET, DIM, rgb = (r, g, b) => `${ESC}38;2;${r};${g};${b}m`, BLUE_GRAD, ACCENT, CREAM, DIMCOL, BORDER, LOGO_ORBIT, LOGO_CODE;
83722
83722
  var init_StartupScreen = __esm(() => {
83723
83723
  RESET = `${ESC}0m`;
83724
83724
  DIM = `${ESC}2m`;
@@ -83742,13 +83742,13 @@ var init_StartupScreen = __esm(() => {
83742
83742
  ` ╚██████╔╝ ██║ ██║ ██████╔╝ ██║ ██║ `,
83743
83743
  ` ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ `
83744
83744
  ];
83745
- LOGO_AI = [
83746
- ` █████╗ ██╗`,
83747
- ` ██╔══██╗ ██║`,
83748
- ` ███████║ ██║`,
83749
- ` ██╔══██║ ██║`,
83750
- ` ██║ ██║ ██║`,
83751
- ` ╚═╝ ╚═╝ ╚═╝`
83745
+ LOGO_CODE = [
83746
+ ` ██████╗ ██████╗ ██████╗ ███████╗`,
83747
+ ` ██╔════╝ ██╔═══██╗ ██╔══██╗ ██╔════╝`,
83748
+ ` ██║ ██║ ██║ ██║ ██║ █████╗ `,
83749
+ ` ██║ ██║ ██║ ██║ ██║ ██╔══╝ `,
83750
+ ` ╚██████╗ ╚██████╔╝ ██████╔╝ ███████╗`,
83751
+ ` ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝`
83752
83752
  ];
83753
83753
  });
83754
83754
 
@@ -334183,7 +334183,7 @@ function getAnthropicEnvMetadata() {
334183
334183
  function getBuildAgeMinutes() {
334184
334184
  if (false)
334185
334185
  ;
334186
- const buildTime = new Date("2026-06-23T12:53:08.509Z").getTime();
334186
+ const buildTime = new Date("2026-06-25T07:54:17.583Z").getTime();
334187
334187
  if (isNaN(buildTime))
334188
334188
  return;
334189
334189
  return Math.floor((Date.now() - buildTime) / 60000);
@@ -358600,7 +358600,7 @@ function buildPrimarySection() {
358600
358600
  }, undefined, false, undefined, this);
358601
358601
  return [{
358602
358602
  label: "Version",
358603
- value: "0.1.10"
358603
+ value: "0.1.11"
358604
358604
  }, {
358605
358605
  label: "Session name",
358606
358606
  value: nameValue
@@ -470842,7 +470842,7 @@ function WelcomeV2() {
470842
470842
  dimColor: true,
470843
470843
  children: [
470844
470844
  "v",
470845
- "0.1.10",
470845
+ "0.1.11",
470846
470846
  " "
470847
470847
  ]
470848
470848
  }, undefined, true, undefined, this)
@@ -471042,7 +471042,7 @@ function WelcomeV2() {
471042
471042
  dimColor: true,
471043
471043
  children: [
471044
471044
  "v",
471045
- "0.1.10",
471045
+ "0.1.11",
471046
471046
  " "
471047
471047
  ]
471048
471048
  }, undefined, true, undefined, this)
@@ -471268,7 +471268,7 @@ function AppleTerminalWelcomeV2(t0) {
471268
471268
  dimColor: true,
471269
471269
  children: [
471270
471270
  "v",
471271
- "0.1.10",
471271
+ "0.1.11",
471272
471272
  " "
471273
471273
  ]
471274
471274
  }, undefined, true, undefined, this);
@@ -471522,7 +471522,7 @@ function AppleTerminalWelcomeV2(t0) {
471522
471522
  dimColor: true,
471523
471523
  children: [
471524
471524
  "v",
471525
- "0.1.10",
471525
+ "0.1.11",
471526
471526
  " "
471527
471527
  ]
471528
471528
  }, undefined, true, undefined, this);
@@ -492143,7 +492143,7 @@ Usage: orbitcode --remote "your task description"`, () => gracefulShutdown(1));
492143
492143
  pendingHookMessages
492144
492144
  }, renderAndRun);
492145
492145
  }
492146
- }).version("0.1.10 (Orbit AI)", "-v, --version", "Output the version number");
492146
+ }).version("0.1.11 (Orbit AI)", "-v, --version", "Output the version number");
492147
492147
  program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
492148
492148
  program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
492149
492149
  if (canUserConfigureAdvisor()) {
@@ -492665,7 +492665,7 @@ if (false) {}
492665
492665
  async function main2() {
492666
492666
  const args = process.argv.slice(2);
492667
492667
  if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
492668
- console.log(`${"0.1.10"} (Orbit AI)`);
492668
+ console.log(`${"0.1.11"} (Orbit AI)`);
492669
492669
  return;
492670
492670
  }
492671
492671
  if (args.includes("--provider")) {
@@ -492769,4 +492769,4 @@ async function main2() {
492769
492769
  }
492770
492770
  main2();
492771
492771
 
492772
- //# debugId=BF18CBD760557D6364756E2164756E21
492772
+ //# debugId=A0CF00039A801F7064756E2164756E21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orbit-code-ai",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "Orbit AI – Your AI-powered IBM ACE coding companion",
5
5
  "type": "module",
6
6
  "author": "moenawaf",