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.
- package/dist/index.js +0 -5
- 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