@metaphi-ai/hum 0.1.83 → 0.1.85

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
@@ -83588,7 +83588,7 @@ function runningVersion(candidates = coreCandidates(), opts = {}) {
83588
83588
  }
83589
83589
  return null;
83590
83590
  }
83591
- function startFailure(failures, { npm = /^(node|bun)(\.exe)?$/i.test(String(process.execPath).split(/[\\/]/).pop()), platform: platform2 = process.platform, version = true ? "0.1.83" : "" } = {}) {
83591
+ function startFailure(failures, { npm = /^(node|bun)(\.exe)?$/i.test(String(process.execPath).split(/[\\/]/).pop()), platform: platform2 = process.platform, version = true ? "0.1.85" : "" } = {}) {
83592
83592
  const refused = failures.find((f) => f.error && f.error.code !== "ENOENT");
83593
83593
  const fix = npm ? npmFix(version) : updateCommand({ kind: "native" }, platform2);
83594
83594
  if (!refused) {
@@ -85612,7 +85612,7 @@ var input_default = MultilineInput;
85612
85612
 
85613
85613
  // src/app.jsx
85614
85614
  var import_jsx_runtime2 = __toESM(require_jsx_runtime(), 1);
85615
- var MINE = true ? "0.1.83" : "";
85615
+ var MINE = true ? "0.1.85" : "";
85616
85616
  var fmtDur = (s) => s < 60 ? `${Math.max(1, Math.round(s))}s` : `${Math.floor(s / 60)}m ${Math.round(s % 60)}s`;
85617
85617
  var plural = (n, w) => `${n} ${w}${n === 1 ? "" : "s"}`;
85618
85618
  var firstResp = (e) => e.first_response_s ? ` \xB7 first response ${e.first_response_s.toFixed(1)}s` : "";
@@ -87408,7 +87408,7 @@ init_update();
87408
87408
  init_install();
87409
87409
  var import_jsx_runtime4 = __toESM(require_jsx_runtime(), 1);
87410
87410
  import { spawnSync as spawnSync5 } from "node:child_process";
87411
- var MINE2 = true ? "0.1.83" : "0.0.0";
87411
+ var MINE2 = true ? "0.1.85" : "0.0.0";
87412
87412
  var layout = installLayout();
87413
87413
  function completeInstall() {
87414
87414
  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.83",
3
+ "version": "0.1.85",
4
4
  "description": "Hum: a self-improving coding agent for your terminal.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",