@oh-my-pi/pi-coding-agent 12.14.0 → 12.14.2

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.
@@ -200,7 +200,7 @@ export class InteractiveMode implements InteractiveModeContext {
200
200
  this.ui.requestRender(true);
201
201
  };
202
202
  this.editor.onAutocompleteUpdate = () => {
203
- this.ui.requestRender(true);
203
+ this.ui.requestRender();
204
204
  };
205
205
  this.#syncEditorMaxHeight();
206
206
  this.#resizeHandler = () => {