@metaphi-ai/hum 0.1.45 → 0.1.46

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.
Files changed (2) hide show
  1. package/dist/cli.mjs +3 -3
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -74931,7 +74931,7 @@ function runningVersion(candidates = engineCandidates(), opts = {}) {
74931
74931
  }
74932
74932
  return null;
74933
74933
  }
74934
- function startFailure(failures, { npm = /^(node|bun)(\.exe)?$/i.test(String(process.execPath).split(/[\\/]/).pop()), platform: platform2 = process.platform, version = true ? "0.1.45" : "" } = {}) {
74934
+ function startFailure(failures, { npm = /^(node|bun)(\.exe)?$/i.test(String(process.execPath).split(/[\\/]/).pop()), platform: platform2 = process.platform, version = true ? "0.1.46" : "" } = {}) {
74935
74935
  const refused = failures.find((f) => f.error && f.error.code !== "ENOENT");
74936
74936
  const fix = npm ? npmFix(version) : updateCommand({ kind: "native" }, platform2);
74937
74937
  if (!refused) {
@@ -84588,7 +84588,7 @@ var input_default = MultilineInput;
84588
84588
 
84589
84589
  // src/app.jsx
84590
84590
  var import_jsx_runtime2 = __toESM(require_jsx_runtime(), 1);
84591
- var MINE = true ? "0.1.45" : "";
84591
+ var MINE = true ? "0.1.46" : "";
84592
84592
  var fmtDur = (s) => s < 60 ? `${Math.max(1, Math.round(s))}s` : `${Math.floor(s / 60)}m ${Math.round(s % 60)}s`;
84593
84593
  var plural = (n, w) => `${n} ${w}${n === 1 ? "" : "s"}`;
84594
84594
  var firstResp = (e) => e.first_response_s ? ` \xB7 first response ${e.first_response_s.toFixed(1)}s` : "";
@@ -86095,7 +86095,7 @@ init_update();
86095
86095
  init_install();
86096
86096
  var import_jsx_runtime3 = __toESM(require_jsx_runtime(), 1);
86097
86097
  import { spawnSync as spawnSync5 } from "node:child_process";
86098
- var MINE2 = true ? "0.1.45" : "0.0.0";
86098
+ var MINE2 = true ? "0.1.46" : "0.0.0";
86099
86099
  var layout = installLayout();
86100
86100
  function completeInstall() {
86101
86101
  if (layout.kind !== "npm" || !needsInstall(MINE2)) return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metaphi-ai/hum",
3
- "version": "0.1.45",
3
+ "version": "0.1.46",
4
4
  "description": "Hum: a self-improving coding agent for your terminal.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",