stratagem-x7 0.3.65 → 0.3.66

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 +9 -8
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -350261,7 +350261,7 @@ function getAnthropicEnvMetadata() {
350261
350261
  function getBuildAgeMinutes() {
350262
350262
  if (false)
350263
350263
  ;
350264
- const buildTime = new Date("2026-05-08T03:20:29.631Z").getTime();
350264
+ const buildTime = new Date("2026-05-08T03:26:39.542Z").getTime();
350265
350265
  if (isNaN(buildTime))
350266
350266
  return;
350267
350267
  return Math.floor((Date.now() - buildTime) / 60000);
@@ -418074,7 +418074,7 @@ function buildPrimarySection() {
418074
418074
  }, undefined, false, undefined, this);
418075
418075
  return [{
418076
418076
  label: "Version",
418077
- value: "0.3.65"
418077
+ value: "0.3.66"
418078
418078
  }, {
418079
418079
  label: "Session name",
418080
418080
  value: nameValue
@@ -457761,7 +457761,7 @@ function getStartupLines(termWidth) {
457761
457761
  const sLen = ` ● ${sL} buffer ready — /help for breach controls`.length;
457762
457762
  out.push(centerAnsiLine(boxRow(sRow, W2, sLen), tw));
457763
457763
  out.push(centerAnsiLine(`${rgb3(...BORDER)}└${"─".repeat(W2 - 2)}┘${RESET2}`, tw));
457764
- out.push(centerAnsiLine(`${rgb3(...DIMCOL)}STRATAGEM X7${RESET2} ${rgb3(...ACCENT)}v${"0.3.65"}${RESET2} ${rgb3(...CYAN)}// breach link stable${RESET2}`, tw));
457764
+ out.push(centerAnsiLine(`${rgb3(...DIMCOL)}STRATAGEM X7${RESET2} ${rgb3(...ACCENT)}v${"0.3.66"}${RESET2} ${rgb3(...CYAN)}// breach link stable${RESET2}`, tw));
457765
457765
  out.push("");
457766
457766
  return out;
457767
457767
  }
@@ -459395,6 +459395,7 @@ function FullscreenLayout(t0) {
459395
459395
  flexGrow: 1,
459396
459396
  flexDirection: "column",
459397
459397
  paddingTop: t9,
459398
+ marginRight: 1,
459398
459399
  stickyScroll: true,
459399
459400
  children: [
459400
459401
  t10,
@@ -486512,7 +486513,7 @@ var init_bridge_kick = __esm(() => {
486512
486513
  var call61 = async () => {
486513
486514
  return {
486514
486515
  type: "text",
486515
- value: `${"99.0.0"} (built ${"2026-05-08T03:20:29.631Z"})`
486516
+ value: `${"99.0.0"} (built ${"2026-05-08T03:26:39.542Z"})`
486516
486517
  };
486517
486518
  }, version2, version_default;
486518
486519
  var init_version = __esm(() => {
@@ -555338,7 +555339,7 @@ function WelcomeV2() {
555338
555339
  dimColor: true,
555339
555340
  children: [
555340
555341
  "v",
555341
- "0.3.65",
555342
+ "0.3.66",
555342
555343
  " "
555343
555344
  ]
555344
555345
  }, undefined, true, undefined, this)
@@ -574796,7 +574797,7 @@ Usage: stx7 --remote "your task description"`, () => gracefulShutdown(1));
574796
574797
  pendingHookMessages
574797
574798
  }, renderAndRun);
574798
574799
  }
574799
- }).version("0.3.65 (STRATAGEM X7)", "-v, --version", "Output the version number");
574800
+ }).version("0.3.66 (STRATAGEM X7)", "-v, --version", "Output the version number");
574800
574801
  program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
574801
574802
  program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
574802
574803
  if (canUserConfigureAdvisor()) {
@@ -575257,7 +575258,7 @@ if (false) {}
575257
575258
  async function main2() {
575258
575259
  const args = process.argv.slice(2);
575259
575260
  if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
575260
- console.log(`${"0.3.65"} (STRATAGEM X7)`);
575261
+ console.log(`${"0.3.66"} (STRATAGEM X7)`);
575261
575262
  return;
575262
575263
  }
575263
575264
  if (args.includes("--provider")) {
@@ -575379,4 +575380,4 @@ async function main2() {
575379
575380
  }
575380
575381
  main2();
575381
575382
 
575382
- //# debugId=D4A1DCC2CF02BD5264756E2164756E21
575383
+ //# debugId=4641F9FE289CE4EF64756E2164756E21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stratagem-x7",
3
- "version": "0.3.65",
3
+ "version": "0.3.66",
4
4
  "description": "STRATAGEM X7 is a cyberpunk coding-agent CLI for cloud and local model providers",
5
5
  "type": "module",
6
6
  "bin": {