open-agents-ai 0.187.56 → 0.187.57

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -299540,8 +299540,8 @@ var init_status_bar = __esm({
299540
299540
  /** Slow refresh timer for monitoring bar when braille spinner is off */
299541
299541
  _monitorTimer = null;
299542
299542
  /** Current dynamic footer height (min 5: buffer + topSep + 1 input line + bottomSep + metrics) */
299543
- _currentFooterHeight = 3;
299544
- // input(1) + braille(1) + metrics(1)
299543
+ _currentFooterHeight = 4;
299544
+ // box-top(1) + input(1) + box-bottom(1) + metrics(1)
299545
299545
  /** Timestamp when streaming started (for token rate calculation) */
299546
299546
  _streamStartTime = 0;
299547
299547
  /** Current package version (shown in metrics row, rightmost) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-agents-ai",
3
- "version": "0.187.56",
3
+ "version": "0.187.57",
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",