What's Changed
This release focuses on making WebSocket controls more reliable and consistent across terminals. Moved WebSocket actions behind a dedicated g w shortcut because terminal-specific keys like Ctrl+I and Ctrl+L can be interpreted differently depending on the terminal, which could cause conflicts or unexpected behavior.
- WebSocket actions now use
g w, thenifor console,pfor ping,cfor close, andlto clear the stream. - WebSocket sessions now stay connected properly, so the Stream tab and WebSocket console remain available after the initial request starts.
- Typing in the WebSocket console no longer triggers unrelated app shortcuts.
- Response pane shortcut handling is more reliable and avoids accidental actions on invalid key sequences.