Note: This project was originally called "Sidecar". See legacy documentation.
Why Code Squad?
Vibe coding is amazing... until you review the changes.
AI writes fast. Too fast. Files pile up, changes scatter everywhere. And now you're running multiple agents at once — terminals everywhere, context lost, changes overlapping.
Code Squad keeps the conversation going.
One seamless flow — talk to AI, review what it built, give feedback, keep building. Now with support for multiple agents running in parallel, each in its own isolated workspace.
Features
Agent Management
- Create multiple agent sessions with isolated terminals
- Real-time status tracking (working, idle, waiting)
- Click sidebar to switch between agents
Git Isolation
- Local: Work in current branch
- Worktree: Isolated directory for parallel work (recommended)
Review Interface
- Unified diff view per agent
- Inline comments with direct AI feedback
- Scope-based diff (grouped by function/class)
Quick Start
1. Install from VS Marketplace / Open VSX
2. Click + in Code Squad sidebar to create an agent
3. Or just run claude/codex/gemini - Code Squad auto-attaches
Settings
| Setting |
Default |
Description |
codeSquad.autoDetect |
true |
Auto-detect AI tools in terminal |
codeSquad.autoShowPanel |
true |
Open panel when AI detected |
codeSquad.includeFiles |
[] |
Glob patterns for gitignored files |
Requirements
VS Code 1.93.0+
Links
GitHub · Issues · Changelog