Conversation
- Created PTY shell server with real shell sessions - Created file browser terminal demo (demo/index.html) - Created ANSI colors showcase (demo/colors-demo.html) - Created comprehensive API documentation (docs/API.md) - Updated README with new structure and instructions - Organized demo/ directory with server subdirectory - Fixed hostname auto-detection for remote access (mux.coder) - Filtered OSC sequences for clean output - Added debug logging for troubleshooting Files created: - demo/server/pty-server.ts (217 lines) - Real PTY shell via WebSocket - demo/server/file-browser-server.ts (313 lines) - Command-by-command mode - demo/server/package.json - Server configuration - demo/server/start.sh - Startup helper script - demo/index.html (506 lines) - Interactive file browser terminal - demo/colors-demo.html (526 lines) - ANSI color showcase - docs/API.md (1046 lines) - Complete API reference Total new code: ~2,500 lines Features: - Full PTY shell session support - Real command execution with persistent state - WebSocket communication with hostname auto-detection - ANSI color filtering and cleanup - Comprehensive documentation - Clean project structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Files created:
Total new code: ~2,500 lines
Features: