open-agents-ai 0.187.79 → 0.187.80

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 +2 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -280730,9 +280730,11 @@ ${CONTENT_BG_SEQ}`);
280730
280730
  rl.line = "";
280731
280731
  rl.cursor = 0;
280732
280732
  self2._suppressStdinRedraw = true;
280733
+ self2.termWrite("\x1B[?2026h");
280733
280734
  self2.updateFooterHeight();
280734
280735
  self2.renderFooterAndPositionInput();
280735
280736
  rl.emit("line", currentLine);
280737
+ self2.termWrite("\x1B[?2026l");
280736
280738
  setImmediate(() => {
280737
280739
  self2._suppressStdinRedraw = false;
280738
280740
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-agents-ai",
3
- "version": "0.187.79",
3
+ "version": "0.187.80",
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",