Summary
Investigate extending shell_attach to support terminals beyond tmux.
Current State
shell_attach currently requires tmux, using tmux capture-pane to read terminal content.
To Investigate
- screen - Similar approach via
screen -X hardcopy
- Vanilla terminals - Options for Terminal.app, iTerm2, VS Code terminal without tmux/screen
Related
Summary
Investigate extending
shell_attachto support terminals beyond tmux.Current State
shell_attachcurrently requires tmux, usingtmux capture-paneto read terminal content.To Investigate
screen -X hardcopyRelated
shell_attachimplementation: feat: record existing terminal session #49