Description
The integrated terminal in the opencode Desktop app (v1.4.0) does not accept keyboard input on macOS Tahoe. Clicking on the terminal and typing produces no visible characters or response.
Environment
- opencode Desktop: v1.4.0
- OS: macOS Tahoe (Apple Silicon)
- Terminal used for CLI: Ghostty (CLI works fine from external terminal)
Steps to Reproduce
- Open opencode Desktop app
- Click on the integrated terminal panel
- Try to type any character
- No input is registered — terminal appears completely unresponsive to keyboard
Expected Behavior
Keystrokes should be sent to the PTY and displayed in the terminal.
Actual Behavior
Terminal is non-functional — no keyboard input is accepted.
Workaround
Running opencode from an external terminal (Ghostty, iTerm2, etc.) works correctly.
Additional Context
Similar to #21498 (Windows) and #17931 (macOS cursor issues). The desktop terminal PTY appears to not be properly receiving keyboard events on this macOS version.
Description
The integrated terminal in the opencode Desktop app (v1.4.0) does not accept keyboard input on macOS Tahoe. Clicking on the terminal and typing produces no visible characters or response.
Environment
Steps to Reproduce
Expected Behavior
Keystrokes should be sent to the PTY and displayed in the terminal.
Actual Behavior
Terminal is non-functional — no keyboard input is accepted.
Workaround
Running
opencodefrom an external terminal (Ghostty, iTerm2, etc.) works correctly.Additional Context
Similar to #21498 (Windows) and #17931 (macOS cursor issues). The desktop terminal PTY appears to not be properly receiving keyboard events on this macOS version.