@ak9024/openclaude 0.1.9 → 0.1.10
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 +11 -11
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -112285,7 +112285,7 @@ function printStartupScreen() {
|
|
|
112285
112285
|
const sLen = ` ● ${sL} Ready — type /help to begin`.length;
|
|
112286
112286
|
out.push(boxRow(sRow, W2, sLen));
|
|
112287
112287
|
out.push(`${rgb(...BORDER)}╚${"═".repeat(W2 - 2)}╝${RESET}`);
|
|
112288
|
-
out.push(` ${DIM}${rgb(...DIMCOL)}openclaude ${RESET}${rgb(...ACCENT)}v${"0.1.
|
|
112288
|
+
out.push(` ${DIM}${rgb(...DIMCOL)}openclaude ${RESET}${rgb(...ACCENT)}v${"0.1.10"}${RESET}`);
|
|
112289
112289
|
out.push("");
|
|
112290
112290
|
process.stdout.write(out.join(`
|
|
112291
112291
|
`) + `
|
|
@@ -371928,7 +371928,7 @@ function getAnthropicEnvMetadata() {
|
|
|
371928
371928
|
function getBuildAgeMinutes() {
|
|
371929
371929
|
if (false)
|
|
371930
371930
|
;
|
|
371931
|
-
const buildTime = new Date("2026-04-05T18:
|
|
371931
|
+
const buildTime = new Date("2026-04-05T18:53:49.057Z").getTime();
|
|
371932
371932
|
if (isNaN(buildTime))
|
|
371933
371933
|
return;
|
|
371934
371934
|
return Math.floor((Date.now() - buildTime) / 60000);
|
|
@@ -398681,7 +398681,7 @@ function buildPrimarySection() {
|
|
|
398681
398681
|
}, undefined, false, undefined, this);
|
|
398682
398682
|
return [{
|
|
398683
398683
|
label: "Version",
|
|
398684
|
-
value: "0.1.
|
|
398684
|
+
value: "0.1.10"
|
|
398685
398685
|
}, {
|
|
398686
398686
|
label: "Session name",
|
|
398687
398687
|
value: nameValue
|
|
@@ -463578,7 +463578,7 @@ var init_bridge_kick = __esm(() => {
|
|
|
463578
463578
|
var call58 = async () => {
|
|
463579
463579
|
return {
|
|
463580
463580
|
type: "text",
|
|
463581
|
-
value: `${"99.0.0"} (built ${"2026-04-05T18:
|
|
463581
|
+
value: `${"99.0.0"} (built ${"2026-04-05T18:53:49.057Z"})`
|
|
463582
463582
|
};
|
|
463583
463583
|
}, version2, version_default;
|
|
463584
463584
|
var init_version = __esm(() => {
|
|
@@ -537227,7 +537227,7 @@ function WelcomeV2() {
|
|
|
537227
537227
|
dimColor: true,
|
|
537228
537228
|
children: [
|
|
537229
537229
|
"v",
|
|
537230
|
-
"0.1.
|
|
537230
|
+
"0.1.10",
|
|
537231
537231
|
" "
|
|
537232
537232
|
]
|
|
537233
537233
|
}, undefined, true, undefined, this)
|
|
@@ -537427,7 +537427,7 @@ function WelcomeV2() {
|
|
|
537427
537427
|
dimColor: true,
|
|
537428
537428
|
children: [
|
|
537429
537429
|
"v",
|
|
537430
|
-
"0.1.
|
|
537430
|
+
"0.1.10",
|
|
537431
537431
|
" "
|
|
537432
537432
|
]
|
|
537433
537433
|
}, undefined, true, undefined, this)
|
|
@@ -537653,7 +537653,7 @@ function AppleTerminalWelcomeV2(t0) {
|
|
|
537653
537653
|
dimColor: true,
|
|
537654
537654
|
children: [
|
|
537655
537655
|
"v",
|
|
537656
|
-
"0.1.
|
|
537656
|
+
"0.1.10",
|
|
537657
537657
|
" "
|
|
537658
537658
|
]
|
|
537659
537659
|
}, undefined, true, undefined, this);
|
|
@@ -537907,7 +537907,7 @@ function AppleTerminalWelcomeV2(t0) {
|
|
|
537907
537907
|
dimColor: true,
|
|
537908
537908
|
children: [
|
|
537909
537909
|
"v",
|
|
537910
|
-
"0.1.
|
|
537910
|
+
"0.1.10",
|
|
537911
537911
|
" "
|
|
537912
537912
|
]
|
|
537913
537913
|
}, undefined, true, undefined, this);
|
|
@@ -557788,7 +557788,7 @@ Usage: claude --remote "your task description"`, () => gracefulShutdown(1));
|
|
|
557788
557788
|
pendingHookMessages
|
|
557789
557789
|
}, renderAndRun);
|
|
557790
557790
|
}
|
|
557791
|
-
}).version("0.1.
|
|
557791
|
+
}).version("0.1.10 (Open Claude)", "-v, --version", "Output the version number");
|
|
557792
557792
|
program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
|
|
557793
557793
|
program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
|
|
557794
557794
|
if (canUserConfigureAdvisor()) {
|
|
@@ -558364,7 +558364,7 @@ if (false) {}
|
|
|
558364
558364
|
async function main2() {
|
|
558365
558365
|
const args = process.argv.slice(2);
|
|
558366
558366
|
if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
|
|
558367
|
-
console.log(`${"0.1.
|
|
558367
|
+
console.log(`${"0.1.10"} (Open Claude)`);
|
|
558368
558368
|
return;
|
|
558369
558369
|
}
|
|
558370
558370
|
if (args.includes("--provider")) {
|
|
@@ -558482,4 +558482,4 @@ async function main2() {
|
|
|
558482
558482
|
}
|
|
558483
558483
|
main2();
|
|
558484
558484
|
|
|
558485
|
-
//# debugId=
|
|
558485
|
+
//# debugId=355D6369BD5E11D164756E2164756E21
|