qwen-code/packages/vscode-ide-companion
2025-08-25 22:04:53 +00:00
..
.vscode
assets
scripts chore: consistently import node modules with prefix (#3013) 2025-08-25 20:11:27 +00:00
src Explict imports & exports with type modifier (#3774) 2025-08-25 22:04:53 +00:00
.vscodeignore
development.md
esbuild.js feat(core): refactor shell execution to use node-pty (#6491) 2025-08-19 23:03:51 +00:00
eslint.config.mjs
LICENSE
NOTICES.txt Fix license notice generation script to include transitive dependencies (#6272) 2025-08-15 00:06:20 +00:00
package.json IDE integration Gemini command multi-folder support + bump version (#6265) 2025-08-15 00:07:06 +00:00
README.md
tsconfig.json Revert #6088 (#6328) 2025-08-15 17:27:33 +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.