2025-07-23 20:08:25 -04:00
|
|
|
# Gemini CLI Companion
|
2025-07-14 15:34:44 +00:00
|
|
|
|
2025-10-09 08:17:37 -04:00
|
|
|
The Gemini CLI Companion extension pairs with
|
|
|
|
|
[Gemini CLI](https://github.com/google-gemini/gemini-cli). This extension is
|
|
|
|
|
compatible with both VS Code and VS Code forks.
|
2025-07-14 15:34:44 +00:00
|
|
|
|
2025-07-23 20:08:25 -04:00
|
|
|
# Features
|
2025-07-14 15:34:44 +00:00
|
|
|
|
2025-10-09 08:17:37 -04:00
|
|
|
- Open Editor File Context: Gemini CLI gains awareness of the files you have
|
|
|
|
|
open in your editor, providing it with a richer understanding of your
|
|
|
|
|
project's structure and content.
|
2025-07-23 20:08:25 -04:00
|
|
|
|
2025-10-09 08:17:37 -04:00
|
|
|
- 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.
|
2025-07-23 20:08:25 -04:00
|
|
|
|
2025-10-09 08:17:37 -04:00
|
|
|
- Native Diffing: Seamlessly view, modify, and accept code changes suggested by
|
|
|
|
|
Gemini CLI directly within the editor.
|
2025-08-07 17:25:06 -04:00
|
|
|
|
2025-10-09 08:17:37 -04:00
|
|
|
- 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.
|
2025-08-07 17:25:06 -04:00
|
|
|
|
2025-07-23 20:08:25 -04:00
|
|
|
# Requirements
|
|
|
|
|
|
|
|
|
|
To use this extension, you'll need:
|
|
|
|
|
|
2025-08-07 17:25:06 -04:00
|
|
|
- VS Code version 1.99.0 or newer
|
2025-08-11 12:27:45 -04:00
|
|
|
- Gemini CLI (installed separately) running within the integrated terminal
|
2025-07-23 20:08:25 -04:00
|
|
|
|
|
|
|
|
# Terms of Service and Privacy Notice
|
|
|
|
|
|
2025-10-09 08:17:37 -04:00
|
|
|
By installing this extension, you agree to the
|
2026-02-24 13:12:53 -08:00
|
|
|
[Terms of Service](https://geminicli.com/docs/resources/tos-privacy/).
|