agent-orchestrator/packages
suraj-markup b96eafeb31 fix(terminal): use height stabilisation instead of fixed threshold for resize
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>
2026-03-01 19:22:44 +05:30
..
agent-orchestrator feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
cli test: add tests for --agent override and codex plugin registration 2026-02-24 03:26:54 +05:30
core fix: handle ad-hoc spawn with free-text issue strings (#155) 2026-02-27 19:10:03 +05:30
integration-tests fix: keep Claude Code interactive after initial prompt (#145) 2026-02-27 18:11:06 +05:30
plugins Default dangerouslySkipPermissions to true (#226) 2026-02-27 19:04:50 +05:30
web fix(terminal): use height stabilisation instead of fixed threshold for resize 2026-03-01 19:22:44 +05:30