This release abandons the textualize and pexpect-based approaches and returns to a
more reliable subprocess implementation for Claude output streaming. Key improvements:
- Replaced pexpect.spawn with direct subprocess.Popen
- Improved command argument handling for Claude CLI
- Better file input/output management with proper redirection
- Fixed context clearing between tasks
- Enhanced error detection and timeout handling
- Added demo GIF to README
This approach provides better stability and reliability for real-time output streaming.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>