feat(opencode): add linux clipboard toast warnings #10332
+217
−92
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Why
On Linux, copying can silently fail if clipboard utilities aren’t installed. This change makes the requirement explicit and reduces confusion.
Technical change path
Core clipboard logic updated in packages/opencode/src/cli/cmd/tui/util/clipboard.ts:
Effect
How did you verify your code works?
I didn’t run automated tests. Verification so far is manual: start bun dev, trigger copy actions, and confirm the toast behavior (one‑time notice when a tool exists, warning every time when tools are missing). If you want, I can run it and report back.
Fixes #10333