agent: Copy text as Markdown (#28272)

Release Notes:

- agent: Copying text in the Agent Panel will now copy it as Markdown.

Co-authored-by: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
Marshall Bowers
2025-04-07 17:42:11 -04:00
committed by GitHub
co-authored by Antonio Scandurra
parent c165729b3f
commit fe1ae1860e
3 changed files with 32 additions and 2 deletions
+7
View File
@@ -634,6 +634,13 @@
"ctrl-alt-e": "agent::RemoveAllContext"
}
},
{
"context": "AgentPanel > Markdown",
"bindings": {
"copy": "markdown::CopyAsMarkdown",
"ctrl-c": "markdown::CopyAsMarkdown"
}
},
{
"context": "AgentPanel && prompt_editor",
"use_key_equivalents": true,