stratagem-x7 0.3.35 → 0.3.37
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 +8 -8
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -350483,7 +350483,7 @@ function getAnthropicEnvMetadata() {
|
|
|
350483
350483
|
function getBuildAgeMinutes() {
|
|
350484
350484
|
if (false)
|
|
350485
350485
|
;
|
|
350486
|
-
const buildTime = new Date("2026-05-
|
|
350486
|
+
const buildTime = new Date("2026-05-06T08:20:32.269Z").getTime();
|
|
350487
350487
|
if (isNaN(buildTime))
|
|
350488
350488
|
return;
|
|
350489
350489
|
return Math.floor((Date.now() - buildTime) / 60000);
|
|
@@ -417626,7 +417626,7 @@ function buildPrimarySection() {
|
|
|
417626
417626
|
}, undefined, false, undefined, this);
|
|
417627
417627
|
return [{
|
|
417628
417628
|
label: "Version",
|
|
417629
|
-
value: "0.3.
|
|
417629
|
+
value: "0.3.37"
|
|
417630
417630
|
}, {
|
|
417631
417631
|
label: "Session name",
|
|
417632
417632
|
value: nameValue
|
|
@@ -457320,7 +457320,7 @@ function getStartupLines(termWidth) {
|
|
|
457320
457320
|
const sLen = ` ● ${sL} buffer ready — /help for breach controls`.length;
|
|
457321
457321
|
out.push(centerAnsiLine(boxRow(sRow, W2, sLen), tw));
|
|
457322
457322
|
out.push(centerAnsiLine(`${rgb3(...BORDER)}└${"─".repeat(W2 - 2)}┘${RESET2}`, tw));
|
|
457323
|
-
out.push(centerAnsiLine(`${rgb3(...DIMCOL)}STRATAGEM X7${RESET2} ${rgb3(...ACCENT)}v${"0.3.
|
|
457323
|
+
out.push(centerAnsiLine(`${rgb3(...DIMCOL)}STRATAGEM X7${RESET2} ${rgb3(...ACCENT)}v${"0.3.37"}${RESET2} ${rgb3(...CYAN)}// breach link stable${RESET2}`, tw));
|
|
457324
457324
|
out.push("");
|
|
457325
457325
|
return out;
|
|
457326
457326
|
}
|
|
@@ -485993,7 +485993,7 @@ var init_bridge_kick = __esm(() => {
|
|
|
485993
485993
|
var call60 = async () => {
|
|
485994
485994
|
return {
|
|
485995
485995
|
type: "text",
|
|
485996
|
-
value: `${"99.0.0"} (built ${"2026-05-
|
|
485996
|
+
value: `${"99.0.0"} (built ${"2026-05-06T08:20:32.269Z"})`
|
|
485997
485997
|
};
|
|
485998
485998
|
}, version2, version_default;
|
|
485999
485999
|
var init_version = __esm(() => {
|
|
@@ -554729,7 +554729,7 @@ function WelcomeV2() {
|
|
|
554729
554729
|
dimColor: true,
|
|
554730
554730
|
children: [
|
|
554731
554731
|
"v",
|
|
554732
|
-
"0.3.
|
|
554732
|
+
"0.3.37",
|
|
554733
554733
|
" "
|
|
554734
554734
|
]
|
|
554735
554735
|
}, undefined, true, undefined, this)
|
|
@@ -574186,7 +574186,7 @@ Usage: stx7 --remote "your task description"`, () => gracefulShutdown(1));
|
|
|
574186
574186
|
pendingHookMessages
|
|
574187
574187
|
}, renderAndRun);
|
|
574188
574188
|
}
|
|
574189
|
-
}).version("0.3.
|
|
574189
|
+
}).version("0.3.37 (STRATAGEM X7)", "-v, --version", "Output the version number");
|
|
574190
574190
|
program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
|
|
574191
574191
|
program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
|
|
574192
574192
|
if (canUserConfigureAdvisor()) {
|
|
@@ -574647,7 +574647,7 @@ if (false) {}
|
|
|
574647
574647
|
async function main2() {
|
|
574648
574648
|
const args = process.argv.slice(2);
|
|
574649
574649
|
if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
|
|
574650
|
-
console.log(`${"0.3.
|
|
574650
|
+
console.log(`${"0.3.37"} (STRATAGEM X7)`);
|
|
574651
574651
|
return;
|
|
574652
574652
|
}
|
|
574653
574653
|
if (args.includes("--provider")) {
|
|
@@ -574769,4 +574769,4 @@ async function main2() {
|
|
|
574769
574769
|
}
|
|
574770
574770
|
main2();
|
|
574771
574771
|
|
|
574772
|
-
//# debugId=
|
|
574772
|
+
//# debugId=C2CDBB8658F0148D64756E2164756E21
|