[DOCS] Interactive mode docs omit persistent "Always copy full response" behavior in `/copy`
Documentation Type
Unclear/confusing documentation
Documentation Location
https://code.claude.com/docs/en/interactive-mode
Section/Topic
/copy slash command behavior and picker options.
Current Documentation
Current /copy docs state:
"Copy the last response to clipboard. When code blocks are present, shows an interactive picker to select individual code blocks or the full response"
The docs only describe one-time picker behavior.
What's Wrong or Missing?
Release v2.1.63 adds a persistent option:
"Added 'Always copy full response' option to the/copypicker. When selected, future/copycommands will skip the code block picker and copy the full response directly."
That persistence/default-toggle behavior is not documented, so users won't know this mode exists or how it affects future /copy invocations.
Suggested Improvement
In the /copy command entry, add:
- The new "Always copy full response" option
- That it changes future
/copybehavior by skipping the picker - How to reset/disable this preference
Impact
Medium - Makes feature difficult to understand
Additional Context
Affected Pages:
| Page | Context |
|------|---------|
| https://code.claude.com/docs/en/interactive-mode | /copy row needs persistent-mode behavior details |
Total scope: 1 page affected
Source: Claude Code release v2.1.63
Changelog entry: "Added \"Always copy full response\" option to the /copy picker. When selected, future /copy commands will skip the code block picker and copy the full response directly."
This issue has 7 comments on GitHub. Read the full discussion on GitHub ↗