stratagem-x7 0.3.68 → 0.3.69
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 +10 -10
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -309782,7 +309782,7 @@ function AssistantTextMessage(t0) {
|
|
|
309782
309782
|
borderColor: "claude",
|
|
309783
309783
|
paddingLeft: 1,
|
|
309784
309784
|
paddingRight: 1,
|
|
309785
|
-
borderText: { content: "
|
|
309785
|
+
borderText: { content: " ▼ STRATAGEM ", position: "top", align: "start", offset: 1 },
|
|
309786
309786
|
children: /* @__PURE__ */ jsx_dev_runtime95.jsxDEV(ThemedBox_default, {
|
|
309787
309787
|
flexDirection: "row",
|
|
309788
309788
|
children: [
|
|
@@ -312039,7 +312039,7 @@ ${tail}`;
|
|
|
312039
312039
|
logError2(new Error("No content found in user prompt message"));
|
|
312040
312040
|
return null;
|
|
312041
312041
|
}
|
|
312042
|
-
const borderText = useBriefLayout ? undefined : { content: "
|
|
312042
|
+
const borderText = useBriefLayout ? undefined : { content: " ▲ USER ", position: "top", align: "start", offset: 1 };
|
|
312043
312043
|
return /* @__PURE__ */ jsx_dev_runtime110.jsxDEV(ThemedBox_default, {
|
|
312044
312044
|
alignItems: "flex-start",
|
|
312045
312045
|
flexDirection: "row",
|
|
@@ -350315,7 +350315,7 @@ function getAnthropicEnvMetadata() {
|
|
|
350315
350315
|
function getBuildAgeMinutes() {
|
|
350316
350316
|
if (false)
|
|
350317
350317
|
;
|
|
350318
|
-
const buildTime = new Date("2026-05-08T06:
|
|
350318
|
+
const buildTime = new Date("2026-05-08T06:49:42.151Z").getTime();
|
|
350319
350319
|
if (isNaN(buildTime))
|
|
350320
350320
|
return;
|
|
350321
350321
|
return Math.floor((Date.now() - buildTime) / 60000);
|
|
@@ -418128,7 +418128,7 @@ function buildPrimarySection() {
|
|
|
418128
418128
|
}, undefined, false, undefined, this);
|
|
418129
418129
|
return [{
|
|
418130
418130
|
label: "Version",
|
|
418131
|
-
value: "0.3.
|
|
418131
|
+
value: "0.3.69"
|
|
418132
418132
|
}, {
|
|
418133
418133
|
label: "Session name",
|
|
418134
418134
|
value: nameValue
|
|
@@ -457815,7 +457815,7 @@ function getStartupLines(termWidth) {
|
|
|
457815
457815
|
const sLen = ` ● ${sL} buffer ready — /help for breach controls`.length;
|
|
457816
457816
|
out.push(centerAnsiLine(boxRow(sRow, W2, sLen), tw));
|
|
457817
457817
|
out.push(centerAnsiLine(`${rgb3(...BORDER)}└${"─".repeat(W2 - 2)}┘${RESET2}`, tw));
|
|
457818
|
-
out.push(centerAnsiLine(`${rgb3(...DIMCOL)}STRATAGEM X7${RESET2} ${rgb3(...ACCENT)}v${"0.3.
|
|
457818
|
+
out.push(centerAnsiLine(`${rgb3(...DIMCOL)}STRATAGEM X7${RESET2} ${rgb3(...ACCENT)}v${"0.3.69"}${RESET2} ${rgb3(...CYAN)}// breach link stable${RESET2}`, tw));
|
|
457819
457819
|
out.push("");
|
|
457820
457820
|
return out;
|
|
457821
457821
|
}
|
|
@@ -486621,7 +486621,7 @@ var init_bridge_kick = __esm(() => {
|
|
|
486621
486621
|
var call61 = async () => {
|
|
486622
486622
|
return {
|
|
486623
486623
|
type: "text",
|
|
486624
|
-
value: `${"99.0.0"} (built ${"2026-05-08T06:
|
|
486624
|
+
value: `${"99.0.0"} (built ${"2026-05-08T06:49:42.151Z"})`
|
|
486625
486625
|
};
|
|
486626
486626
|
}, version2, version_default;
|
|
486627
486627
|
var init_version = __esm(() => {
|
|
@@ -555447,7 +555447,7 @@ function WelcomeV2() {
|
|
|
555447
555447
|
dimColor: true,
|
|
555448
555448
|
children: [
|
|
555449
555449
|
"v",
|
|
555450
|
-
"0.3.
|
|
555450
|
+
"0.3.69",
|
|
555451
555451
|
" "
|
|
555452
555452
|
]
|
|
555453
555453
|
}, undefined, true, undefined, this)
|
|
@@ -574905,7 +574905,7 @@ Usage: stx7 --remote "your task description"`, () => gracefulShutdown(1));
|
|
|
574905
574905
|
pendingHookMessages
|
|
574906
574906
|
}, renderAndRun);
|
|
574907
574907
|
}
|
|
574908
|
-
}).version("0.3.
|
|
574908
|
+
}).version("0.3.69 (STRATAGEM X7)", "-v, --version", "Output the version number");
|
|
574909
574909
|
program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
|
|
574910
574910
|
program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
|
|
574911
574911
|
if (canUserConfigureAdvisor()) {
|
|
@@ -575366,7 +575366,7 @@ if (false) {}
|
|
|
575366
575366
|
async function main2() {
|
|
575367
575367
|
const args = process.argv.slice(2);
|
|
575368
575368
|
if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
|
|
575369
|
-
console.log(`${"0.3.
|
|
575369
|
+
console.log(`${"0.3.69"} (STRATAGEM X7)`);
|
|
575370
575370
|
return;
|
|
575371
575371
|
}
|
|
575372
575372
|
if (args.includes("--provider")) {
|
|
@@ -575488,4 +575488,4 @@ async function main2() {
|
|
|
575488
575488
|
}
|
|
575489
575489
|
main2();
|
|
575490
575490
|
|
|
575491
|
-
//# debugId=
|
|
575491
|
+
//# debugId=AC741DFDDD7FAE8C64756E2164756E21
|