stratagem-x7 0.3.77 → 0.3.78
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 +14 -14
- 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-
|
|
353874
|
+
const buildTime = new Date("2026-05-09T14:01:36.421Z").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.3.
|
|
421687
|
+
value: "0.3.78"
|
|
421688
421688
|
}, {
|
|
421689
421689
|
label: "Session name",
|
|
421690
421690
|
value: nameValue
|
|
@@ -461599,7 +461599,7 @@ function getStartupLines(termWidth) {
|
|
|
461599
461599
|
const out = [];
|
|
461600
461600
|
out.push("");
|
|
461601
461601
|
out.push("");
|
|
461602
|
-
const logo = tw >= 84 ? LOGO_STX7 : tw >=
|
|
461602
|
+
const logo = tw >= 84 ? LOGO_STX7 : tw >= 38 ? LOGO_STX7_MINI : null;
|
|
461603
461603
|
if (logo) {
|
|
461604
461604
|
const total = logo.length;
|
|
461605
461605
|
for (let i3 = 0;i3 < total; i3++) {
|
|
@@ -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.3.
|
|
461664
|
+
out.push(centerAnsiLine(`${rgb3(...DIMCOL)}STRATAGEM X7${RESET2} ${rgb3(...ACCENT)}v${"0.3.78"}${RESET2} ${rgb3(...CYAN)}// breach link stable${RESET2}`, tw));
|
|
461665
461665
|
} else {
|
|
461666
|
-
out.push(centerAnsiLine(`${rgb3(...DIMCOL)}STX7${RESET2} ${rgb3(...ACCENT)}v${"0.3.
|
|
461666
|
+
out.push(centerAnsiLine(`${rgb3(...DIMCOL)}STX7${RESET2} ${rgb3(...ACCENT)}v${"0.3.78"}${RESET2}`, tw));
|
|
461667
461667
|
}
|
|
461668
461668
|
out.push("");
|
|
461669
461669
|
return out;
|
|
@@ -461701,10 +461701,10 @@ var init_StartupScreen = __esm(() => {
|
|
|
461701
461701
|
` ═══ X7 ═══ `
|
|
461702
461702
|
];
|
|
461703
461703
|
LOGO_STX7_MINI = [
|
|
461704
|
-
|
|
461705
|
-
|
|
461706
|
-
|
|
461707
|
-
`
|
|
461704
|
+
`█▀▀ ▀█▀ █▀▄ ▄▀▄ ▀█▀ ▄▀▄ █▀▀ █▀▀ █▄▄█`,
|
|
461705
|
+
`▀▀█ █ █▀▄ █▀█ █ █▀█ █ █ █▀ █ █`,
|
|
461706
|
+
`███ █ █ █ █ █ █ █ █ ▀▄█ █▄▄ █ █`,
|
|
461707
|
+
` ═══ X7 ═══ `
|
|
461708
461708
|
];
|
|
461709
461709
|
});
|
|
461710
461710
|
|
|
@@ -490476,7 +490476,7 @@ var init_bridge_kick = __esm(() => {
|
|
|
490476
490476
|
var call61 = async () => {
|
|
490477
490477
|
return {
|
|
490478
490478
|
type: "text",
|
|
490479
|
-
value: `${"99.0.0"} (built ${"2026-05-
|
|
490479
|
+
value: `${"99.0.0"} (built ${"2026-05-09T14:01:36.421Z"})`
|
|
490480
490480
|
};
|
|
490481
490481
|
}, version2, version_default;
|
|
490482
490482
|
var init_version = __esm(() => {
|
|
@@ -559392,7 +559392,7 @@ function WelcomeV2() {
|
|
|
559392
559392
|
dimColor: true,
|
|
559393
559393
|
children: [
|
|
559394
559394
|
"v",
|
|
559395
|
-
"0.3.
|
|
559395
|
+
"0.3.78",
|
|
559396
559396
|
" "
|
|
559397
559397
|
]
|
|
559398
559398
|
}, undefined, true, undefined, this)
|
|
@@ -578850,7 +578850,7 @@ Usage: stx7 --remote "your task description"`, () => gracefulShutdown(1));
|
|
|
578850
578850
|
pendingHookMessages
|
|
578851
578851
|
}, renderAndRun);
|
|
578852
578852
|
}
|
|
578853
|
-
}).version("0.3.
|
|
578853
|
+
}).version("0.3.78 (STRATAGEM X7)", "-v, --version", "Output the version number");
|
|
578854
578854
|
program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
|
|
578855
578855
|
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
578856
|
if (canUserConfigureAdvisor()) {
|
|
@@ -579311,7 +579311,7 @@ if (false) {}
|
|
|
579311
579311
|
async function main2() {
|
|
579312
579312
|
const args = process.argv.slice(2);
|
|
579313
579313
|
if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
|
|
579314
|
-
console.log(`${"0.3.
|
|
579314
|
+
console.log(`${"0.3.78"} (STRATAGEM X7)`);
|
|
579315
579315
|
return;
|
|
579316
579316
|
}
|
|
579317
579317
|
if (args.includes("--provider")) {
|
|
@@ -579433,4 +579433,4 @@ async function main2() {
|
|
|
579433
579433
|
}
|
|
579434
579434
|
main2();
|
|
579435
579435
|
|
|
579436
|
-
//# debugId=
|
|
579436
|
+
//# debugId=DF4004947B61DC8C64756E2164756E21
|