stratagem-x7 0.3.13 → 0.3.14
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 -14
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -300773,9 +300773,6 @@ function AssistantMessageBlock(t0) {
|
|
|
300773
300773
|
return t1;
|
|
300774
300774
|
}
|
|
300775
300775
|
case "redacted_thinking": {
|
|
300776
|
-
if (!isTranscriptMode && !verbose) {
|
|
300777
|
-
return null;
|
|
300778
|
-
}
|
|
300779
300776
|
let t1;
|
|
300780
300777
|
if ($2[29] !== addMargin) {
|
|
300781
300778
|
t1 = /* @__PURE__ */ jsx_dev_runtime117.jsxDEV(AssistantRedactedThinkingMessage, {
|
|
@@ -300789,9 +300786,6 @@ function AssistantMessageBlock(t0) {
|
|
|
300789
300786
|
return t1;
|
|
300790
300787
|
}
|
|
300791
300788
|
case "thinking": {
|
|
300792
|
-
if (!isTranscriptMode && !verbose) {
|
|
300793
|
-
return null;
|
|
300794
|
-
}
|
|
300795
300789
|
const isLastThinking = !lastThinkingBlockId || thinkingBlockId === lastThinkingBlockId;
|
|
300796
300790
|
const t1 = isTranscriptMode && !isLastThinking;
|
|
300797
300791
|
let t2;
|
|
@@ -382892,7 +382886,7 @@ function getAnthropicEnvMetadata() {
|
|
|
382892
382886
|
function getBuildAgeMinutes() {
|
|
382893
382887
|
if (false)
|
|
382894
382888
|
;
|
|
382895
|
-
const buildTime = new Date("2026-04-
|
|
382889
|
+
const buildTime = new Date("2026-04-25T07:06:51.803Z").getTime();
|
|
382896
382890
|
if (isNaN(buildTime))
|
|
382897
382891
|
return;
|
|
382898
382892
|
return Math.floor((Date.now() - buildTime) / 60000);
|
|
@@ -410069,7 +410063,7 @@ function buildPrimarySection() {
|
|
|
410069
410063
|
}, undefined, false, undefined, this);
|
|
410070
410064
|
return [{
|
|
410071
410065
|
label: "Version",
|
|
410072
|
-
value: "0.3.
|
|
410066
|
+
value: "0.3.14"
|
|
410073
410067
|
}, {
|
|
410074
410068
|
label: "Session name",
|
|
410075
410069
|
value: nameValue
|
|
@@ -449695,7 +449689,7 @@ function getStartupLines(termWidth) {
|
|
|
449695
449689
|
const sLen = ` ● ${sL} buffer ready — /help for breach controls`.length;
|
|
449696
449690
|
out.push(centerAnsiLine(boxRow(sRow, W2, sLen), tw));
|
|
449697
449691
|
out.push(centerAnsiLine(`${rgb3(...BORDER)}└${"─".repeat(W2 - 2)}┘${RESET2}`, tw));
|
|
449698
|
-
out.push(centerAnsiLine(`${rgb3(...DIMCOL)}STRATAGEM X7${RESET2} ${rgb3(...ACCENT)}v${"0.3.
|
|
449692
|
+
out.push(centerAnsiLine(`${rgb3(...DIMCOL)}STRATAGEM X7${RESET2} ${rgb3(...ACCENT)}v${"0.3.14"}${RESET2} ${rgb3(...CYAN)}// breach link stable${RESET2}`, tw));
|
|
449699
449693
|
out.push("");
|
|
449700
449694
|
return out;
|
|
449701
449695
|
}
|
|
@@ -478244,7 +478238,7 @@ var init_bridge_kick = __esm(() => {
|
|
|
478244
478238
|
var call60 = async () => {
|
|
478245
478239
|
return {
|
|
478246
478240
|
type: "text",
|
|
478247
|
-
value: `${"99.0.0"} (built ${"2026-04-
|
|
478241
|
+
value: `${"99.0.0"} (built ${"2026-04-25T07:06:51.803Z"})`
|
|
478248
478242
|
};
|
|
478249
478243
|
}, version2, version_default;
|
|
478250
478244
|
var init_version = __esm(() => {
|
|
@@ -553656,7 +553650,7 @@ function WelcomeV2() {
|
|
|
553656
553650
|
dimColor: true,
|
|
553657
553651
|
children: [
|
|
553658
553652
|
"v",
|
|
553659
|
-
"0.3.
|
|
553653
|
+
"0.3.14",
|
|
553660
553654
|
" "
|
|
553661
553655
|
]
|
|
553662
553656
|
}, undefined, true, undefined, this)
|
|
@@ -573673,7 +573667,7 @@ Usage: stx7 --remote "your task description"`, () => gracefulShutdown(1));
|
|
|
573673
573667
|
pendingHookMessages
|
|
573674
573668
|
}, renderAndRun);
|
|
573675
573669
|
}
|
|
573676
|
-
}).version("0.3.
|
|
573670
|
+
}).version("0.3.14 (STRATAGEM X7)", "-v, --version", "Output the version number");
|
|
573677
573671
|
program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
|
|
573678
573672
|
program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
|
|
573679
573673
|
if (canUserConfigureAdvisor()) {
|
|
@@ -574201,7 +574195,7 @@ if (false) {}
|
|
|
574201
574195
|
async function main2() {
|
|
574202
574196
|
const args = process.argv.slice(2);
|
|
574203
574197
|
if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
|
|
574204
|
-
console.log(`${"0.3.
|
|
574198
|
+
console.log(`${"0.3.14"} (STRATAGEM X7)`);
|
|
574205
574199
|
return;
|
|
574206
574200
|
}
|
|
574207
574201
|
if (args.includes("--provider")) {
|
|
@@ -574323,4 +574317,4 @@ async function main2() {
|
|
|
574323
574317
|
}
|
|
574324
574318
|
main2();
|
|
574325
574319
|
|
|
574326
|
-
//# debugId=
|
|
574320
|
+
//# debugId=24872291663D4E0C64756E2164756E21
|