stratagem-x7 0.3.66 → 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 +26 -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
|
}
|
|
@@ -486513,7 +486520,7 @@ var init_bridge_kick = __esm(() => {
|
|
|
486513
486520
|
var call61 = async () => {
|
|
486514
486521
|
return {
|
|
486515
486522
|
type: "text",
|
|
486516
|
-
value: `${"99.0.0"} (built ${"2026-05-
|
|
486523
|
+
value: `${"99.0.0"} (built ${"2026-05-08T04:37:21.421Z"})`
|
|
486517
486524
|
};
|
|
486518
486525
|
}, version2, version_default;
|
|
486519
486526
|
var init_version = __esm(() => {
|
|
@@ -555339,7 +555346,7 @@ function WelcomeV2() {
|
|
|
555339
555346
|
dimColor: true,
|
|
555340
555347
|
children: [
|
|
555341
555348
|
"v",
|
|
555342
|
-
"0.3.
|
|
555349
|
+
"0.3.67",
|
|
555343
555350
|
" "
|
|
555344
555351
|
]
|
|
555345
555352
|
}, undefined, true, undefined, this)
|
|
@@ -574797,7 +574804,7 @@ Usage: stx7 --remote "your task description"`, () => gracefulShutdown(1));
|
|
|
574797
574804
|
pendingHookMessages
|
|
574798
574805
|
}, renderAndRun);
|
|
574799
574806
|
}
|
|
574800
|
-
}).version("0.3.
|
|
574807
|
+
}).version("0.3.67 (STRATAGEM X7)", "-v, --version", "Output the version number");
|
|
574801
574808
|
program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
|
|
574802
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.");
|
|
574803
574810
|
if (canUserConfigureAdvisor()) {
|
|
@@ -575258,7 +575265,7 @@ if (false) {}
|
|
|
575258
575265
|
async function main2() {
|
|
575259
575266
|
const args = process.argv.slice(2);
|
|
575260
575267
|
if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
|
|
575261
|
-
console.log(`${"0.3.
|
|
575268
|
+
console.log(`${"0.3.67"} (STRATAGEM X7)`);
|
|
575262
575269
|
return;
|
|
575263
575270
|
}
|
|
575264
575271
|
if (args.includes("--provider")) {
|
|
@@ -575380,4 +575387,4 @@ async function main2() {
|
|
|
575380
575387
|
}
|
|
575381
575388
|
main2();
|
|
575382
575389
|
|
|
575383
|
-
//# debugId=
|
|
575390
|
+
//# debugId=D7E9918816E3820864756E2164756E21
|