stratagem-x7 0.4.2 → 0.4.3
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 -11
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -353881,7 +353881,7 @@ function getAnthropicEnvMetadata() {
|
|
|
353881
353881
|
function getBuildAgeMinutes() {
|
|
353882
353882
|
if (false)
|
|
353883
353883
|
;
|
|
353884
|
-
const buildTime = new Date("2026-05-12T05:
|
|
353884
|
+
const buildTime = new Date("2026-05-12T05:17:16.633Z").getTime();
|
|
353885
353885
|
if (isNaN(buildTime))
|
|
353886
353886
|
return;
|
|
353887
353887
|
return Math.floor((Date.now() - buildTime) / 60000);
|
|
@@ -421695,7 +421695,7 @@ function buildPrimarySection() {
|
|
|
421695
421695
|
}, undefined, false, undefined, this);
|
|
421696
421696
|
return [{
|
|
421697
421697
|
label: "Version",
|
|
421698
|
-
value: "0.4.
|
|
421698
|
+
value: "0.4.3"
|
|
421699
421699
|
}, {
|
|
421700
421700
|
label: "Session name",
|
|
421701
421701
|
value: nameValue
|
|
@@ -461672,9 +461672,9 @@ function getStartupLines(termWidth) {
|
|
|
461672
461672
|
out.push(centerAnsiLine(boxRow(sRow, W2, sLen), tw));
|
|
461673
461673
|
out.push(centerAnsiLine(`${rgb3(...BORDER)}└${"─".repeat(W2 - 2)}┘${RESET2}`, tw));
|
|
461674
461674
|
if (tw >= 50) {
|
|
461675
|
-
out.push(centerAnsiLine(`${rgb3(...DIMCOL)}STRATAGEM X7${RESET2} ${rgb3(...ACCENT)}v${"0.4.
|
|
461675
|
+
out.push(centerAnsiLine(`${rgb3(...DIMCOL)}STRATAGEM X7${RESET2} ${rgb3(...ACCENT)}v${"0.4.3"}${RESET2} ${rgb3(...CYAN)}// breach link stable${RESET2}`, tw));
|
|
461676
461676
|
} else {
|
|
461677
|
-
out.push(centerAnsiLine(`${rgb3(...DIMCOL)}STX7${RESET2} ${rgb3(...ACCENT)}v${"0.4.
|
|
461677
|
+
out.push(centerAnsiLine(`${rgb3(...DIMCOL)}STX7${RESET2} ${rgb3(...ACCENT)}v${"0.4.3"}${RESET2}`, tw));
|
|
461678
461678
|
}
|
|
461679
461679
|
out.push("");
|
|
461680
461680
|
return out;
|
|
@@ -490489,7 +490489,7 @@ var init_bridge_kick = __esm(() => {
|
|
|
490489
490489
|
var call61 = async () => {
|
|
490490
490490
|
return {
|
|
490491
490491
|
type: "text",
|
|
490492
|
-
value: `${"99.0.0"} (built ${"2026-05-12T05:
|
|
490492
|
+
value: `${"99.0.0"} (built ${"2026-05-12T05:17:16.633Z"})`
|
|
490493
490493
|
};
|
|
490494
490494
|
}, version2, version_default;
|
|
490495
490495
|
var init_version = __esm(() => {
|
|
@@ -536500,8 +536500,6 @@ function ModeIndicator({
|
|
|
536500
536500
|
color: getModeColor(currentMode),
|
|
536501
536501
|
children: [
|
|
536502
536502
|
"[",
|
|
536503
|
-
permissionModeSymbol(currentMode),
|
|
536504
|
-
" ",
|
|
536505
536503
|
permissionModeTitle(currentMode).toUpperCase(),
|
|
536506
536504
|
"]",
|
|
536507
536505
|
shouldShowModeHint && /* @__PURE__ */ jsx_dev_runtime435.jsxDEV(ThemedText, {
|
|
@@ -559405,7 +559403,7 @@ function WelcomeV2() {
|
|
|
559405
559403
|
dimColor: true,
|
|
559406
559404
|
children: [
|
|
559407
559405
|
"v",
|
|
559408
|
-
"0.4.
|
|
559406
|
+
"0.4.3",
|
|
559409
559407
|
" "
|
|
559410
559408
|
]
|
|
559411
559409
|
}, undefined, true, undefined, this)
|
|
@@ -578863,7 +578861,7 @@ Usage: stx7 --remote "your task description"`, () => gracefulShutdown(1));
|
|
|
578863
578861
|
pendingHookMessages
|
|
578864
578862
|
}, renderAndRun);
|
|
578865
578863
|
}
|
|
578866
|
-
}).version("0.4.
|
|
578864
|
+
}).version("0.4.3 (STRATAGEM X7)", "-v, --version", "Output the version number");
|
|
578867
578865
|
program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
|
|
578868
578866
|
program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
|
|
578869
578867
|
if (canUserConfigureAdvisor()) {
|
|
@@ -579324,7 +579322,7 @@ if (false) {}
|
|
|
579324
579322
|
async function main2() {
|
|
579325
579323
|
const args = process.argv.slice(2);
|
|
579326
579324
|
if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
|
|
579327
|
-
console.log(`${"0.4.
|
|
579325
|
+
console.log(`${"0.4.3"} (STRATAGEM X7)`);
|
|
579328
579326
|
return;
|
|
579329
579327
|
}
|
|
579330
579328
|
if (args.includes("--provider")) {
|
|
@@ -579446,4 +579444,4 @@ async function main2() {
|
|
|
579446
579444
|
}
|
|
579447
579445
|
main2();
|
|
579448
579446
|
|
|
579449
|
-
//# debugId=
|
|
579447
|
+
//# debugId=4558E5C44F8FDC0564756E2164756E21
|