GitHub Copilot in VS Code Adds Anthropic Billing Option for Claude Sessions
GitHub Copilot's Agent Host in VS Code now lets developers choose, at any time, whether a Claude agent session draws on their GitHub Copilot subscription or their own Anthropic subscription for model access. The option responds to developer confusion over which billing path a Claude session was using by default, including reports of unexpected charges. Switching happens directly from the model picker inside an active Claude session, with no workspace-wide reconfiguration required.
Key Takeaways
- Developers using Claude agent sessions inside VS Code's Agent Host can now pick, per session, whether usage bills against their Copilot subscription or a personal Anthropic subscription.
- The change follows community complaints, including one developer's report of roughly $300 in unexpected charges in a single week tied to unclear billing defaults.
- Switching providers happens from the model picker inside an active Claude session, without reconfiguring the whole workspace.
- It complements a related, more experimental setting that lets the Agents window open without GitHub sign-in when Claude is configured with an API key.
- The update reflects VS Code treating Claude as an independently billable provider, not just a model routed exclusively through Copilot.
- It follows a broader pattern of subscription users pushing back on being silently routed to metered API billing across AI coding tools.
Sources & Mentions
1 external resource covering this update
Two Ways to Pay for Claude in VS Code
VS Code's Agent Host runs Claude sessions on Anthropic's own Claude Agent SDK, but until now developers had no clear, in-product way to control whether that usage was billed through their GitHub Copilot subscription or through separate Anthropic credentials. GitHub Copilot's August update adds an explicit switch, so developers can pick either path per session, at any time, from the model picker.
Why It Matters
The ambiguity was not just theoretical. A widely upvoted issue on the VS Code repository, titled "Allow Claude Agent to run through Anthropic subscription instead of Copilot quota," described a developer who spent roughly $300 in unexpected charges in a single week because the Claude Agent's integration made it look like usage was hitting an Anthropic subscription when it was actually consuming Copilot quota. Giving developers an explicit choice, rather than a silent default, directly answers that complaint.
How Switching Works
Inside an active Claude session, developers can now toggle between "via Copilot subscription" and "via Anthropic subscription" from the model picker, without needing to reconfigure the whole workspace or restart the session. The change sits alongside a related, more experimental option that lets the Agents window open without GitHub sign-in at all when Claude is configured with an Anthropic API key, reinforcing that VS Code now treats Claude as a first-class, independently billable provider rather than something routed exclusively through Copilot.