vibetunnel/web/src
Mario Zechner deb3935172 Implement optimized binary format for terminal buffer transmission
- Switch from JSON to binary format for buffer data transfer
- Optimize encoding with run-length encoding for empty rows
- Reduce data size with efficient cell encoding (1 byte for spaces, variable for complex cells)
- Support both palette and RGB colors with minimal overhead
- Pre-calculate exact buffer sizes to avoid allocations

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-20 03:56:00 +02:00
..
client Implement optimized binary format for terminal buffer transmission 2025-06-20 03:56:00 +02:00
pty Pty improvements 2025-06-19 14:07:59 +02:00
test fix: apply formatters to pass CI checks (#19) 2025-06-19 01:39:27 +02:00
fwd.ts Force fwd.ts to always use node-pty, never tty-fwd fallback 2025-06-19 07:09:01 +02:00
input.css fix: resolve terminal rendering issues in vibe-terminal-buffer 2025-06-20 03:21:16 +02:00
server.ts Add vibe-terminal-buffer component for efficient session previews 2025-06-20 02:19:09 +02:00
stream-watcher.ts Implement server-side terminal buffer management with xterm.js headless 2025-06-20 01:56:20 +02:00
terminal-manager.ts Implement optimized binary format for terminal buffer transmission 2025-06-20 03:56:00 +02:00