feat: Added /copy command for copying output to clipboard with new Command Service approach (#3706)

Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com>
Co-authored-by: N. Taylor Mullen <ntaylormullen@google.com>
This commit is contained in:
Devansh Sharma
2025-07-20 20:57:41 +02:00
committed by GitHub
parent a01b1219a3
commit 8f85ac7de0
7 changed files with 771 additions and 1 deletions

View File

@@ -28,6 +28,9 @@ Slash commands provide meta-level control over the CLI itself.
- **`/compress`**
- **Description:** Replace the entire chat context with a summary. This saves on tokens used for future tasks while retaining a high level summary of what has happened.
- **`/copy`**
- **Description:** Copies the last output produced by Gemini CLI to your clipboard, for easy sharing or reuse.
- **`/editor`**
- **Description:** Open a dialog for selecting supported editors.