stratagem-x7 0.3.79 → 0.4.1

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 +14 -14
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -353871,7 +353871,7 @@ function getAnthropicEnvMetadata() {
353871
353871
  function getBuildAgeMinutes() {
353872
353872
  if (false)
353873
353873
  ;
353874
- const buildTime = new Date("2026-05-09T14:10:54.237Z").getTime();
353874
+ const buildTime = new Date("2026-05-09T14:48:31.596Z").getTime();
353875
353875
  if (isNaN(buildTime))
353876
353876
  return;
353877
353877
  return Math.floor((Date.now() - buildTime) / 60000);
@@ -421684,7 +421684,7 @@ function buildPrimarySection() {
421684
421684
  }, undefined, false, undefined, this);
421685
421685
  return [{
421686
421686
  label: "Version",
421687
- value: "0.3.79"
421687
+ value: "0.4.1"
421688
421688
  }, {
421689
421689
  label: "Session name",
421690
421690
  value: nameValue
@@ -461661,9 +461661,9 @@ function getStartupLines(termWidth) {
461661
461661
  out.push(centerAnsiLine(boxRow(sRow, W2, sLen), tw));
461662
461662
  out.push(centerAnsiLine(`${rgb3(...BORDER)}└${"─".repeat(W2 - 2)}┘${RESET2}`, tw));
461663
461663
  if (tw >= 50) {
461664
- out.push(centerAnsiLine(`${rgb3(...DIMCOL)}STRATAGEM X7${RESET2} ${rgb3(...ACCENT)}v${"0.3.79"}${RESET2} ${rgb3(...CYAN)}// breach link stable${RESET2}`, tw));
461664
+ out.push(centerAnsiLine(`${rgb3(...DIMCOL)}STRATAGEM X7${RESET2} ${rgb3(...ACCENT)}v${"0.4.1"}${RESET2} ${rgb3(...CYAN)}// breach link stable${RESET2}`, tw));
461665
461665
  } else {
461666
- out.push(centerAnsiLine(`${rgb3(...DIMCOL)}STX7${RESET2} ${rgb3(...ACCENT)}v${"0.3.79"}${RESET2}`, tw));
461666
+ out.push(centerAnsiLine(`${rgb3(...DIMCOL)}STX7${RESET2} ${rgb3(...ACCENT)}v${"0.4.1"}${RESET2}`, tw));
461667
461667
  }
461668
461668
  out.push("");
461669
461669
  return out;
@@ -461701,11 +461701,11 @@ var init_StartupScreen = __esm(() => {
461701
461701
  ` ═══ X7 ═══ `
461702
461702
  ];
461703
461703
  LOGO_STX7_MINI = [
461704
- `╔═══════════════════════════════════════╗`,
461705
- `║ █▀▀ ▀█▀ █▀▄ ▄▀▄ ▀█▀ ▄▀▄ █▀▀ █▀▀ █▄ ▄█`,
461706
- `║ ▀▀█ █ █▀▄ █▀█ █ █▀█ █ █ █▀ █ █ █`,
461707
- `║ ███ █ █ █ █ █ █ █ █ ▀▄█ █▄▄ █ █`,
461708
- `╚═══════════════════════════════════════╝`,
461704
+ ``,
461705
+ ` █▀▀ ▀█▀ █▀▄ ▄▀▄ ▀█▀ ▄▀▄ █▀▀ █▀▀ █▄ ▄█ `,
461706
+ ` ▀▀█ █ █▀▄ █▀█ █ █▀█ █ █ █▀ █ █ █ `,
461707
+ ` ███ █ █ █ █ █ █ █ █ ▀▄█ █▄▄ █ █ `,
461708
+ ` `,
461709
461709
  ` ═══ X7 ═══ `
461710
461710
  ];
461711
461711
  });
@@ -490478,7 +490478,7 @@ var init_bridge_kick = __esm(() => {
490478
490478
  var call61 = async () => {
490479
490479
  return {
490480
490480
  type: "text",
490481
- value: `${"99.0.0"} (built ${"2026-05-09T14:10:54.237Z"})`
490481
+ value: `${"99.0.0"} (built ${"2026-05-09T14:48:31.596Z"})`
490482
490482
  };
490483
490483
  }, version2, version_default;
490484
490484
  var init_version = __esm(() => {
@@ -559394,7 +559394,7 @@ function WelcomeV2() {
559394
559394
  dimColor: true,
559395
559395
  children: [
559396
559396
  "v",
559397
- "0.3.79",
559397
+ "0.4.1",
559398
559398
  " "
559399
559399
  ]
559400
559400
  }, undefined, true, undefined, this)
@@ -578852,7 +578852,7 @@ Usage: stx7 --remote "your task description"`, () => gracefulShutdown(1));
578852
578852
  pendingHookMessages
578853
578853
  }, renderAndRun);
578854
578854
  }
578855
- }).version("0.3.79 (STRATAGEM X7)", "-v, --version", "Output the version number");
578855
+ }).version("0.4.1 (STRATAGEM X7)", "-v, --version", "Output the version number");
578856
578856
  program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
578857
578857
  program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
578858
578858
  if (canUserConfigureAdvisor()) {
@@ -579313,7 +579313,7 @@ if (false) {}
579313
579313
  async function main2() {
579314
579314
  const args = process.argv.slice(2);
579315
579315
  if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
579316
- console.log(`${"0.3.79"} (STRATAGEM X7)`);
579316
+ console.log(`${"0.4.1"} (STRATAGEM X7)`);
579317
579317
  return;
579318
579318
  }
579319
579319
  if (args.includes("--provider")) {
@@ -579435,4 +579435,4 @@ async function main2() {
579435
579435
  }
579436
579436
  main2();
579437
579437
 
579438
- //# debugId=74C5E74B122A540B64756E2164756E21
579438
+ //# debugId=7A72C279A74F263264756E2164756E21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stratagem-x7",
3
- "version": "0.3.79",
3
+ "version": "0.4.1",
4
4
  "description": "STRATAGEM X7 is a cyberpunk coding-agent CLI for cloud and local model providers",
5
5
  "type": "module",
6
6
  "bin": {