open-agents-ai 0.184.76 → 0.184.77

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 +1 -1
  2. 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 === "tab" || s === "\x1B[9;5u") {
62142
+ if (s === "" || key?.ctrl && key?.name === "\\" || s === "\x1B[9;5u") {
62143
62143
  self.cycleFocus();
62144
62144
  return;
62145
62145
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-agents-ai",
3
- "version": "0.184.76",
3
+ "version": "0.184.77",
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",