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 renderSupportInstallHint() {
9548
- return `Optional: financially support OpenMates development at ${SUPPORT_URL}`;
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
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getExtForLang,
4
4
  serializeToYaml
5
- } from "./chunk-235JZJBC.js";
5
+ } from "./chunk-YNYJMWKY.js";
6
6
  import "./chunk-AXNRPVLE.js";
7
7
  export {
8
8
  getExtForLang,
package/dist/index.js CHANGED
@@ -25,7 +25,7 @@ import {
25
25
  renderSupportInfo,
26
26
  serializeToYaml,
27
27
  unwrapApiKeyMasterKey
28
- } from "./chunk-235JZJBC.js";
28
+ } from "./chunk-YNYJMWKY.js";
29
29
  import "./chunk-AXNRPVLE.js";
30
30
 
31
31
  // src/generated/appSkills.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openmates",
3
- "version": "0.14.4-alpha.0",
3
+ "version": "0.14.5-alpha.0",
4
4
  "description": "OpenMates CLI and SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",