stratagem-x7 0.3.62 → 0.3.63

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 +10 -20
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -309708,11 +309708,8 @@ function AssistantTextMessage(t0) {
309708
309708
  flexDirection: "column",
309709
309709
  borderStyle: "single",
309710
309710
  borderColor: "claude",
309711
- borderLeft: true,
309712
- borderTop: true,
309713
- borderRight: false,
309714
- borderBottom: false,
309715
309711
  paddingLeft: 1,
309712
+ paddingRight: 1,
309716
309713
  borderText: { content: " STRATAGEM ", position: "top", align: "start", offset: 1 },
309717
309714
  children: /* @__PURE__ */ jsx_dev_runtime95.jsxDEV(ThemedBox_default, {
309718
309715
  flexDirection: "row",
@@ -309854,11 +309851,8 @@ function AssistantThinkingMessage(t0) {
309854
309851
  width: "100%",
309855
309852
  borderStyle: "single",
309856
309853
  borderColor: "dim",
309857
- borderLeft: true,
309858
- borderTop: true,
309859
- borderRight: false,
309860
- borderBottom: false,
309861
309854
  paddingLeft: 1,
309855
+ paddingRight: 1,
309862
309856
  borderText: { content: " TRACE // COGNITION ", position: "top", align: "start", offset: 1 },
309863
309857
  children: t6
309864
309858
  }, undefined, false, undefined, this);
@@ -311982,10 +311976,6 @@ ${tail}`;
311982
311976
  paddingRight: useBriefLayout ? 0 : 1,
311983
311977
  borderStyle: useBriefLayout ? undefined : "single",
311984
311978
  borderColor: useBriefLayout ? undefined : "promptBorder",
311985
- borderLeft: useBriefLayout ? false : true,
311986
- borderTop: useBriefLayout ? false : true,
311987
- borderRight: false,
311988
- borderBottom: false,
311989
311979
  borderText,
311990
311980
  children: /* @__PURE__ */ jsx_dev_runtime110.jsxDEV(HighlightedThinkingText, {
311991
311981
  text: displayText,
@@ -350266,7 +350256,7 @@ function getAnthropicEnvMetadata() {
350266
350256
  function getBuildAgeMinutes() {
350267
350257
  if (false)
350268
350258
  ;
350269
- const buildTime = new Date("2026-05-08T02:50:29.288Z").getTime();
350259
+ const buildTime = new Date("2026-05-08T03:00:25.793Z").getTime();
350270
350260
  if (isNaN(buildTime))
350271
350261
  return;
350272
350262
  return Math.floor((Date.now() - buildTime) / 60000);
@@ -418079,7 +418069,7 @@ function buildPrimarySection() {
418079
418069
  }, undefined, false, undefined, this);
418080
418070
  return [{
418081
418071
  label: "Version",
418082
- value: "0.3.62"
418072
+ value: "0.3.63"
418083
418073
  }, {
418084
418074
  label: "Session name",
418085
418075
  value: nameValue
@@ -457766,7 +457756,7 @@ function getStartupLines(termWidth) {
457766
457756
  const sLen = ` ● ${sL} buffer ready — /help for breach controls`.length;
457767
457757
  out.push(centerAnsiLine(boxRow(sRow, W2, sLen), tw));
457768
457758
  out.push(centerAnsiLine(`${rgb3(...BORDER)}└${"─".repeat(W2 - 2)}┘${RESET2}`, tw));
457769
- out.push(centerAnsiLine(`${rgb3(...DIMCOL)}STRATAGEM X7${RESET2} ${rgb3(...ACCENT)}v${"0.3.62"}${RESET2} ${rgb3(...CYAN)}// breach link stable${RESET2}`, tw));
457759
+ out.push(centerAnsiLine(`${rgb3(...DIMCOL)}STRATAGEM X7${RESET2} ${rgb3(...ACCENT)}v${"0.3.63"}${RESET2} ${rgb3(...CYAN)}// breach link stable${RESET2}`, tw));
457770
457760
  out.push("");
457771
457761
  return out;
457772
457762
  }
@@ -486517,7 +486507,7 @@ var init_bridge_kick = __esm(() => {
486517
486507
  var call61 = async () => {
486518
486508
  return {
486519
486509
  type: "text",
486520
- value: `${"99.0.0"} (built ${"2026-05-08T02:50:29.288Z"})`
486510
+ value: `${"99.0.0"} (built ${"2026-05-08T03:00:25.793Z"})`
486521
486511
  };
486522
486512
  }, version2, version_default;
486523
486513
  var init_version = __esm(() => {
@@ -555343,7 +555333,7 @@ function WelcomeV2() {
555343
555333
  dimColor: true,
555344
555334
  children: [
555345
555335
  "v",
555346
- "0.3.62",
555336
+ "0.3.63",
555347
555337
  " "
555348
555338
  ]
555349
555339
  }, undefined, true, undefined, this)
@@ -574801,7 +574791,7 @@ Usage: stx7 --remote "your task description"`, () => gracefulShutdown(1));
574801
574791
  pendingHookMessages
574802
574792
  }, renderAndRun);
574803
574793
  }
574804
- }).version("0.3.62 (STRATAGEM X7)", "-v, --version", "Output the version number");
574794
+ }).version("0.3.63 (STRATAGEM X7)", "-v, --version", "Output the version number");
574805
574795
  program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
574806
574796
  program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
574807
574797
  if (canUserConfigureAdvisor()) {
@@ -575262,7 +575252,7 @@ if (false) {}
575262
575252
  async function main2() {
575263
575253
  const args = process.argv.slice(2);
575264
575254
  if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
575265
- console.log(`${"0.3.62"} (STRATAGEM X7)`);
575255
+ console.log(`${"0.3.63"} (STRATAGEM X7)`);
575266
575256
  return;
575267
575257
  }
575268
575258
  if (args.includes("--provider")) {
@@ -575384,4 +575374,4 @@ async function main2() {
575384
575374
  }
575385
575375
  main2();
575386
575376
 
575387
- //# debugId=40703F982E7F18CB64756E2164756E21
575377
+ //# debugId=9EAF66A6DCD9CB7764756E2164756E21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stratagem-x7",
3
- "version": "0.3.62",
3
+ "version": "0.3.63",
4
4
  "description": "STRATAGEM X7 is a cyberpunk coding-agent CLI for cloud and local model providers",
5
5
  "type": "module",
6
6
  "bin": {