open-agents-ai 0.138.42 → 0.138.43

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 +0 -5
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -52309,12 +52309,7 @@ ${CONTENT_BG_SEQ}`);
52309
52309
  return;
52310
52310
  if (key?.name === "escape")
52311
52311
  return;
52312
- const rows = process.stdout.rows ?? 24;
52313
- const pos = self.rowPositions(rows);
52314
- const writer = self._origWrite ?? process.stdout.write.bind(process.stdout);
52315
- writer(`\x1B7\x1B[${pos.inputStartRow};1H`);
52316
52312
  origTtyWrite(s, key);
52317
- writer(`\x1B8`);
52318
52313
  return;
52319
52314
  }
52320
52315
  if (self.inputStateProvider && (key?.name !== "return" && key?.name !== "enter" && key?.name !== "backspace")) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-agents-ai",
3
- "version": "0.138.42",
3
+ "version": "0.138.43",
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",