Copy button on responses

I want a copy button on Cody responses like chatgpt has. Sometimes I ask cody to make markdown documentation, and I can’t copy it, so I as it to put it in a code block, but its not smart enough to know to escape “```” to prevent it from closing the code block, so its really frustrating to have to format that. Plus, a million other reasons why we need that copy button!

Could you provide any example outputs of where Cody is failing with this, for you?

I will also pass this request on to the team

Thanks,

-Kynlo

Example:

Sure, here are docs for the xxx endpoint:

To use xxx do xxx.....
an *example* __request__ is like this:

{
message: “I want this part to come in the code block but cody isn’t smart enough to escape the triple tickmarks above…”
}

Some more text...

And if cody adds a language identifier:

Sure, here are docs for the xxx endpoint:

To use xxx do xxx.....
an *example* __request__ is like this:
```json
{
message: "I want this part to come in the code block but cody isn't smart enough to escape the triple tickmarks above..."
}

Some more text…

And then this text like "let me know if you need any other changes" will appear in a codeblock

#6452

copy feature would be amazing.

Hey @AlfredoSandoval

We have a custom fork of Cody, where this feature for VS Code is already implemented.
Have a look here: Custom Cody Fork

So… Are you planning to merge that into the normal release build… Or is it going to stay in the custom build?

Based on the internal priority list, it is considered to bring that feature into the original Cody extension.