gemini-cli/packages/vscode-ide-companion
Gal Zahavi f1575f6d8d
feat(core): refactor shell execution to use node-pty (#6491)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
2025-08-19 23:03:51 +00:00
..
.vscode Introduce VSCode companion extension (#3917) 2025-07-14 15:34:44 +00:00
assets Upload VSIX of companion VS Code extension (#4241) 2025-07-15 18:44:03 +00:00
scripts Fix license notice generation script to include transitive dependencies (#6272) 2025-08-15 00:06:20 +00:00
src [ide-mode] Fix path delimiter for multi-root workspaces on Windows (#6273) 2025-08-15 22:58:31 +00:00
.vscodeignore Generate NOTICES.TXT and surface via command (#5310) 2025-08-03 20:19:34 +00:00
LICENSE Upload VSIX of companion VS Code extension (#4241) 2025-07-15 18:44:03 +00:00
NOTICES.txt Fix license notice generation script to include transitive dependencies (#6272) 2025-08-15 00:06:20 +00:00
README.md [ide-mode] Add docs on running the vscode companion extension locally (#6145) 2025-08-14 17:47:36 +00:00
development.md [ide-mode] Add docs on running the vscode companion extension locally (#6145) 2025-08-14 17:47:36 +00:00
esbuild.js feat(core): refactor shell execution to use node-pty (#6491) 2025-08-19 23:03:51 +00:00
eslint.config.mjs Polish companion extension README and package.json file ahead of publishing (#4729) 2025-07-24 00:08:25 +00:00
package.json IDE integration Gemini command multi-folder support + bump version (#6265) 2025-08-15 00:07:06 +00:00
tsconfig.json Revert #6088 (#6328) 2025-08-15 17:27:33 +00:00

README.md

Gemini CLI Companion

The Gemini CLI Companion extension pairs with Gemini CLI. This extension is compatible with both VS Code and VS Code forks.

Features

  • 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.

  • 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.99.0 or newer
  • Gemini CLI (installed separately) running within the integrated terminal

Terms of Service and Privacy Notice

By installing this extension, you agree to the Terms of Service.