Move your team from GitHub Copilot to Claude Code.
Each person gets a short interview, then a personalized step-by-step guide showing exactly where their saved work, prompts, and projects land in Claude Code — and the few things that need a manual step, walked through. You send one invite; nobody becomes the help desk, and nothing in GitHub Copilot is changed or cancelled. Want to see where you’re paying for both first? Run the free audit.
The closest analog to Claude Code's default agentic loop (plan → tool calls → file edits → bash → iterate) is Copilot's Agent mode: select 'Agent' from the chat-mode dropdown in VS Code (also in Visual Studio and JetBrains). Agent mode plans multi-step tasks, edits across the workspace, runs terminal commands, and iterates until the goal is met — exactly like Claude Code, just embedded in the editor instead of running as a terminal app.
- Warning: Each Agent-mode turn consumes Copilot usage; as of 2026-06-01 monthly plans meter this as token-based AI Credits (annual Pro/Pro+ keep the legacy premium-request multipliers until renewal). Claude Code instead draws against your Claude plan's weekly hour caps with a rolling session window.
- Warning: Claude Code offers explicit permission modes (`default`, `plan`, `acceptEdits`, `bypassPermissions`) and per-tool allow/deny rules; Copilot Agent mode approves at the action level but does not expose a global plan-only mode.
- Warning: Claude Code has built-in sub-agents (Explore, Plan, general-purpose) that fork context; Copilot Agent mode runs as a single session.