vibetunnel/web/src
Mario Zechner 812e0615cc Force fwd.ts to always use node-pty, never tty-fwd fallback
- Set implementation to 'node-pty' and disable fallback to tty-fwd
- Remove conditional logic since we always have direct PTY access
- Simplify input handling to always use direct PTY write
- Remove fallback session status monitoring
- fwd.ts is the Node.js replacement for tty-fwd, should never use tty-fwd itself

This makes fwd.ts behavior consistent and eliminates complexity from fallback paths.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-19 07:09:01 +02:00
..
client Center loading animation in viewport when no session selected 2025-06-19 05:29:31 +02:00
pty Fix fwd.ts hanging on process exit and remove redundant control pipe creation 2025-06-19 07:01:36 +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 Remove lint_output.txt and add to gitignore 2025-06-19 00:57:31 +02:00
server.ts Update project configuration and API documentation 2025-06-19 04:00:39 +02:00