GitHub Copilot Individual Plans: Sign-Ups Paused, Usage Limits Tightened
GitHub pauses Copilot sign-ups and tightens usage limits as agentic workflows overwhelm infrastructure. Pro loses Opus access; Pro+ gets 5X higher limits. Real-time usage warnings now in VS Code and CLI.
TL;DR
- GitHub paused new sign-ups for Copilot Pro, Pro+, and Student plans to manage demand
- Usage limits are now tighter; Pro+ offers 5X higher limits than Pro; Opus models removed from Pro tier
- VS Code and Copilot CLI now show real-time usage warnings to help you avoid hitting limits
What Dropped
GitHub is making three significant changes to Copilot Individual plans, effective immediately. New sign-ups are paused. Usage limits are being tightened across Pro and Pro+ tiers. And Opus models are no longer available on Pro plans—only Pro+ gets Opus 4.7.
The reason: agentic workflows are consuming far more compute than the original plan structure anticipated. Long-running, parallelized sessions now regularly exceed infrastructure capacity, forcing GitHub to choose between service degradation or stricter guardrails.
The Dev Angle
If you're on a Pro plan, you're losing access to Opus models and facing tighter weekly token limits. Pro+ subscribers get over 5X the weekly limits and keep Opus 4.7, but at a higher price point. Session limits (per-request caps) remain, but both VS Code and Copilot CLI now display your usage percentage in real-time, so you won't be blindsided.
The core issue: agents doing complex work—especially with parallelized requests like /fleet—can burn through your token budget in a handful of requests. A single long-running agentic workflow can now cost more than your monthly plan. GitHub acknowledges this is their problem to solve, not yours, but the immediate fix is tighter limits and model restrictions.
Weekly limits are token-based, separate from your premium request entitlements. You can have requests remaining but still hit a token ceiling. If you do, you can fall back to Auto model selection until the weekly window resets.
Should You Care?
If you're on Pro: You're losing Opus access and hitting lower weekly limits. Upgrade to Pro+ if you're doing heavy agentic work, or optimize your workflows using plan mode and smaller model multipliers for simpler tasks.
If you're on Pro+: Your limits are 5X higher and Opus 4.7 stays available. You're less likely to hit walls, but monitor your usage warnings in VS Code and CLI.
If you wanted to sign up: New registrations are paused. GitHub will reopen sign-ups once they stabilize infrastructure, but no timeline is given.
If these changes don't work for you: Cancel between April 20 and May 20 for a full refund on April charges. No questions asked.
The real tension here is that agentic workflows deliver genuine value—complex problems get solved faster—but they're economically unsustainable at current pricing. GitHub is buying time to build a better model. Until then, Pro users need to either upgrade or change how they work.
Source: GitHub Blog