Description
/copy no longer shows the interactive picker to select individual code blocks vs the full response. It copies the entire response (including conversational text) directly to clipboard.
Expected behavior
Per the docs: "When code blocks are present, shows an interactive picker to select individual blocks or the full response."
The picker should appear when the response contains fenced code blocks, allowing the user to select specific blocks.
Actual behavior
/copy copies the full response without showing any picker, even when the response contains multiple fenced code blocks.
Output:
Copied to clipboard (775 characters, 12 lines)
Also written to /tmp/claude/response.md
Environment
- Claude Code version: 2.1.107
- OS: macOS (Darwin 25.4.0)
- Shell: zsh
Description
/copyno longer shows the interactive picker to select individual code blocks vs the full response. It copies the entire response (including conversational text) directly to clipboard.Expected behavior
Per the docs: "When code blocks are present, shows an interactive picker to select individual blocks or the full response."
The picker should appear when the response contains fenced code blocks, allowing the user to select specific blocks.
Actual behavior
/copycopies the full response without showing any picker, even when the response contains multiple fenced code blocks.Output:
Environment