@metaphi-ai/hum 0.1.23 → 0.1.24
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 +2 -2
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -84316,7 +84316,7 @@ function App2({ engine: engine2, task, resume, images = [] }) {
|
|
|
84316
84316
|
(0, import_react24.useEffect)(() => {
|
|
84317
84317
|
if (!hello) return void 0;
|
|
84318
84318
|
let live = true;
|
|
84319
|
-
updateNotice(true ? "0.1.
|
|
84319
|
+
updateNotice(true ? "0.1.24" : hello.version || "0.0.0").then((line) => {
|
|
84320
84320
|
if (live && line) append({ kind: "info", text: line });
|
|
84321
84321
|
}).catch(() => {
|
|
84322
84322
|
});
|
|
@@ -85135,7 +85135,7 @@ import { spawnSync as spawnSync3 } from "node:child_process";
|
|
|
85135
85135
|
var ENGINE_COMMANDS = /* @__PURE__ */ new Set(["run", "login", "logout", "whoami", "model", "key", "sessions", "show", "sync", "skill", "ps", "stop", "hooks", "engine"]);
|
|
85136
85136
|
var argv0 = process.argv.slice(2);
|
|
85137
85137
|
if (argv0[0] === "--version" || argv0[0] === "-V") {
|
|
85138
|
-
process.stdout.write(`hum ${true ? "0.1.
|
|
85138
|
+
process.stdout.write(`hum ${true ? "0.1.24" : "0.0.0"}
|
|
85139
85139
|
`);
|
|
85140
85140
|
process.exit(0);
|
|
85141
85141
|
}
|