Description
After upgrading from v1.1.13 to v1.1.14, clipboard copy only works the first time. Subsequent copy operations fail silently (shows "Copied to clipboard" but nothing is actually copied).
Works in: v1.1.13 ✅
Broken in: v1.1.14 ❌
Environment
- OS: macOS (running OpenCode in Docker container via OrbStack)
- Terminal: Ghostty
- OpenCode version: 1.1.14
Ghostty config
copy-on-select = clipboard
clipboard-read = allow
clipboard-write = allow
Steps to Reproduce
- Start OpenCode v1.1.14 in Docker container
- Select text and copy (first time) → ✅ Works
- Select different text and copy (second time) → ❌ Fails
- Subsequent copies continue to fail
Expected Behavior
All copy operations should work consistently, as they did in v1.1.13.
Suspected Cause
This regression may be related to mouse interaction changes introduced in v1.1.14:
Related Issues
Workaround
Downgrade to v1.1.13
Description
After upgrading from v1.1.13 to v1.1.14, clipboard copy only works the first time. Subsequent copy operations fail silently (shows "Copied to clipboard" but nothing is actually copied).
Works in: v1.1.13 ✅
Broken in: v1.1.14 ❌
Environment
Ghostty config
Steps to Reproduce
Expected Behavior
All copy operations should work consistently, as they did in v1.1.13.
Suspected Cause
This regression may be related to mouse interaction changes introduced in v1.1.14:
feat(tui): add mouse hover and click support to autocompletefeat(tui): add mouse hover and click support to questions toolRelated Issues
fix(tui): prevent UI freezes from clipboard operations and event loop(addresses Bun GC bug)Copy Text "Copied to clipboard" does never workWorkaround
Downgrade to v1.1.13