default TUI: copy-on-select toast never renders
Status Fixed / completed
Reported on v2.1.226
Maintainer reply None cached
Activity 1 comment · opened Aug 10, 2026 · closed Aug 25, 2026
Summary
In the default terminal renderer, mouse selection auto-copies correctly, but the confirmation flash "copied N chars to clipboard" never appears. Switching to the fullscreen renderer makes the flash appear. The copy itself works in both renderers.
Environment
- Claude Code: 2.1.226
- macOS: 26.6.1
- Terminals: iTerm2 3.6.11, IntelliJ IDEA terminal (both affected in
default) - Connected via a third-party gateway (
ANTHROPIC_BASE_URLproxy). Likely relevant: thetuirenderer selection falls back todefaultwhen the server-side feature gates (tengu_pewter_brook/tengu_amber_creek) are unreachable, so the renderer chosen on a given machine depends on backend access.
Repro
/tui default(or leavetuiunset so it falls back todefault)- Mouse-drag select text inside the TUI → text copies to clipboard, but no "copied N chars to clipboard" flash appears
/tui fullscreen, repeat step 2 → the flash appears
Also reproduced on a second machine running the same Claude Code version with the default renderer; fullscreen works on both machines.
Expected
Selecting with the mouse shows "copied N chars to clipboard" in the bottom status area (~2 s), as it does in fullscreen.
Additional context
copyOnSelectis unset (default enabled). Since the copy succeeds, the selection→clipboard path fires; only the notification's rendering in thedefaultrenderer's status area is missing.copyFullResponseis unrelated (that's the/copypicker setting).
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗