vibetunnel/linux/pkg/session
Peter Steinberger bec49c86e1 feat(cli): Improve CLI installation to copy both vt and vibetunnel
- Update CLIInstaller to install both vt script and vibetunnel binary
- Remove duplicate replacement dialog for better UX
- Check versions of both files and use lowest version for updates
- Prioritize finding vibetunnel in same directory as vt script
- Bump vt version to 1.0.6
- Add comprehensive CLI versioning documentation
2025-06-20 15:22:37 +02:00
..
control.go fix: resolve golangci-lint issues and format Go code (#34) 2025-06-20 12:43:59 +02:00
errors.go Port node implementation details to go 2025-06-20 15:11:26 +02:00
errors_test.go feat(cli): Improve CLI installation to copy both vt and vibetunnel 2025-06-20 15:22:37 +02:00
manager.go fix: resolve golangci-lint issues and format Go code (#34) 2025-06-20 12:43:59 +02:00
process.go Port node implementation details to go 2025-06-20 15:11:26 +02:00
process_test.go feat(cli): Improve CLI installation to copy both vt and vibetunnel 2025-06-20 15:22:37 +02:00
pty.go Port node implementation details to go 2025-06-20 15:11:26 +02:00
select.go Port node implementation details to go 2025-06-20 15:11:26 +02:00
select_darwin.go fix: add missing newlines to platform-specific select files (#36) 2025-06-20 12:56:14 +02:00
select_linux.go fix: add missing newlines to platform-specific select files (#36) 2025-06-20 12:56:14 +02:00
session.go Port node implementation details to go 2025-06-20 15:11:26 +02:00
session_test.go feat(cli): Improve CLI installation to copy both vt and vibetunnel 2025-06-20 15:22:37 +02:00
stdin_watcher.go Port node implementation details to go 2025-06-20 15:11:26 +02:00
stdin_watcher_test.go feat(cli): Improve CLI installation to copy both vt and vibetunnel 2025-06-20 15:22:37 +02:00
terminal.go Port node implementation details to go 2025-06-20 15:11:26 +02:00
terminal_test.go feat(cli): Improve CLI installation to copy both vt and vibetunnel 2025-06-20 15:22:37 +02:00
util.go fix: resolve golangci-lint issues and format Go code (#34) 2025-06-20 12:43:59 +02:00