open-agents-ai 0.138.18 → 0.138.19
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -53442,7 +53442,7 @@ async function startInteractive(config, repoPath) {
|
|
|
53442
53442
|
initOaDirectory(repoRoot);
|
|
53443
53443
|
const savedSettings = resolveSettings(repoRoot);
|
|
53444
53444
|
if (process.stdout.isTTY) {
|
|
53445
|
-
process.stdout.write("\x1B[?1002l\x1B[?1003l\x1B[?1006l\x1B[?1015l\x1B[?1049h\x1B[2J\x1B[3J\x1B[H\x1B[?25l
|
|
53445
|
+
process.stdout.write("\x1B[?1002l\x1B[?1003l\x1B[?1006l\x1B[?1015l\x1B[?1049h\x1B[2J\x1B[3J\x1B[H\x1B[?25l");
|
|
53446
53446
|
const restoreScreen = () => {
|
|
53447
53447
|
process.stdout.write("\x1B[?1002l\x1B[?1003l\x1B[?1006l\x1B[?1015l\x1B[?25h\x1B[?1049l");
|
|
53448
53448
|
};
|
package/package.json
CHANGED