@duheso/zerocli 1.1.1 → 1.1.2
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 -12
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -119226,7 +119226,7 @@ function buildProviderInfoLines() {
|
|
|
119226
119226
|
const sLen = ` ● ${sL} ${sReady}`.length;
|
|
119227
119227
|
out.push(boxRow(sRow, W2, sLen));
|
|
119228
119228
|
out.push(`${rgb(...BORDER)}╚${"═".repeat(W2 - 2)}╝${RESET}`);
|
|
119229
|
-
out.push(` ${DIM}${rgb(...DIMCOL)}zero ${RESET}${rgb(...ACCENT)}v${"1.1.
|
|
119229
|
+
out.push(` ${DIM}${rgb(...DIMCOL)}zero ${RESET}${rgb(...ACCENT)}v${"1.1.2"}${RESET}`);
|
|
119230
119230
|
return out;
|
|
119231
119231
|
}
|
|
119232
119232
|
function printStartupScreen() {}
|
|
@@ -389296,7 +389296,9 @@ var init_WindowsControlTool = __esm(() => {
|
|
|
389296
389296
|
name: TOOL_NAME,
|
|
389297
389297
|
description: TOOL_DESCRIPTION,
|
|
389298
389298
|
searchHint: SEARCH_HINT,
|
|
389299
|
-
prompt
|
|
389299
|
+
async prompt() {
|
|
389300
|
+
return WINDOWS_CONTROL_PROMPT;
|
|
389301
|
+
},
|
|
389300
389302
|
isConcurrencySafe: false,
|
|
389301
389303
|
inputSchema: inputSchema38,
|
|
389302
389304
|
async call(input) {
|
|
@@ -402274,7 +402276,7 @@ function getAnthropicEnvMetadata() {
|
|
|
402274
402276
|
function getBuildAgeMinutes() {
|
|
402275
402277
|
if (false)
|
|
402276
402278
|
;
|
|
402277
|
-
const buildTime = new Date("2026-05-23T19:
|
|
402279
|
+
const buildTime = new Date("2026-05-23T19:20:07.267Z").getTime();
|
|
402278
402280
|
if (isNaN(buildTime))
|
|
402279
402281
|
return;
|
|
402280
402282
|
return Math.floor((Date.now() - buildTime) / 60000);
|
|
@@ -444298,7 +444300,7 @@ function buildPrimarySection() {
|
|
|
444298
444300
|
});
|
|
444299
444301
|
return [{
|
|
444300
444302
|
label: "Version",
|
|
444301
|
-
value: "1.1.
|
|
444303
|
+
value: "1.1.2"
|
|
444302
444304
|
}, {
|
|
444303
444305
|
label: "Session name",
|
|
444304
444306
|
value: nameValue
|
|
@@ -512644,7 +512646,7 @@ var init_bridge_kick = __esm(() => {
|
|
|
512644
512646
|
var call60 = async () => {
|
|
512645
512647
|
return {
|
|
512646
512648
|
type: "text",
|
|
512647
|
-
value: `${"1.1.0"} (built ${"2026-05-23T19:
|
|
512649
|
+
value: `${"1.1.0"} (built ${"2026-05-23T19:20:07.267Z"})`
|
|
512648
512650
|
};
|
|
512649
512651
|
}, version2, version_default;
|
|
512650
512652
|
var init_version = __esm(() => {
|
|
@@ -588668,7 +588670,7 @@ function WelcomeV2() {
|
|
|
588668
588670
|
dimColor: true,
|
|
588669
588671
|
children: [
|
|
588670
588672
|
"v",
|
|
588671
|
-
"1.1.
|
|
588673
|
+
"1.1.2",
|
|
588672
588674
|
" "
|
|
588673
588675
|
]
|
|
588674
588676
|
})
|
|
@@ -588902,7 +588904,7 @@ function WelcomeV2() {
|
|
|
588902
588904
|
dimColor: true,
|
|
588903
588905
|
children: [
|
|
588904
588906
|
"v",
|
|
588905
|
-
"1.1.
|
|
588907
|
+
"1.1.2",
|
|
588906
588908
|
" "
|
|
588907
588909
|
]
|
|
588908
588910
|
})
|
|
@@ -589149,7 +589151,7 @@ function AppleTerminalWelcomeV2(t0) {
|
|
|
589149
589151
|
dimColor: true,
|
|
589150
589152
|
children: [
|
|
589151
589153
|
"v",
|
|
589152
|
-
"1.1.
|
|
589154
|
+
"1.1.2",
|
|
589153
589155
|
" "
|
|
589154
589156
|
]
|
|
589155
589157
|
});
|
|
@@ -589422,7 +589424,7 @@ function AppleTerminalWelcomeV2(t0) {
|
|
|
589422
589424
|
dimColor: true,
|
|
589423
589425
|
children: [
|
|
589424
589426
|
"v",
|
|
589425
|
-
"1.1.
|
|
589427
|
+
"1.1.2",
|
|
589426
589428
|
" "
|
|
589427
589429
|
]
|
|
589428
589430
|
});
|
|
@@ -609667,7 +609669,7 @@ Usage: claude --remote "your task description"`, () => gracefulShutdown(1));
|
|
|
609667
609669
|
pendingHookMessages
|
|
609668
609670
|
}, renderAndRun);
|
|
609669
609671
|
}
|
|
609670
|
-
}).version("1.1.
|
|
609672
|
+
}).version("1.1.2", "-v, --version", "Output the version number");
|
|
609671
609673
|
program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
|
|
609672
609674
|
program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
|
|
609673
609675
|
if (canUserConfigureAdvisor()) {
|
|
@@ -610333,7 +610335,7 @@ if (false) {}
|
|
|
610333
610335
|
async function main2() {
|
|
610334
610336
|
const args = process.argv.slice(2);
|
|
610335
610337
|
if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
|
|
610336
|
-
console.log(`${"1.1.
|
|
610338
|
+
console.log(`${"1.1.2"} (ZeroCLI)`);
|
|
610337
610339
|
return;
|
|
610338
610340
|
}
|
|
610339
610341
|
if (args.includes("--provider")) {
|
|
@@ -610475,4 +610477,4 @@ async function main2() {
|
|
|
610475
610477
|
}
|
|
610476
610478
|
main2();
|
|
610477
610479
|
|
|
610478
|
-
//# debugId=
|
|
610480
|
+
//# debugId=051ED0C03B78342F64756E2164756E21
|