@opencow-ai/opencow-agent-sdk 0.1.7 → 0.1.8

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
@@ -369671,7 +369671,7 @@ function getAnthropicEnvMetadata() {
369671
369671
  function getBuildAgeMinutes() {
369672
369672
  if (false)
369673
369673
  ;
369674
- const buildTime = new Date("2026-04-06T03:58:39.688Z").getTime();
369674
+ const buildTime = new Date("2026-04-06T04:50:47.813Z").getTime();
369675
369675
  if (isNaN(buildTime))
369676
369676
  return;
369677
369677
  return Math.floor((Date.now() - buildTime) / 60000);
@@ -396457,7 +396457,7 @@ function buildPrimarySection() {
396457
396457
  }, undefined, false, undefined, this);
396458
396458
  return [{
396459
396459
  label: "Version",
396460
- value: "0.1.7"
396460
+ value: "0.1.8"
396461
396461
  }, {
396462
396462
  label: "Session name",
396463
396463
  value: nameValue
@@ -461568,7 +461568,7 @@ var init_bridge_kick = __esm(() => {
461568
461568
  var call58 = async () => {
461569
461569
  return {
461570
461570
  type: "text",
461571
- value: `${"99.0.0"} (built ${"2026-04-06T03:58:39.688Z"})`
461571
+ value: `${"99.0.0"} (built ${"2026-04-06T04:50:47.813Z"})`
461572
461572
  };
461573
461573
  }, version2, version_default;
461574
461574
  var init_version = __esm(() => {
@@ -489406,7 +489406,7 @@ function printStartupScreen() {
489406
489406
  const sLen = ` ● ${sL} Ready — type /help to begin`.length;
489407
489407
  out.push(boxRow(sRow, W2, sLen));
489408
489408
  out.push(`${rgb3(...BORDER)}╚${"═".repeat(W2 - 2)}╝${RESET2}`);
489409
- out.push(` ${DIM2}${rgb3(...DIMCOL)}opencow ${RESET2}${rgb3(...ACCENT)}v${"0.1.7"}${RESET2}`);
489409
+ out.push(` ${DIM2}${rgb3(...DIMCOL)}opencow ${RESET2}${rgb3(...ACCENT)}v${"0.1.8"}${RESET2}`);
489410
489410
  out.push("");
489411
489411
  process.stdout.write(out.join(`
489412
489412
  `) + `
@@ -538427,7 +538427,7 @@ function WelcomeV2() {
538427
538427
  dimColor: true,
538428
538428
  children: [
538429
538429
  "v",
538430
- "0.1.7",
538430
+ "0.1.8",
538431
538431
  " "
538432
538432
  ]
538433
538433
  }, undefined, true, undefined, this)
@@ -538627,7 +538627,7 @@ function WelcomeV2() {
538627
538627
  dimColor: true,
538628
538628
  children: [
538629
538629
  "v",
538630
- "0.1.7",
538630
+ "0.1.8",
538631
538631
  " "
538632
538632
  ]
538633
538633
  }, undefined, true, undefined, this)
@@ -538853,7 +538853,7 @@ function AppleTerminalWelcomeV2(t0) {
538853
538853
  dimColor: true,
538854
538854
  children: [
538855
538855
  "v",
538856
- "0.1.7",
538856
+ "0.1.8",
538857
538857
  " "
538858
538858
  ]
538859
538859
  }, undefined, true, undefined, this);
@@ -539107,7 +539107,7 @@ function AppleTerminalWelcomeV2(t0) {
539107
539107
  dimColor: true,
539108
539108
  children: [
539109
539109
  "v",
539110
- "0.1.7",
539110
+ "0.1.8",
539111
539111
  " "
539112
539112
  ]
539113
539113
  }, undefined, true, undefined, this);
@@ -557706,7 +557706,7 @@ Usage: claude --remote "your task description"`, () => gracefulShutdown(1));
557706
557706
  pendingHookMessages
557707
557707
  }, renderAndRun);
557708
557708
  }
557709
- }).version("0.1.7 (OpenCow)", "-v, --version", "Output the version number");
557709
+ }).version("0.1.8 (OpenCow)", "-v, --version", "Output the version number");
557710
557710
  program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
557711
557711
  program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
557712
557712
  if (canUserConfigureAdvisor()) {
@@ -558282,7 +558282,7 @@ if (false) {}
558282
558282
  async function main2() {
558283
558283
  const args = process.argv.slice(2);
558284
558284
  if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
558285
- console.log(`${"0.1.7"} (OpenCow)`);
558285
+ console.log(`${"0.1.8"} (OpenCow)`);
558286
558286
  return;
558287
558287
  }
558288
558288
  if (args.includes("--provider")) {
@@ -558400,4 +558400,4 @@ async function main2() {
558400
558400
  }
558401
558401
  main2();
558402
558402
 
558403
- //# debugId=7FE40EF435931D7364756E2164756E21
558403
+ //# debugId=35C0B51736BBB45064756E2164756E21