vibetunnel/web/src
Mario Zechner de8952d34a feat: highlight session cards with orange border when 'esc to interrupt' is detected
- Add checkForEscPrompt() method to scan buffer content on each update
- Emit 'esc-prompt-change' event when prompt presence changes
- Apply orange border to session card when prompt is detected
- Case-insensitive search for 'esc to interrupt' text

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-20 05:07:56 +02:00
..
client feat: highlight session cards with orange border when 'esc to interrupt' is detected 2025-06-20 05:07:56 +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 feat: implement WebSocket-based real-time buffer updates 2025-06-20 04:36:23 +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 feat: implement WebSocket-based real-time buffer updates 2025-06-20 04:36:23 +02:00