mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 20:14:44 -07:00
Add setting to support OSC 52 paste (#15336)
This commit is contained in:
committed by
GitHub
parent
2cb33b2f76
commit
384fb6a465
@@ -1418,6 +1418,13 @@
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"useOSC52Paste": {
|
||||
"title": "Use OSC 52 Paste",
|
||||
"description": "Use OSC 52 sequence for pasting instead of clipboardy (useful for remote sessions).",
|
||||
"markdownDescription": "Use OSC 52 sequence for pasting instead of clipboardy (useful for remote sessions).\n\n- Category: `Experimental`\n- Requires restart: `no`\n- Default: `false`",
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"introspectionAgentSettings": {
|
||||
"title": "Introspection Agent Settings",
|
||||
"description": "Configuration for Introspection Agent.",
|
||||
|
||||
Reference in New Issue
Block a user