Skip to content

[BUG] Clipboard copy only works first time after upgrading to v1.1.14 (regression from v1.1.13) #8046

@aaajiao

Description

@aaajiao

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

  1. Start OpenCode v1.1.14 in Docker container
  2. Select text and copy (first time) → ✅ Works
  3. Select different text and copy (second time) → ❌ Fails
  4. 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

Metadata

Metadata

Assignees

Labels

opentuiThis relates to changes in v1.0, now that opencode uses opentui

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions