Reverted
- Terminal: revert headless xterm.js and parallel addon loading (v0.35.52–v0.35.53) — The headless xterm.js approach (server-side serialized terminal state) caused terminal initialization failures, broken scrolling, and multi-minute load times on agent switch. Reverted
server.mjs,useTerminal.ts, andTerminalView.tsxto the stable v0.35.50 behavior (tmux capture-pane for history, sequential addon loading, blocking WebGL init). Dependencies (node-pty 1.1.0, ws 8.21.0) remain updated.
Full Changelog: v0.35.50...v0.35.54