micro-models-agent 0.24.6 → 0.24.8

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/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -9297,6 +9297,7 @@ ${t("tool.truncated", { tokens: Math.ceil(removedChars / 2) })}`;
9297
9297
  } = this.deps;
9298
9298
  const slog = new SessionLogger(sessionManager);
9299
9299
  this.abortController = new AbortController;
9300
+ this.shutdownRequested = false;
9300
9301
  let iteration = 0;
9301
9302
  let lastText = "";
9302
9303
  let hallucinationRetries = 0;
@@ -26268,7 +26269,6 @@ class Repl {
26268
26269
  ${t("repl.interrupt")}
26269
26270
  `));
26270
26271
  this.agent.shutdown();
26271
- setTimeout(() => process.exit(1), 3000);
26272
26272
  }
26273
26273
  this.lastEscTime = 0;
26274
26274
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "micro-models-agent",
3
- "version": "0.24.6",
3
+ "version": "0.24.8",
4
4
  "description": "Micro Models Agent (MMA) — LLM agent harness for small models (Qwen3.5-9B, 32K-64K context)",
5
5
  "type": "module",
6
6
  "bin": {