You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate PTY from creack/pty to go-pty for Windows support
- Replace creack/pty with aymanbagabas/go-pty v0.2.2 (ConPTY on Windows)
- Refactor startPTY to use pty.New() + Command() + Start() pattern
- Update ptmx type from *os.File to pty.Pty interface
- Simplify resizePTY to use ptmx.Resize() instead of pty.Setsize()
- Bump Go version to 1.22 in CI and release workflows
- Add error trap in install.ps1 to keep window open on failure
0 commit comments