@piceofpentogramm/alterclaude 0.1.7 → 0.1.8
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 +22 -22
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -53334,21 +53334,21 @@ async function buildLaunchEnv(options) {
|
|
|
53334
53334
|
}
|
|
53335
53335
|
async function buildStartupEnvFromProfile(options) {
|
|
53336
53336
|
const processEnv = options?.processEnv ?? process.env;
|
|
53337
|
-
if (hasExplicitProviderSelection(processEnv)) {
|
|
53338
|
-
return processEnv;
|
|
53339
|
-
}
|
|
53340
53337
|
const persisted = options?.persisted ?? loadProfileFile();
|
|
53341
|
-
if (
|
|
53338
|
+
if (persisted) {
|
|
53339
|
+
return buildLaunchEnv({
|
|
53340
|
+
profile: persisted.profile,
|
|
53341
|
+
persisted,
|
|
53342
|
+
goal: options?.goal ?? normalizeRecommendationGoal(processEnv.ALTERCLAUDE_PROFILE_GOAL),
|
|
53343
|
+
processEnv,
|
|
53344
|
+
getOllamaChatBaseUrl: options?.getOllamaChatBaseUrl ?? getOllamaChatBaseUrl2,
|
|
53345
|
+
resolveOllamaDefaultModel: options?.resolveOllamaDefaultModel
|
|
53346
|
+
});
|
|
53347
|
+
}
|
|
53348
|
+
if (hasExplicitProviderSelection(processEnv)) {
|
|
53342
53349
|
return processEnv;
|
|
53343
53350
|
}
|
|
53344
|
-
return
|
|
53345
|
-
profile: persisted.profile,
|
|
53346
|
-
persisted,
|
|
53347
|
-
goal: options?.goal ?? normalizeRecommendationGoal(processEnv.ALTERCLAUDE_PROFILE_GOAL),
|
|
53348
|
-
processEnv,
|
|
53349
|
-
getOllamaChatBaseUrl: options?.getOllamaChatBaseUrl ?? getOllamaChatBaseUrl2,
|
|
53350
|
-
resolveOllamaDefaultModel: options?.resolveOllamaDefaultModel
|
|
53351
|
-
});
|
|
53351
|
+
return processEnv;
|
|
53352
53352
|
}
|
|
53353
53353
|
async function resolveProviderApiKeyHelpers(targetEnv) {
|
|
53354
53354
|
const settings = getSettingsForSource("userSettings");
|
|
@@ -120201,7 +120201,7 @@ function printStartupScreen() {
|
|
|
120201
120201
|
const sLen = ` ● ${sL} Ready — type /help to begin`.length;
|
|
120202
120202
|
out.push(boxRow(sRow, W2, sLen));
|
|
120203
120203
|
out.push(`${rgb(...BORDER)}╚${"═".repeat(W2 - 2)}╝${RESET}`);
|
|
120204
|
-
out.push(` ${DIM}${rgb(...DIMCOL)}alterclaude ${RESET}${rgb(...ACCENT)}v${"0.1.
|
|
120204
|
+
out.push(` ${DIM}${rgb(...DIMCOL)}alterclaude ${RESET}${rgb(...ACCENT)}v${"0.1.8"}${RESET}`);
|
|
120205
120205
|
out.push("");
|
|
120206
120206
|
process.stdout.write(out.join(`
|
|
120207
120207
|
`) + `
|
|
@@ -358955,7 +358955,7 @@ function getAnthropicEnvMetadata() {
|
|
|
358955
358955
|
function getBuildAgeMinutes() {
|
|
358956
358956
|
if (false)
|
|
358957
358957
|
;
|
|
358958
|
-
const buildTime = new Date("2026-05-29T16:
|
|
358958
|
+
const buildTime = new Date("2026-05-29T16:58:46.964Z").getTime();
|
|
358959
358959
|
if (isNaN(buildTime))
|
|
358960
358960
|
return;
|
|
358961
358961
|
return Math.floor((Date.now() - buildTime) / 60000);
|
|
@@ -451547,7 +451547,7 @@ var init_bridge_kick = __esm(() => {
|
|
|
451547
451547
|
var call58 = async () => {
|
|
451548
451548
|
return {
|
|
451549
451549
|
type: "text",
|
|
451550
|
-
value: `${"99.0.0"} (built ${"2026-05-29T16:
|
|
451550
|
+
value: `${"99.0.0"} (built ${"2026-05-29T16:58:46.964Z"})`
|
|
451551
451551
|
};
|
|
451552
451552
|
}, version2, version_default;
|
|
451553
451553
|
var init_version = __esm(() => {
|
|
@@ -524688,7 +524688,7 @@ function WelcomeV2() {
|
|
|
524688
524688
|
dimColor: true,
|
|
524689
524689
|
children: [
|
|
524690
524690
|
"v",
|
|
524691
|
-
"0.1.
|
|
524691
|
+
"0.1.8",
|
|
524692
524692
|
" "
|
|
524693
524693
|
]
|
|
524694
524694
|
}, undefined, true, undefined, this)
|
|
@@ -524888,7 +524888,7 @@ function WelcomeV2() {
|
|
|
524888
524888
|
dimColor: true,
|
|
524889
524889
|
children: [
|
|
524890
524890
|
"v",
|
|
524891
|
-
"0.1.
|
|
524891
|
+
"0.1.8",
|
|
524892
524892
|
" "
|
|
524893
524893
|
]
|
|
524894
524894
|
}, undefined, true, undefined, this)
|
|
@@ -525114,7 +525114,7 @@ function AppleTerminalWelcomeV2(t0) {
|
|
|
525114
525114
|
dimColor: true,
|
|
525115
525115
|
children: [
|
|
525116
525116
|
"v",
|
|
525117
|
-
"0.1.
|
|
525117
|
+
"0.1.8",
|
|
525118
525118
|
" "
|
|
525119
525119
|
]
|
|
525120
525120
|
}, undefined, true, undefined, this);
|
|
@@ -525368,7 +525368,7 @@ function AppleTerminalWelcomeV2(t0) {
|
|
|
525368
525368
|
dimColor: true,
|
|
525369
525369
|
children: [
|
|
525370
525370
|
"v",
|
|
525371
|
-
"0.1.
|
|
525371
|
+
"0.1.8",
|
|
525372
525372
|
" "
|
|
525373
525373
|
]
|
|
525374
525374
|
}, undefined, true, undefined, this);
|
|
@@ -545916,7 +545916,7 @@ Usage: claude --remote "your task description"`, () => gracefulShutdown(1));
|
|
|
545916
545916
|
pendingHookMessages
|
|
545917
545917
|
}, renderAndRun);
|
|
545918
545918
|
}
|
|
545919
|
-
}).version("0.1.
|
|
545919
|
+
}).version("0.1.8 (Alter Claude)", "-v, --version", "Output the version number");
|
|
545920
545920
|
program2.option("-w, --worktree [name]", "Create a new git worktree for this session (optionally specify a name)");
|
|
545921
545921
|
program2.option("--tmux", "Create a tmux session for the worktree (requires --worktree). Uses iTerm2 native panes when available; use --tmux=classic for traditional tmux.");
|
|
545922
545922
|
if (canUserConfigureAdvisor()) {
|
|
@@ -546496,7 +546496,7 @@ function validateProviderEnvOrExit() {
|
|
|
546496
546496
|
async function main2() {
|
|
546497
546497
|
const args = process.argv.slice(2);
|
|
546498
546498
|
if (args.length === 1 && (args[0] === "--version" || args[0] === "-v" || args[0] === "-V")) {
|
|
546499
|
-
console.log(`${"0.1.
|
|
546499
|
+
console.log(`${"0.1.8"} (Alter Claude)`);
|
|
546500
546500
|
return;
|
|
546501
546501
|
}
|
|
546502
546502
|
{
|
|
@@ -546608,4 +546608,4 @@ async function main2() {
|
|
|
546608
546608
|
}
|
|
546609
546609
|
main2();
|
|
546610
546610
|
|
|
546611
|
-
//# debugId=
|
|
546611
|
+
//# debugId=2FB58A0D5DBC934C64756E2164756E21
|