promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Aider

/copy

Copies Aider's last reply to the clipboard.

/copy copies the most recently sent assistant message to the system clipboard.

โœ… WHEN TO USE IT?

Reuse an explanation or code snippet from the last reply

/copy โ€” then paste it into e.g. docs, an issue, or another app

โ›” WHEN NOT TO?

Wanting to copy the whole code context for a web-chat LLM

/copy only copies Aider's last reply, not the files added to the chat and the repo map.

Better: Use /copy-context to copy the full code context

SOURCES