stratagem-x7 0.3.26 → 0.3.27
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 +9 -9
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -365470,7 +365470,7 @@ function AskUserQuestionResultMessage(t0) {
|
|
|
365470
365470
|
]
|
|
365471
365471
|
}, undefined, true, undefined, this),
|
|
365472
365472
|
/* @__PURE__ */ jsx_dev_runtime146.jsxDEV(ThemedText, {
|
|
365473
|
-
children: "User answered
|
|
365473
|
+
children: "User answered Stratagem's questions:"
|
|
365474
365474
|
}, undefined, false, undefined, this)
|
|
365475
365475
|
]
|
|
365476
365476
|
}, undefined, true, undefined, this);
|
|
@@ -383052,7 +383052,7 @@ function getAnthropicEnvMetadata() {
|
|
|
383052
383052
|
function getBuildAgeMinutes() {
|
|
383053
383053
|
if (false)
|
|
383054
383054
|
;
|
|
383055
|
-
const buildTime = new Date("2026-04-
|
|
383055
|
+
const buildTime = new Date("2026-04-30T10:18:51.852Z").getTime();
|
|
383056
383056
|
if (isNaN(buildTime))
|
|
383057
383057
|
return;
|
|
383058
383058
|
return Math.floor((Date.now() - buildTime) / 60000);
|
|
@@ -410229,7 +410229,7 @@ function buildPrimarySection() {
|
|
|
410229
410229
|
}, undefined, false, undefined, this);
|
|
410230
410230
|
return [{
|
|
410231
410231
|
label: "Version",
|
|
410232
|
-
value: "0.3.
|
|
410232
|
+
value: "0.3.27"
|
|
410233
410233
|
}, {
|
|
410234
410234
|
label: "Session name",
|
|
410235
410235
|
value: nameValue
|
|
@@ -449885,7 +449885,7 @@ function getStartupLines(termWidth) {
|
|
|
449885
449885
|
const sLen = ` ● ${sL} buffer ready — /help for breach controls`.length;
|
|
449886
449886
|
out.push(centerAnsiLine(boxRow(sRow, W2, sLen), tw));
|
|
449887
449887
|
out.push(centerAnsiLine(`${rgb3(...BORDER)}└${"─".repeat(W2 - 2)}┘${RESET2}`, tw));
|
|
449888
|
-
out.push(centerAnsiLine(`${rgb3(...DIMCOL)}STRATAGEM X7${RESET2} ${rgb3(...ACCENT)}v${"0.3.
|
|
449888
|
+
out.push(centerAnsiLine(`${rgb3(...DIMCOL)}STRATAGEM X7${RESET2} ${rgb3(...ACCENT)}v${"0.3.27"}${RESET2} ${rgb3(...CYAN)}// breach link stable${RESET2}`, tw));
|
|
449889
449889
|
out.push("");
|
|
449890
449890
|
return out;
|
|
449891
449891
|
}
|
|
@@ -478474,7 +478474,7 @@ var init_bridge_kick = __esm(() => {
|
|
|
478474
478474
|
var call60 = async () => {
|
|
478475
478475
|
return {
|
|
478476
478476
|
type: "text",
|
|
478477
|
-
value: `${"99.0.0"} (built ${"2026-04-
|
|
478477
|
+
value: `${"99.0.0"} (built ${"2026-04-30T10:18:51.852Z"})`
|
|
478478
478478
|
};
|
|
478479
478479
|
}, version2, version_default;
|
|
478480
478480
|
var init_version = __esm(() => {
|
|
@@ -553906,7 +553906,7 @@ function WelcomeV2() {
|
|
|
553906
553906
|
dimColor: true,
|
|
553907
553907
|
children: [
|
|
553908
553908
|
"v",
|
|
553909
|
-
"0.3.
|
|
553909
|
+
"0.3.27",
|
|
553910
553910
|
" "
|
|
553911
553911
|
]
|
|
553912
553912
|
}, undefined, true, undefined, this)
|
|
@@ -573923,7 +573923,7 @@ Usage: stx7 --remote "your task description"`, () => gracefulShutdown(1));
|
|
|
573923
573923
|
pendingHookMessages
|
|
573924
573924
|
}, renderAndRun);
|
|
573925
573925
|
}
|
|
573926
|
-
}).version("0.3.
|
|
573926
|
+
}).version("0.3.27 (STRATAGEM X7)", "-v, --version", "Output the version number");
|
|
573927
573927
|
program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
|
|
573928
573928
|
program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
|
|
573929
573929
|
if (canUserConfigureAdvisor()) {
|
|
@@ -574451,7 +574451,7 @@ if (false) {}
|
|
|
574451
574451
|
async function main2() {
|
|
574452
574452
|
const args = process.argv.slice(2);
|
|
574453
574453
|
if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
|
|
574454
|
-
console.log(`${"0.3.
|
|
574454
|
+
console.log(`${"0.3.27"} (STRATAGEM X7)`);
|
|
574455
574455
|
return;
|
|
574456
574456
|
}
|
|
574457
574457
|
if (args.includes("--provider")) {
|
|
@@ -574573,4 +574573,4 @@ async function main2() {
|
|
|
574573
574573
|
}
|
|
574574
574574
|
main2();
|
|
574575
574575
|
|
|
574576
|
-
//# debugId=
|
|
574576
|
+
//# debugId=0517C19B3C51C48764756E2164756E21
|