[Feature Request] Add keyboard shortcut to copy response to clipboard

Resolved 💬 3 comments Opened May 13, 2026 by Lavi-ibex Closed May 16, 2026

Bug Description

Claude Code - Feature Request: Copy Response to Clipboard

Problem

When using Claude Code in a terminal (e.g., Warp), copying AI responses by selecting terminal text introduces extra newlines at visual line-wrap points, breaking the formatting when pasting into editors.

Other AI CLIs (e.g., Atlassian's RovoDev CLI) solve this with a "Copy to clipboard" option (triggered by a single keypress) that copies the raw response text directly - preserving markdown and correct line structure, bypassing terminal rendering artifacts entirely.

Request

Add a keyboard shortcut (e.g., c after a response, or similar) that copies the last response as raw text to the system clipboard. Optionally, a second option like "Copy with tool calls" would also be useful for debugging sessions.

This would significantly improve the workflow for users who write, export, or paste Claude responses into external editors.

Environment Info

  • Platform: darwin
  • Terminal: WarpTerminal
  • Version: 2.1.140
  • Feedback ID: bf47b61f-9db4-40e5-9c92-74a6564779bc

Errors

[{"error":"AxiosError: timeout of 5000ms exceeded\n    at <anonymous> (/$bunfs/root/src/entrypoints/cli.js:121:13313)\n    at emit (node:events:92:22)\n    at <anonymous> (/$bunfs/root/src/entrypoints/cli.js:120:3321)\n    at request (/$bunfs/root/src/entrypoints/cli.js:123:2467)\n    at async u88 (/$bunfs/root/src/entrypoints/cli.js:439:4889)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-13T07:51:26.058Z"},{"error":"Error: The socket connection was closed unexpectedly. For more information, pass `verbose: true` in the second argument to fetch()\n    at from (/$bunfs/root/src/entrypoints/cli.js:113:7862)\n    at <anonymous> (/$bunfs/root/src/entrypoints/cli.js:121:12898)\n    at emitError (node:events:43:23)\n    at <anonymous> (/$bunfs/root/src/entrypoints/cli.js:120:1149)\n    at emitError (node:events:43:23)\n    at <anonymous> (node:_http_client:251:22)\n    at processTicksAndRejections (native:7:39)\n    at request (/$bunfs/root/src/entrypoints/cli.js:123:2467)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-05-13T07:56:20.250Z"}]

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗