diff options
| author | Shreya Keshive <[email protected]> | 2025-08-07 17:25:06 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-07 21:25:06 +0000 |
| commit | f1663d9615edee825b4f3e077183aeb4c781361b (patch) | |
| tree | d7fbaa0a893106221d054cfbdc6890f56226f347 /packages/vscode-ide-companion/README.md | |
| parent | 4d4eacfc40f87ecc991aaecc12c046d49654425c (diff) | |
README + reduce required VS Code version for companion extension (#5719)
Diffstat (limited to 'packages/vscode-ide-companion/README.md')
| -rw-r--r-- | packages/vscode-ide-companion/README.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/vscode-ide-companion/README.md b/packages/vscode-ide-companion/README.md index 1b96d7f3..49de94a1 100644 --- a/packages/vscode-ide-companion/README.md +++ b/packages/vscode-ide-companion/README.md @@ -8,11 +8,15 @@ The Gemini CLI Companion extension seamlessly integrates [Gemini CLI](https://gi - Selection Context: Gemini CLI can easily access your cursor's position and selected text within the editor, giving it valuable context directly from your current work. +- Native Diffing: Seamlessly view, modify, and accept code changes suggested by Gemini CLI directly within the editor. + +- Launch Gemini CLI: Quickly start a new Gemini CLI session from the Command Palette (Cmd+Shift+P or Ctrl+Shift+P) by running the "Gemini CLI: Run" command. + # Requirements To use this extension, you'll need: -- VS Code version 1.101.0 or newer +- VS Code version 1.99.0 or newer - Gemini CLI (installed separately) running within the VS Code integrated terminal # Terms of Service and Privacy Notice |
