agent-orchestrator/packages/web/src
suraj-markup 0814f9515c fix(terminal): wire OSC 52 clipboard, increase resize cap, fix hardcoded height
- Register OSC 52 handler in DirectTerminal to decode base64 clipboard
  data from tmux and write it to the system clipboard
- Increase resize maxAttempts from 10 to 60 so fullscreen toggle works
  on slow machines with CSS transitions >166ms
- Replace hardcoded h-[600px] in Terminal.tsx with responsive
  max(440px, calc(100vh - 440px)) to prevent overflow on small screens

Closes #237

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 18:46:08 +05:30
..
__tests__ feat(web): redesign dashboard, session detail, and orchestrator terminal (#125) 2026-02-20 18:43:57 +05:30
app feat(web): redesign dashboard, session detail, and orchestrator terminal (#125) 2026-02-20 18:43:57 +05:30
components fix(terminal): wire OSC 52 clipboard, increase resize cap, fix hardcoded height 2026-03-01 18:46:08 +05:30
lib feat(web): redesign dashboard, session detail, and orchestrator terminal (#125) 2026-02-20 18:43:57 +05:30
vitest.d.ts fix: upgrade @testing-library/jest-dom for vitest 2.x type compatibility (#21) 2026-02-14 14:40:44 +05:30