open-agents-ai 0.187.385 → 0.187.386
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
|
@@ -533692,7 +533692,7 @@ var init_status_bar = __esm({
|
|
|
533692
533692
|
}
|
|
533693
533693
|
const boxInnerP = w - 2;
|
|
533694
533694
|
buf += `\x1B[${pos.bufferRow};1H${PANEL_BG_SEQ}\x1B[2K${BOX_FG}${BOX_BL}${BOX_H.repeat(Math.max(0, boxInnerP))}${BOX_BR}${RESET2}`;
|
|
533695
|
-
buf += `\x1B[${pos.metricsRow};1H${PANEL_BG_SEQ}\x1B[2K${this.buildMetricsLine()}${RESET2}\x1B[?7h\x1B[${pos.
|
|
533695
|
+
buf += `\x1B[${pos.metricsRow};1H${PANEL_BG_SEQ}\x1B[2K${this.buildMetricsLine()}${RESET2}\x1B[?7h\x1B[${pos.inputStartRow};1H`;
|
|
533696
533696
|
this.termWrite(buf);
|
|
533697
533697
|
if (this._bannerRefresh) this._bannerRefresh();
|
|
533698
533698
|
} else {
|
package/package.json
CHANGED