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
Copy feedback appears to succeed, but nothing is actually copied to the clipboard.
What happens
When using OpenCode in this terminal/OS, triggering copy briefly shows the "copied" popup/toast, but the clipboard contents do not change. After the popup disappears, pasting elsewhere does not paste the copied text.
This makes copying from OpenCode effectively unusable.
Expected behavior
When the "copied" popup appears, the selected/generated text should be available in the system clipboard and paste correctly into other apps/terminals.
The UI feedback makes it look like copy succeeded, but the clipboard remains unchanged. It would help if OpenCode either used the correct clipboard backend for this environment or surfaced an error when clipboard integration fails.
Bug
Copy feedback appears to succeed, but nothing is actually copied to the clipboard.
What happens
When using OpenCode in this terminal/OS, triggering copy briefly shows the "copied" popup/toast, but the clipboard contents do not change. After the popup disappears, pasting elsewhere does not paste the copied text.
This makes copying from OpenCode effectively unusable.
Expected behavior
When the "copied" popup appears, the selected/generated text should be available in the system clipboard and paste correctly into other apps/terminals.
Environment
Notes
The UI feedback makes it look like copy succeeded, but the clipboard remains unchanged. It would help if OpenCode either used the correct clipboard backend for this environment or surfaced an error when clipboard integration fails.