OpenCode
Install globally:
bun i -g opencode-aiVSCode Integration:
- Install “OpenCode” extension from VSCode marketplace
- Use command line:
opencodein integrated terminal - Access via VSCode command palette or extension UI
Context File: Uses AGENTS.md for project-specific guidelines, build commands, and code style conventions.
Gemini CLI
Install globally:
npm i -g @google/gemini-cli@latestVSCode Integration:
- Install “Gemini CLI Companion” extension from VSCode marketplace
- Use command line:
gemini-cliin integrated terminal - Enhanced integration with VSCode workspace and editor
Context File: Uses GEMINI.md for Google Gemini-specific configuration and project context.
Qwen Code
Install globally:
bun i -g qwen-codeVSCode Integration:
- Use command line:
qwen-codein integrated terminal - No dedicated VSCode plugin needed
- Works directly in VSCode terminal
Context File: Uses QWEN.md for Alibaba Qwen model configuration and project-specific instructions.
Quick Start
- Install all tools globally with bun
- Open your project in VSCode
- Use terminal commands to run AI tools
- Each tool provides different AI capabilities for coding assistance
Tips
- All tools work seamlessly in VSCode terminal
- Use
bun i -gfor global installation - No additional VSCode extensions needed
- Tools provide AI-powered coding assistance

