@piceofpentogramm/alterclaude 0.1.2 → 0.1.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 +11 -11
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -53385,7 +53385,7 @@ async function resolveProviderApiKeyHelpers(targetEnv) {
|
|
|
53385
53385
|
}
|
|
53386
53386
|
}
|
|
53387
53387
|
function applyProfileEnvToProcessEnv(targetEnv, nextEnv) {
|
|
53388
|
-
if (nextEnv.CLAUDE_CODE_USE_OPENROUTER &&
|
|
53388
|
+
if (nextEnv.CLAUDE_CODE_USE_OPENROUTER && nextEnv.OPENROUTER_API_KEY) {
|
|
53389
53389
|
nextEnv.OPENAI_API_KEY = nextEnv.OPENROUTER_API_KEY;
|
|
53390
53390
|
nextEnv.OPENAI_BASE_URL = nextEnv.OPENAI_BASE_URL || nextEnv.OPENROUTER_BASE_URL;
|
|
53391
53391
|
nextEnv.OPENAI_MODEL = nextEnv.OPENAI_MODEL || nextEnv.OPENROUTER_MODEL;
|
|
@@ -120164,7 +120164,7 @@ function printStartupScreen() {
|
|
|
120164
120164
|
const sLen = ` ● ${sL} Ready — type /help to begin`.length;
|
|
120165
120165
|
out.push(boxRow(sRow, W2, sLen));
|
|
120166
120166
|
out.push(`${rgb(...BORDER)}╚${"═".repeat(W2 - 2)}╝${RESET}`);
|
|
120167
|
-
out.push(` ${DIM}${rgb(...DIMCOL)}alterclaude ${RESET}${rgb(...ACCENT)}v${"0.1.
|
|
120167
|
+
out.push(` ${DIM}${rgb(...DIMCOL)}alterclaude ${RESET}${rgb(...ACCENT)}v${"0.1.3"}${RESET}`);
|
|
120168
120168
|
out.push("");
|
|
120169
120169
|
process.stdout.write(out.join(`
|
|
120170
120170
|
`) + `
|
|
@@ -358918,7 +358918,7 @@ function getAnthropicEnvMetadata() {
|
|
|
358918
358918
|
function getBuildAgeMinutes() {
|
|
358919
358919
|
if (false)
|
|
358920
358920
|
;
|
|
358921
|
-
const buildTime = new Date("2026-05-29T15:
|
|
358921
|
+
const buildTime = new Date("2026-05-29T15:40:04.535Z").getTime();
|
|
358922
358922
|
if (isNaN(buildTime))
|
|
358923
358923
|
return;
|
|
358924
358924
|
return Math.floor((Date.now() - buildTime) / 60000);
|
|
@@ -451510,7 +451510,7 @@ var init_bridge_kick = __esm(() => {
|
|
|
451510
451510
|
var call58 = async () => {
|
|
451511
451511
|
return {
|
|
451512
451512
|
type: "text",
|
|
451513
|
-
value: `${"99.0.0"} (built ${"2026-05-29T15:
|
|
451513
|
+
value: `${"99.0.0"} (built ${"2026-05-29T15:40:04.535Z"})`
|
|
451514
451514
|
};
|
|
451515
451515
|
}, version2, version_default;
|
|
451516
451516
|
var init_version = __esm(() => {
|
|
@@ -524651,7 +524651,7 @@ function WelcomeV2() {
|
|
|
524651
524651
|
dimColor: true,
|
|
524652
524652
|
children: [
|
|
524653
524653
|
"v",
|
|
524654
|
-
"0.1.
|
|
524654
|
+
"0.1.3",
|
|
524655
524655
|
" "
|
|
524656
524656
|
]
|
|
524657
524657
|
}, undefined, true, undefined, this)
|
|
@@ -524851,7 +524851,7 @@ function WelcomeV2() {
|
|
|
524851
524851
|
dimColor: true,
|
|
524852
524852
|
children: [
|
|
524853
524853
|
"v",
|
|
524854
|
-
"0.1.
|
|
524854
|
+
"0.1.3",
|
|
524855
524855
|
" "
|
|
524856
524856
|
]
|
|
524857
524857
|
}, undefined, true, undefined, this)
|
|
@@ -525077,7 +525077,7 @@ function AppleTerminalWelcomeV2(t0) {
|
|
|
525077
525077
|
dimColor: true,
|
|
525078
525078
|
children: [
|
|
525079
525079
|
"v",
|
|
525080
|
-
"0.1.
|
|
525080
|
+
"0.1.3",
|
|
525081
525081
|
" "
|
|
525082
525082
|
]
|
|
525083
525083
|
}, undefined, true, undefined, this);
|
|
@@ -525331,7 +525331,7 @@ function AppleTerminalWelcomeV2(t0) {
|
|
|
525331
525331
|
dimColor: true,
|
|
525332
525332
|
children: [
|
|
525333
525333
|
"v",
|
|
525334
|
-
"0.1.
|
|
525334
|
+
"0.1.3",
|
|
525335
525335
|
" "
|
|
525336
525336
|
]
|
|
525337
525337
|
}, undefined, true, undefined, this);
|
|
@@ -545879,7 +545879,7 @@ Usage: claude --remote "your task description"`, () => gracefulShutdown(1));
|
|
|
545879
545879
|
pendingHookMessages
|
|
545880
545880
|
}, renderAndRun);
|
|
545881
545881
|
}
|
|
545882
|
-
}).version("0.1.
|
|
545882
|
+
}).version("0.1.3 (Alter Claude)", "-v, --version", "Output the version number");
|
|
545883
545883
|
program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
|
|
545884
545884
|
program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
|
|
545885
545885
|
if (canUserConfigureAdvisor()) {
|
|
@@ -546459,7 +546459,7 @@ function validateProviderEnvOrExit() {
|
|
|
546459
546459
|
async function main2() {
|
|
546460
546460
|
const args = process.argv.slice(2);
|
|
546461
546461
|
if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
|
|
546462
|
-
console.log(`${"0.1.
|
|
546462
|
+
console.log(`${"0.1.3"} (Alter Claude)`);
|
|
546463
546463
|
return;
|
|
546464
546464
|
}
|
|
546465
546465
|
{
|
|
@@ -546571,4 +546571,4 @@ async function main2() {
|
|
|
546571
546571
|
}
|
|
546572
546572
|
main2();
|
|
546573
546573
|
|
|
546574
|
-
//# debugId=
|
|
546574
|
+
//# debugId=15FD4D043F364B2764756E2164756E21
|