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
OpenCode shows "copied to clipboard" notification when selecting text with mouse, but the system clipboard is not updated. This happens when running OpenCode over SSH from one Mac to another Mac.
Environment:
Local machine: macOS (SSH client)
Remote machine: macOS (SSH host, where opencode runs)
OpenCode version: 1.2.24
Remote macOS version: macOS 26.3.1 (upgraded from macOS 15.4 today - issue exists on both versions)
Steps to Reproduce:
SSH from local Mac to remote Mac
Run opencode on the remote Mac
Use mouse to select text in the opencode TUI
Observe the "copied to clipboard" notification appears
Press Cmd+V on the local Mac to paste
Expected Behavior:
The selected text should be in the system clipboard and paste correctly.
Actual Behavior:
The clipboard still contains previous content. The "copied to clipboard" notification is shown, but no actual data is written to the clipboard.
Additional Context:
Running pbpaste on the remote Mac shows old clipboard content, confirming the clipboard was never updated
OpenCode shows "copied to clipboard" notification when selecting text with mouse, but the system clipboard is not updated. This happens when running OpenCode over SSH from one Mac to another Mac.
Environment:
Steps to Reproduce:
opencodeon the remote MacExpected Behavior:
The selected text should be in the system clipboard and paste correctly.
Actual Behavior:
The clipboard still contains previous content. The "copied to clipboard" notification is shown, but no actual data is written to the clipboard.
Additional Context:
pbpasteon the remote Mac shows old clipboard content, confirming the clipboard was never updated