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
feat: add pty_snapshot tool for parsed terminal screen capture
Add a headless terminal emulator (@xterm/headless) to each PTY session
that processes raw output in parallel with the existing ring buffer.
This enables clean, ANSI-free screen capture via a new pty_snapshot tool.
The snapshot returns the visible terminal screen text, cursor position,
terminal size, and a content hash for efficient change detection -
useful for monitoring TUI applications during development.
Also improves the web UI plain-text buffer endpoint to use the parsed
screen instead of naive ANSI regex stripping.
Captures the current visible terminal screen as clean text (ANSI-free) with cursor position, size, and a contentHash for change detection. Prefer over pty_read for TUI apps.
0 commit comments