open-agents-ai 0.184.76 → 0.184.78
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
|
@@ -62139,7 +62139,7 @@ ${CONTENT_BG_SEQ}`);
|
|
|
62139
62139
|
onCtrlO();
|
|
62140
62140
|
return;
|
|
62141
62141
|
}
|
|
62142
|
-
if (key?.ctrl && key?.name === "
|
|
62142
|
+
if (s === "" || key?.ctrl && key?.name === "\\" || s === "\x1B[9;5u") {
|
|
62143
62143
|
self.cycleFocus();
|
|
62144
62144
|
return;
|
|
62145
62145
|
}
|
package/package.json
CHANGED