@metaphi-ai/hum 0.1.25 → 0.1.26
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
|
@@ -84375,7 +84375,7 @@ function App2({ engine: engine2, task, resume, images = [] }) {
|
|
|
84375
84375
|
(0, import_react24.useEffect)(() => {
|
|
84376
84376
|
if (!hello) return void 0;
|
|
84377
84377
|
let live = true;
|
|
84378
|
-
updateNotice(true ? "0.1.
|
|
84378
|
+
updateNotice(true ? "0.1.26" : hello.version || "0.0.0").then((line) => {
|
|
84379
84379
|
if (live && line) append({ kind: "info", text: line });
|
|
84380
84380
|
}).catch(() => {
|
|
84381
84381
|
});
|
|
@@ -85274,7 +85274,7 @@ import { spawnSync as spawnSync3 } from "node:child_process";
|
|
|
85274
85274
|
var ENGINE_COMMANDS = /* @__PURE__ */ new Set(["run", "login", "logout", "whoami", "model", "key", "sessions", "show", "sync", "skill", "ps", "stop", "hooks", "engine"]);
|
|
85275
85275
|
var argv0 = process.argv.slice(2);
|
|
85276
85276
|
if (argv0[0] === "--version" || argv0[0] === "-V") {
|
|
85277
|
-
process.stdout.write(`hum ${true ? "0.1.
|
|
85277
|
+
process.stdout.write(`hum ${true ? "0.1.26" : "0.0.0"}
|
|
85278
85278
|
`);
|
|
85279
85279
|
process.exit(0);
|
|
85280
85280
|
}
|