gemini-cli/packages/vscode-ide-companion
2026-01-07 04:09:39 +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(vscode-ide-companion): correct license generation for workspace dependencies (#15004) 2025-12-12 19:06:58 +00:00
src Introduce GEMINI_CLI_HOME for strict test isolation (#15907) 2026-01-07 04:09:39 +00:00
.vscodeignore Generate NOTICES.TXT and surface via command (#5310) 2025-08-03 20:19:34 +00:00
development.md cleanup(markdown): Prettier format all markdown @ 80 char width (#10714) 2025-10-09 12:17:37 +00:00
esbuild.js Introduce GEMINI_CLI_HOME for strict test isolation (#15907) 2026-01-07 04:09:39 +00:00
eslint.config.mjs Disallow floating promises. (#14605) 2025-12-06 00:12:49 +00:00
LICENSE Upload VSIX of companion VS Code extension (#4241) 2025-07-15 18:44:03 +00:00
NOTICES.txt fix(vscode-ide-companion): correct license generation for workspace dependencies (#15004) 2025-12-12 19:06:58 +00:00
package.json chore(release): bump version to 0.25.0-nightly.20260107.59a18e710 (#16048) 2026-01-07 02:25:28 +00:00
README.md cleanup(markdown): Prettier format all markdown @ 80 char width (#10714) 2025-10-09 12:17:37 +00:00
tsconfig.json Add a2a-server package to gemini-cli (#6597) 2025-08-26 20:49:25 +00:00

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.