stratagem-x7 0.3.65 → 0.3.67
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 +27 -19
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -311974,18 +311974,25 @@ ${tail}`;
|
|
|
311974
311974
|
}
|
|
311975
311975
|
const borderText = useBriefLayout ? undefined : { content: " USER ", position: "top", align: "start", offset: 1 };
|
|
311976
311976
|
return /* @__PURE__ */ jsx_dev_runtime110.jsxDEV(ThemedBox_default, {
|
|
311977
|
-
|
|
311977
|
+
alignItems: "flex-start",
|
|
311978
|
+
flexDirection: "row",
|
|
311979
|
+
justifyContent: "space-between",
|
|
311978
311980
|
marginTop: addMargin ? 1 : 0,
|
|
311979
|
-
|
|
311980
|
-
|
|
311981
|
-
|
|
311982
|
-
|
|
311983
|
-
|
|
311984
|
-
|
|
311985
|
-
|
|
311986
|
-
|
|
311987
|
-
useBriefLayout,
|
|
311988
|
-
|
|
311981
|
+
width: "100%",
|
|
311982
|
+
backgroundColor: isSelected ? "messageActionsBackground" : undefined,
|
|
311983
|
+
children: /* @__PURE__ */ jsx_dev_runtime110.jsxDEV(ThemedBox_default, {
|
|
311984
|
+
flexDirection: "column",
|
|
311985
|
+
backgroundColor: useBriefLayout ? undefined : "userMessageBackground",
|
|
311986
|
+
paddingLeft: useBriefLayout ? 0 : 1,
|
|
311987
|
+
paddingRight: useBriefLayout ? 0 : 1,
|
|
311988
|
+
borderStyle: useBriefLayout ? undefined : "single",
|
|
311989
|
+
borderColor: useBriefLayout ? undefined : "promptBorder",
|
|
311990
|
+
borderText,
|
|
311991
|
+
children: /* @__PURE__ */ jsx_dev_runtime110.jsxDEV(HighlightedThinkingText, {
|
|
311992
|
+
text: displayText,
|
|
311993
|
+
useBriefLayout,
|
|
311994
|
+
timestamp: useBriefLayout ? timestamp : undefined
|
|
311995
|
+
}, undefined, false, undefined, this)
|
|
311989
311996
|
}, undefined, false, undefined, this)
|
|
311990
311997
|
}, undefined, false, undefined, this);
|
|
311991
311998
|
}
|
|
@@ -350261,7 +350268,7 @@ function getAnthropicEnvMetadata() {
|
|
|
350261
350268
|
function getBuildAgeMinutes() {
|
|
350262
350269
|
if (false)
|
|
350263
350270
|
;
|
|
350264
|
-
const buildTime = new Date("2026-05-
|
|
350271
|
+
const buildTime = new Date("2026-05-08T04:37:21.421Z").getTime();
|
|
350265
350272
|
if (isNaN(buildTime))
|
|
350266
350273
|
return;
|
|
350267
350274
|
return Math.floor((Date.now() - buildTime) / 60000);
|
|
@@ -418074,7 +418081,7 @@ function buildPrimarySection() {
|
|
|
418074
418081
|
}, undefined, false, undefined, this);
|
|
418075
418082
|
return [{
|
|
418076
418083
|
label: "Version",
|
|
418077
|
-
value: "0.3.
|
|
418084
|
+
value: "0.3.67"
|
|
418078
418085
|
}, {
|
|
418079
418086
|
label: "Session name",
|
|
418080
418087
|
value: nameValue
|
|
@@ -457761,7 +457768,7 @@ function getStartupLines(termWidth) {
|
|
|
457761
457768
|
const sLen = ` ● ${sL} buffer ready — /help for breach controls`.length;
|
|
457762
457769
|
out.push(centerAnsiLine(boxRow(sRow, W2, sLen), tw));
|
|
457763
457770
|
out.push(centerAnsiLine(`${rgb3(...BORDER)}└${"─".repeat(W2 - 2)}┘${RESET2}`, tw));
|
|
457764
|
-
out.push(centerAnsiLine(`${rgb3(...DIMCOL)}STRATAGEM X7${RESET2} ${rgb3(...ACCENT)}v${"0.3.
|
|
457771
|
+
out.push(centerAnsiLine(`${rgb3(...DIMCOL)}STRATAGEM X7${RESET2} ${rgb3(...ACCENT)}v${"0.3.67"}${RESET2} ${rgb3(...CYAN)}// breach link stable${RESET2}`, tw));
|
|
457765
457772
|
out.push("");
|
|
457766
457773
|
return out;
|
|
457767
457774
|
}
|
|
@@ -459395,6 +459402,7 @@ function FullscreenLayout(t0) {
|
|
|
459395
459402
|
flexGrow: 1,
|
|
459396
459403
|
flexDirection: "column",
|
|
459397
459404
|
paddingTop: t9,
|
|
459405
|
+
marginRight: 1,
|
|
459398
459406
|
stickyScroll: true,
|
|
459399
459407
|
children: [
|
|
459400
459408
|
t10,
|
|
@@ -486512,7 +486520,7 @@ var init_bridge_kick = __esm(() => {
|
|
|
486512
486520
|
var call61 = async () => {
|
|
486513
486521
|
return {
|
|
486514
486522
|
type: "text",
|
|
486515
|
-
value: `${"99.0.0"} (built ${"2026-05-
|
|
486523
|
+
value: `${"99.0.0"} (built ${"2026-05-08T04:37:21.421Z"})`
|
|
486516
486524
|
};
|
|
486517
486525
|
}, version2, version_default;
|
|
486518
486526
|
var init_version = __esm(() => {
|
|
@@ -555338,7 +555346,7 @@ function WelcomeV2() {
|
|
|
555338
555346
|
dimColor: true,
|
|
555339
555347
|
children: [
|
|
555340
555348
|
"v",
|
|
555341
|
-
"0.3.
|
|
555349
|
+
"0.3.67",
|
|
555342
555350
|
" "
|
|
555343
555351
|
]
|
|
555344
555352
|
}, undefined, true, undefined, this)
|
|
@@ -574796,7 +574804,7 @@ Usage: stx7 --remote "your task description"`, () => gracefulShutdown(1));
|
|
|
574796
574804
|
pendingHookMessages
|
|
574797
574805
|
}, renderAndRun);
|
|
574798
574806
|
}
|
|
574799
|
-
}).version("0.3.
|
|
574807
|
+
}).version("0.3.67 (STRATAGEM X7)", "-v, --version", "Output the version number");
|
|
574800
574808
|
program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
|
|
574801
574809
|
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
574810
|
if (canUserConfigureAdvisor()) {
|
|
@@ -575257,7 +575265,7 @@ if (false) {}
|
|
|
575257
575265
|
async function main2() {
|
|
575258
575266
|
const args = process.argv.slice(2);
|
|
575259
575267
|
if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
|
|
575260
|
-
console.log(`${"0.3.
|
|
575268
|
+
console.log(`${"0.3.67"} (STRATAGEM X7)`);
|
|
575261
575269
|
return;
|
|
575262
575270
|
}
|
|
575263
575271
|
if (args.includes("--provider")) {
|
|
@@ -575379,4 +575387,4 @@ async function main2() {
|
|
|
575379
575387
|
}
|
|
575380
575388
|
main2();
|
|
575381
575389
|
|
|
575382
|
-
//# debugId=
|
|
575390
|
+
//# debugId=D7E9918816E3820864756E2164756E21
|