open-agents-ai 0.187.129 → 0.187.130

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 +3 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -280228,6 +280228,9 @@ var init_status_bar = __esm({
280228
280228
  const fh = this._currentFooterHeight;
280229
280229
  const footerStart = termRows() - fh + 1;
280230
280230
  if (row >= footerStart) return;
280231
+ if (type === "press" || type === "drag") {
280232
+ this.disableMouseTracking();
280233
+ }
280231
280234
  }
280232
280235
  /** Copy current selection to clipboard. Returns true if copied. */
280233
280236
  copySelection() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-agents-ai",
3
- "version": "0.187.129",
3
+ "version": "0.187.130",
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",