This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Summary
AI summaryFixed wait_for matching stale data and prevented premature empty returns from read_output.
Full changelog
Bug Fixes
- wait_for no longer matches stale data — Pattern matching now starts from where ReadScreen last left off (markSnapshot), not from position 0. Previously, wait_for could match output from an earlier command.
- read_output no longer returns empty prematurely — WaitForSettle no longer considers empty output as settled. After send_input, a follow-up read_output will now wait for actual output instead of returning empty after 300ms of silence.
Full Changelog: https://github.com/raychao-oao/pty-mcp/compare/v0.2.0...v0.2.1
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About raychao-oao/pty-mcp
Interactive PTY sessions for AI agents — local shells, SSH with persistent sessions (ai-tmux daemon for attach/detach), and serial ports. Single Go binary, no tmux dependency.
Related context
Beta — feedback welcome: [email protected]