orbit-code-ai 0.1.3 → 0.1.4

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.mjs CHANGED
@@ -83712,7 +83712,7 @@ 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.3"}${RESET}`);
83715
+ out.push(` ${DIM}${rgb(...DIMCOL)}orbit-ai ${RESET}${rgb(...ACCENT)}v${"0.1.4"}${RESET}`);
83716
83716
  out.push("");
83717
83717
  process.stdout.write(out.join(`
83718
83718
  `) + `
@@ -334183,7 +334183,7 @@ function getAnthropicEnvMetadata() {
334183
334183
  function getBuildAgeMinutes() {
334184
334184
  if (false)
334185
334185
  ;
334186
- const buildTime = new Date("2026-06-22T12:39:26.657Z").getTime();
334186
+ const buildTime = new Date("2026-06-23T07:21:13.640Z").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.3"
358603
+ value: "0.1.4"
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.3",
470845
+ "0.1.4",
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.3",
471045
+ "0.1.4",
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.3",
471271
+ "0.1.4",
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.3",
471525
+ "0.1.4",
471526
471526
  " "
471527
471527
  ]
471528
471528
  }, undefined, true, undefined, this);
@@ -492076,7 +492076,7 @@ Usage: orbitcode --remote "your task description"`, () => gracefulShutdown(1));
492076
492076
  pendingHookMessages
492077
492077
  }, renderAndRun);
492078
492078
  }
492079
- }).version("0.1.3 (Orbit AI)", "-v, --version", "Output the version number");
492079
+ }).version("0.1.4 (Orbit AI)", "-v, --version", "Output the version number");
492080
492080
  program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
492081
492081
  program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
492082
492082
  if (canUserConfigureAdvisor()) {
@@ -492598,7 +492598,7 @@ if (false) {}
492598
492598
  async function main2() {
492599
492599
  const args = process.argv.slice(2);
492600
492600
  if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
492601
- console.log(`${"0.1.3"} (Orbit AI)`);
492601
+ console.log(`${"0.1.4"} (Orbit AI)`);
492602
492602
  return;
492603
492603
  }
492604
492604
  if (args.includes("--provider")) {
@@ -492702,4 +492702,4 @@ async function main2() {
492702
492702
  }
492703
492703
  main2();
492704
492704
 
492705
- //# debugId=FD4953675224C5F264756E2164756E21
492705
+ //# debugId=6D27063EF650359964756E2164756E21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orbit-code-ai",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Orbit AI – Your AI-powered IBM ACE coding companion",
5
5
  "type": "module",
6
6
  "author": "moenawaf",
@@ -176,7 +176,7 @@ x-ibm-configuration:
176
176
  - gatewayscript:
177
177
  version: 2.0.0
178
178
  title: Prepare Request
179
- source: "var reqtime;\nvar RefId = \"\";\n\ntry {\n\tRefId = context.get('message.headers.RefId');\n}\ncatch(err) {\n\tRefId = null;\n}\n\nif (context.get('message.headers.CallerReqTime') == null) {\n\treqtime = new Date();\n}\nelse {\n\treqtime = context.get('message.headers.CallerReqTime');\n}\n\nif (RefId == null) {\n\tcontext.message.status.code = 400;\n\tcontext.message.status.reason = 'RefId is missing in the header';\n\tvar error = new Error('RefId is missing in the header');\n\terror.code = \"400\";\n\tcontext.reject('RefId is missing in the header', error);\n}\nelse {\n\tRefId = context.get('message.headers.RefId');\n}\n\nvar Chid = context.get('client.org.name');\nvar uuid1 = context.get('message.headers.X-Global-Transaction-ID');\n\ncontext.set('context.customheaders.CallerReqTime',reqtime);\ncontext.set('context.customheaders.RefId',RefId);\ncontext.set('context.customheaders.ChId',Chid);\ncontext.set('context.customheaders.ReqID',uuid1);"
179
+ source: "var reqtime;\nvar RefId = \"\";\n\ntry {\n\tRefId = context.get('message.headers.RefId');\n}\ncatch(err) {\n\tRefId = null;\n}\n\nif (context.get('message.headers.CallerReqTime') == null) {\n\treqtime = new Date();\n}\nelse {\n\treqtime = context.get('message.headers.CallerReqTime');\n}\n\nif (RefId == null) {\n\tcontext.message.status.code = 400;\n\tcontext.message.status.reason = 'RefId is missing in the header';\n\tcontext.reject('RefIdMissing', 'RefId is missing in the header', '400', 'Bad Request');\n}\nelse {\n\tRefId = context.get('message.headers.RefId');\n}\n\nvar Chid = context.get('client.org.name');\nvar uuid1 = context.get('message.headers.X-Global-Transaction-ID');\n\ncontext.set('context.customheaders.CallerReqTime',reqtime);\ncontext.set('context.customheaders.RefId',RefId);\ncontext.set('context.customheaders.ChId',Chid);\ncontext.set('context.customheaders.ReqID',uuid1);"
180
180
 
181
181
  # ── FROZEN: middleware logging — OMIT this set-variable + invoke if --no-logging ──
182
182
  - set-variable: