mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-12 14:22:00 -07:00
feat(cli): add experimental.useOSC52Copy setting (#19488)
This commit is contained in:
committed by
GitHub
parent
ba3e327ba1
commit
09b623fbd7
@@ -38,7 +38,8 @@ export const copyCommand: SlashCommand = {
|
||||
|
||||
if (lastAiOutput) {
|
||||
try {
|
||||
await copyToClipboard(lastAiOutput);
|
||||
const settings = context.services.settings.merged;
|
||||
await copyToClipboard(lastAiOutput, settings);
|
||||
|
||||
return {
|
||||
type: 'message',
|
||||
|
||||
Reference in New Issue
Block a user