@metaphi-ai/hum 0.1.15 → 0.1.16
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
|
@@ -84259,7 +84259,7 @@ function App2({ engine: engine2, task, resume, images = [] }) {
|
|
|
84259
84259
|
(0, import_react24.useEffect)(() => {
|
|
84260
84260
|
if (!hello) return void 0;
|
|
84261
84261
|
let live = true;
|
|
84262
|
-
updateNotice(true ? "0.1.
|
|
84262
|
+
updateNotice(true ? "0.1.16" : hello.version || "0.0.0").then((line) => {
|
|
84263
84263
|
if (live && line) append({ kind: "info", text: line });
|
|
84264
84264
|
}).catch(() => {
|
|
84265
84265
|
});
|
|
@@ -84965,7 +84965,7 @@ import { spawnSync as spawnSync3 } from "node:child_process";
|
|
|
84965
84965
|
var ENGINE_COMMANDS = /* @__PURE__ */ new Set(["run", "login", "logout", "whoami", "model", "key", "sessions", "show", "sync", "skill", "ps", "stop", "hooks", "engine"]);
|
|
84966
84966
|
var argv0 = process.argv.slice(2);
|
|
84967
84967
|
if (argv0[0] === "--version" || argv0[0] === "-V") {
|
|
84968
|
-
process.stdout.write(`hum ${true ? "0.1.
|
|
84968
|
+
process.stdout.write(`hum ${true ? "0.1.16" : "0.0.0"}
|
|
84969
84969
|
`);
|
|
84970
84970
|
process.exit(0);
|
|
84971
84971
|
}
|