Replace the hardcoded `expectedHeight < 700` heuristic with a frame-to-frame height comparison. The loop now exits as soon as the container height stops changing (within 1px tolerance), which works correctly on all screen sizes. Previously, on viewports taller than ~1140px the non-fullscreen height exceeded 700px so the condition was never satisfied and the loop exhausted all attempts, introducing a ~1s delay on large screens. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| agent-orchestrator | ||
| cli | ||
| core | ||
| integration-tests | ||
| plugins | ||
| web | ||