Summary
When the session window shows a code box with the copy-and-paste icon, clicking the icon does nothing.
Environment
- OS: Windows with WSL2 (Ubuntu 24.04 LTS)
- Distro: Ubuntu 24.04 LTS
- t1code: v0.21
- Codex: 0.118.0
Actual behavior
The copy icon appears on code blocks in the session window, but clicking it has no visible effect and does not copy the code.
Expected behavior
Clicking the copy icon should copy the code block contents to the clipboard and ideally provide visible feedback that the copy succeeded or failed.
Notes
- Reported surface: session window.
- This looks like either a missing clipboard integration or a click handler/UI wiring issue.
Summary
When the session window shows a code box with the copy-and-paste icon, clicking the icon does nothing.
Environment
Actual behavior
The copy icon appears on code blocks in the session window, but clicking it has no visible effect and does not copy the code.
Expected behavior
Clicking the copy icon should copy the code block contents to the clipboard and ideally provide visible feedback that the copy succeeded or failed.
Notes