github nicobailon/pi-interactive-shell v0.6.3

5 hours ago

Fixed

  • Garbled output on Ctrl+T transfer - Transfer and handoff preview captured raw PTY output via getRawStream(), which includes every intermediate frame of TUI spinners (e.g., Codex's "Working" spinner produced WorkingWorking•orking•rking•king•ing...). Switched captureTransferOutput() and maybeBuildHandoffPreview() to getTailLines() which reads from the xterm terminal emulator buffer. The emulator correctly processes carriage returns and cursor movements, so only the final rendered state of each line is captured.
  • Removed dead code - Cleaned up unused private fields and unreachable method from InteractiveShellOverlay.

Don't miss a new pi-interactive-shell release

NewReleases is sending notifications on new releases.