You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix WebSocket utilities and Add OSC 52 clipboard support
- Fix WebSocket utilities timing issue:
* Replace async import() with synchronous require() for Node.js 'ws' module
* Prevents race condition where newWebSocket was called before import resolved
* Fixes fallback to browser WebSocket in Node.js environment
- Add handleOsc52Command() for set/query/clear clipboard operations
- Register OSC 52 handler in TermWrap constructor
- Support base64 encoding/decoding for clipboard data
- Add error handling for clipboard access failures
0 commit comments