v1.0.1 - Codex Linux/WSL Support
What's New
Fixed
- Platform-aware DISPLAY detection: Added Linux-specific X-Server check that prevents errors on Codex (Linux/WSL)
- Windows/Mac users unaffected (native display servers)
- Clear error message with xvfb-run configuration instructions
- Solves "Missing X-Server" error when trying to show browser for CAPTCHA solving
Added
- Gemini installation command in README
- Linux/WSL specific instructions for Codex users
- Detailed troubleshooting guide for X-Server issues
Technical Details
The server now checks process.platform === 'linux' before requiring $DISPLAY environment variable. This ensures:
- Linux/WSL users: Get helpful error with xvfb-run wrapper instructions
- Windows/Mac users: No changes, works as before
- All platforms: Headless mode continues to work without X-Server
Full Changelog: v1.0.0...v1.0.1