-
Notifications
You must be signed in to change notification settings - Fork 773
Open
Labels
Description
Current Behavior
Issue where a running TUI session (specifically opencode CLI) becomes completely unresponsive after switching away from the active workspace and switching back.
The TUI interface is frozen on the last rendered frame. Input is not registered visually, and the session appears "broken." The only way to recover the terminal block is to send a generic kill signal (Ctrl+C), which dumps me back to the standard shell prompt.
Expected Behavior
The TUI should resume rendering and accept input immediately upon returning to the workspace, preserving the session state.
Steps To Reproduce
- Open a new terminal block in Workspace A.
- Run the opencode CLI tool.
- Switch to Workspace B (or any other workspace).
- Switch back to Workspace A.
- Attempt to interact with the opencode interface (scroll, type, etc.).
Wave Version
v0.13.1
Platform
macOS
OS Version/Distribution
MacOS 26.2
Architecture
arm64
Anything else?
No response
Reactions are currently unavailable