vibetunnel/web/src/server/pty
Mario Zechner 1470da3129 Merge branch 'origin/exec-which' and simplify command resolution
- Unified all command resolution logic in ProcessUtils.resolveCommand()
- Simplified alias handling to use interactive shell execution
- Fixed alias execution by using 'zsh -i -c' for proper alias loading
- Removed duplicate resolution code from pty-manager
- Commands are now resolved in order: PATH -> aliases -> shell builtins
2025-06-24 14:13:09 +02:00
..
asciinema-writer.ts Async fsync, so writes from PTY to host terminal are fast again. 2025-06-24 00:52:45 +02:00
index.ts refactor: modularize server architecture and consolidate codebase 2025-06-20 22:44:40 +02:00
process-utils.ts Merge branch 'origin/exec-which' and simplify command resolution 2025-06-24 14:13:09 +02:00
pty-manager.ts Merge branch 'origin/exec-which' and simplify command resolution 2025-06-24 14:13:09 +02:00
session-manager.ts refactor: Apply unified logging style guide to all server files 2025-06-22 23:10:51 +02:00
types.ts refactor: improve PTY manager cleanup and fwd.ts architecture 2025-06-22 14:16:06 +02:00