Commit Graph

9 Commits

Author SHA1 Message Date
GitHub Copilot d91d1b0ec6 Detail pyte vs GoPyte capture features and gaps 2026-01-27 13:58:56 +00:00
GitHub Copilot 245849ba9f Deepen pyte vs GoPyte capture requirements 2026-01-26 14:28:04 +00:00
GitHub Copilot 9d45610f06 Expand pyte vs GoPyte comparison for capture requirements 2026-01-26 11:42:49 +00:00
GitHub Copilot 918df259f6 Expand pyte vs GoPyte comparison and add alternatives 2026-01-26 11:26:14 +00:00
GitHub Copilot 12baa6ac27 Add pyte vs gopyte comparison to ROADMAP 2026-01-26 10:57:49 +00:00
GitHub Copilot eb60f99125 Add Go reimplementation analysis to ROADMAP
Detailed 8-phase implementation plan for a Go version:
- Component mapping with library recommendations
- ~13 day effort estimate
- File structure and build targets
- Docker image goal: ~20MB vs ~200MB Python
- Decision criteria for when to use Go vs Python
2026-01-26 08:42:25 +00:00
GitHub Copilot c02a8f9f02 Update ROADMAP.md with completed status 2026-01-25 12:53:17 +00:00
GitHub Copilot 67831a50ee Include pre-built terminal.js bundle in repo
Users can pip install directly from git URL without needing Bun.
Developers regenerate with: make bundle
2026-01-25 12:49:08 +00:00
GitHub Copilot 6f624b8565 Replace textual-serve with direct xterm.js 6.0 bundle
- Add package.json with @xterm/xterm 6.0 and all addons
- Create terminal.ts client with WebSocket protocol support
- Bundle with Bun (bun run build -> terminal.js)
- Remove textual-serve dependency from pyproject.toml
- Remove canvas monkey-patch workaround (no longer needed)
- Add scrollback support (configurable via data-scrollback)
- Update static file routing to serve from /static/
- Add Makefile targets: bundle, bundle-watch, bundle-clean
- Update tests for new static path structure

Benefits:
- Full control over xterm.js configuration
- Scrollback history now works (default 1000 lines)
- Custom font family without workarounds
- Smaller footprint (no unused Roboto Mono fonts)
- Latest xterm.js 6.0 features available
2026-01-25 12:45:50 +00:00