feat: Copy entire chat session
tadq opened this issue · 3 comments
Sometimes it would be nice to copy entire chat session to clipboard. Then have those extra snippets of text as comments in the code inside text editor.
/c 0
- allow zero to copy entire chat session?
/c
- looks like this one copies "last" code block. Maybe it can be changed?
I got this in the docs:
- /copy (/c) [CODE_BLOCK_NUMBER?] - Copies the entire chat history to your clipboard. When a CODE_BLOCK_NUMBER is used, only the specified copy blocks are copied to clipboard. See Code Actions for more details.
Essentially /c
copies the entire chat history, while passing in a integer can copy single code blocks. I considered the idea of copying single chat bubbles, but I didn't see much value as most would probably want code, or want it all.
Should the docs be clearer?
My bad. I should read the docs more closely. I use micro
and VS Code and find effective copying very useful.
Sounds like we need a VSCode editor integration. ;)