openmates 0.14.4-alpha.0 → 0.14.5-alpha.0
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.
|
@@ -9544,8 +9544,8 @@ function renderSupportInfo() {
|
|
|
9544
9544
|
|
|
9545
9545
|
${SUPPORT_MESSAGE}`;
|
|
9546
9546
|
}
|
|
9547
|
-
function
|
|
9548
|
-
return `
|
|
9547
|
+
function renderSupportStartReminder() {
|
|
9548
|
+
return `Friendly reminder: you can financially support OpenMates development at ${SUPPORT_URL}`;
|
|
9549
9549
|
}
|
|
9550
9550
|
|
|
9551
9551
|
// src/serverPlanning.ts
|
|
@@ -10774,6 +10774,7 @@ async function serverStart(flags) {
|
|
|
10774
10774
|
console.log("Directus CMS: http://localhost:8055");
|
|
10775
10775
|
console.log("Grafana: http://localhost:3000");
|
|
10776
10776
|
}
|
|
10777
|
+
console.log(renderSupportStartReminder());
|
|
10777
10778
|
}
|
|
10778
10779
|
}
|
|
10779
10780
|
async function serverStop(flags) {
|
|
@@ -10923,7 +10924,6 @@ OpenMates installed at ${installPath}`);
|
|
|
10923
10924
|
console.log(`
|
|
10924
10925
|
CLI default API: ${cliUrls2.apiUrl}`);
|
|
10925
10926
|
console.log("\nOptional: edit .env first to add LLM provider API keys. Source builds are available with --from-source.");
|
|
10926
|
-
console.log(renderSupportInstallHint());
|
|
10927
10927
|
}
|
|
10928
10928
|
return;
|
|
10929
10929
|
}
|
|
@@ -10990,7 +10990,6 @@ OpenMates installed at ${installPath}`);
|
|
|
10990
10990
|
console.log(`
|
|
10991
10991
|
CLI default API: ${cliUrls.apiUrl}`);
|
|
10992
10992
|
console.log("\nOptional: edit .env first to add LLM provider API keys. Without keys, the web app and backend still start, but AI model processing is unavailable.");
|
|
10993
|
-
console.log(renderSupportInstallHint());
|
|
10994
10993
|
}
|
|
10995
10994
|
}
|
|
10996
10995
|
async function installContinuousUpdateService(flags) {
|
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED