GitHub Copilot Individual Plan Changes: Paused Sign-ups, Tighter Limits, Model Adjustments

GitHub announced significant changes to Copilot Individual plans on April 20, 2026, citing agentic workflows as the primary driver for increased compute demands. The company is implementing three main changes: pausing new sign-ups, tightening usage limits, and adjusting model availability.
Specific Changes
New sign-ups are paused for GitHub Copilot Pro, Pro+, and Student plans. GitHub states this allows them to serve existing customers more effectively.
Usage limits are being tightened for individual plans. Pro+ plans now offer more than 5X the limits of Pro plans. Users on Pro plans who need higher limits can upgrade to Pro+. Usage limits are now displayed in VS Code and Copilot CLI to help users avoid hitting limits.
Model availability is changing:
- Opus models are no longer available in Pro plans
- Opus 4.7 remains available in Pro+ plans
- Opus 4.5 and Opus 4.6 will be removed from Pro+ (as previously announced in the changelog)
How Usage Limits Work
GitHub Copilot has two types of usage limits:
Session limits: Exist primarily to prevent service overload during peak usage. Most users shouldn't be impacted. If you hit a session limit, you must wait until the usage window resets to resume using Copilot.
Weekly limits (7-day): Represent a cap on total token consumption during the week. These were introduced recently to control parallelized, long-trajectory requests that run for extended periods. If you hit a weekly limit but have premium requests remaining, you can continue using Copilot with Auto model selection. Model choice is reenabled when the weekly period resets.
Usage limits are separate from premium request entitlements. Premium requests determine which models you can access and how many requests you can make, while usage limits are token-based guardrails that cap token consumption within time windows. You can have premium requests remaining and still hit a usage limit.
Practical Guidance
If you're approaching a limit, GitHub suggests:
- Use a model with a smaller multiplier for simpler tasks (larger multipliers consume limits faster)
- Consider upgrading to Pro+ if on a Pro plan (5X higher limits)
- Use plan mode in VS Code or Copilot CLI to improve task efficiency
- Reduce parallel workflows (tools like /fleet result in higher token consumption)
GitHub acknowledges these changes are disruptive and is offering refunds for Pro or Pro+ subscriptions canceled between April 20 and May 20, 2026. Users won't be charged for April usage if they cancel during this period.
📖 Read the full source: HN LLM Tools
👀 See Also

Trump Pulls Back AI Executive Order Over Fears of Slowing US Tech
President Trump rescinded a Biden-era AI executive order, arguing it could hinder US technological leadership. The move eliminates federal safety reporting mandates.

AI Agents Prefer Structured Queries Over Natural Language in Cala MCP Server Test
Cala's team built an MCP server with three knowledge graph access methods: natural language queries, structured query language, and direct entity/relationship traversal. Agents abandoned natural language within minutes, choosing structured queries and graph traversal without prompting.

Exploring n8n as an Alternative to OpenClaw Skills for Automation
The OpenClaw community on Reddit debates the pros and cons of using n8n over OpenClaw Skills for automation tasks. Key discussion points include ease of use, flexibility, and real-world application examples.

Leaked Claude Code CLI source reveals hidden features and internal flags
Analysis of leaked Claude Code CLI TypeScript source code reveals 35 build-time feature flags, including BUDDY AI pets, KAIROS persistent memory, ULTRAPLAN remote planning, and Coordinator Mode. Also found 120+ undocumented environment variables and 26 internal slash commands.