open-agents-ai 0.104.28 → 0.104.29

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -48054,7 +48054,7 @@ var init_status_bar = __esm({
48054
48054
  target_peer: peerId,
48055
48055
  capability: "system_metrics",
48056
48056
  input: queryData
48057
- }, 3e4);
48057
+ }, 6e4);
48058
48058
  if (typeof raw === "string" && raw.startsWith("Invoke error:")) {
48059
48059
  lastPeerMetricsDebug = `invoke error: ${raw.slice(0, 200)}`;
48060
48060
  throw new Error(raw);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-agents-ai",
3
- "version": "0.104.28",
3
+ "version": "0.104.29",
4
4
  "description": "AI coding agent powered by open-source models (Ollama/vLLM) — interactive TUI with agentic tool-calling loop",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",