stratagem-x7 0.3.78 → 0.4.1
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 +15 -13
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -353871,7 +353871,7 @@ function getAnthropicEnvMetadata() {
|
|
|
353871
353871
|
function getBuildAgeMinutes() {
|
|
353872
353872
|
if (false)
|
|
353873
353873
|
;
|
|
353874
|
-
const buildTime = new Date("2026-05-09T14:
|
|
353874
|
+
const buildTime = new Date("2026-05-09T14:48:31.596Z").getTime();
|
|
353875
353875
|
if (isNaN(buildTime))
|
|
353876
353876
|
return;
|
|
353877
353877
|
return Math.floor((Date.now() - buildTime) / 60000);
|
|
@@ -421684,7 +421684,7 @@ function buildPrimarySection() {
|
|
|
421684
421684
|
}, undefined, false, undefined, this);
|
|
421685
421685
|
return [{
|
|
421686
421686
|
label: "Version",
|
|
421687
|
-
value: "0.
|
|
421687
|
+
value: "0.4.1"
|
|
421688
421688
|
}, {
|
|
421689
421689
|
label: "Session name",
|
|
421690
421690
|
value: nameValue
|
|
@@ -461661,9 +461661,9 @@ function getStartupLines(termWidth) {
|
|
|
461661
461661
|
out.push(centerAnsiLine(boxRow(sRow, W2, sLen), tw));
|
|
461662
461662
|
out.push(centerAnsiLine(`${rgb3(...BORDER)}└${"─".repeat(W2 - 2)}┘${RESET2}`, tw));
|
|
461663
461663
|
if (tw >= 50) {
|
|
461664
|
-
out.push(centerAnsiLine(`${rgb3(...DIMCOL)}STRATAGEM X7${RESET2} ${rgb3(...ACCENT)}v${"0.
|
|
461664
|
+
out.push(centerAnsiLine(`${rgb3(...DIMCOL)}STRATAGEM X7${RESET2} ${rgb3(...ACCENT)}v${"0.4.1"}${RESET2} ${rgb3(...CYAN)}// breach link stable${RESET2}`, tw));
|
|
461665
461665
|
} else {
|
|
461666
|
-
out.push(centerAnsiLine(`${rgb3(...DIMCOL)}STX7${RESET2} ${rgb3(...ACCENT)}v${"0.
|
|
461666
|
+
out.push(centerAnsiLine(`${rgb3(...DIMCOL)}STX7${RESET2} ${rgb3(...ACCENT)}v${"0.4.1"}${RESET2}`, tw));
|
|
461667
461667
|
}
|
|
461668
461668
|
out.push("");
|
|
461669
461669
|
return out;
|
|
@@ -461701,10 +461701,12 @@ var init_StartupScreen = __esm(() => {
|
|
|
461701
461701
|
` ═══ X7 ═══ `
|
|
461702
461702
|
];
|
|
461703
461703
|
LOGO_STX7_MINI = [
|
|
461704
|
-
|
|
461705
|
-
|
|
461706
|
-
|
|
461707
|
-
`
|
|
461704
|
+
``,
|
|
461705
|
+
` █▀▀ ▀█▀ █▀▄ ▄▀▄ ▀█▀ ▄▀▄ █▀▀ █▀▀ █▄ ▄█ `,
|
|
461706
|
+
` ▀▀█ █ █▀▄ █▀█ █ █▀█ █ █ █▀ █ █ █ `,
|
|
461707
|
+
` ███ █ █ █ █ █ █ █ █ ▀▄█ █▄▄ █ █ `,
|
|
461708
|
+
` `,
|
|
461709
|
+
` ═══ X7 ═══ `
|
|
461708
461710
|
];
|
|
461709
461711
|
});
|
|
461710
461712
|
|
|
@@ -490476,7 +490478,7 @@ var init_bridge_kick = __esm(() => {
|
|
|
490476
490478
|
var call61 = async () => {
|
|
490477
490479
|
return {
|
|
490478
490480
|
type: "text",
|
|
490479
|
-
value: `${"99.0.0"} (built ${"2026-05-09T14:
|
|
490481
|
+
value: `${"99.0.0"} (built ${"2026-05-09T14:48:31.596Z"})`
|
|
490480
490482
|
};
|
|
490481
490483
|
}, version2, version_default;
|
|
490482
490484
|
var init_version = __esm(() => {
|
|
@@ -559392,7 +559394,7 @@ function WelcomeV2() {
|
|
|
559392
559394
|
dimColor: true,
|
|
559393
559395
|
children: [
|
|
559394
559396
|
"v",
|
|
559395
|
-
"0.
|
|
559397
|
+
"0.4.1",
|
|
559396
559398
|
" "
|
|
559397
559399
|
]
|
|
559398
559400
|
}, undefined, true, undefined, this)
|
|
@@ -578850,7 +578852,7 @@ Usage: stx7 --remote "your task description"`, () => gracefulShutdown(1));
|
|
|
578850
578852
|
pendingHookMessages
|
|
578851
578853
|
}, renderAndRun);
|
|
578852
578854
|
}
|
|
578853
|
-
}).version("0.
|
|
578855
|
+
}).version("0.4.1 (STRATAGEM X7)", "-v, --version", "Output the version number");
|
|
578854
578856
|
program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
|
|
578855
578857
|
program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
|
|
578856
578858
|
if (canUserConfigureAdvisor()) {
|
|
@@ -579311,7 +579313,7 @@ if (false) {}
|
|
|
579311
579313
|
async function main2() {
|
|
579312
579314
|
const args = process.argv.slice(2);
|
|
579313
579315
|
if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
|
|
579314
|
-
console.log(`${"0.
|
|
579316
|
+
console.log(`${"0.4.1"} (STRATAGEM X7)`);
|
|
579315
579317
|
return;
|
|
579316
579318
|
}
|
|
579317
579319
|
if (args.includes("--provider")) {
|
|
@@ -579433,4 +579435,4 @@ async function main2() {
|
|
|
579433
579435
|
}
|
|
579434
579436
|
main2();
|
|
579435
579437
|
|
|
579436
|
-
//# debugId=
|
|
579438
|
+
//# debugId=7A72C279A74F263264756E2164756E21
|