Potential AI credit calculation bug when switching Copilot plans #199791
Replies: 4 comments 4 replies
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
hey @dcorpStudio 👋 . a couple of things that might explain what happpened :
|
Beta Was this translation helpful? Give feedback.
-
|
I'm seeing another strange behavior related to Copilot usage and I'm wondering if anyone else can reproduce it. I just changed my Additional Usage Budget from $0 to $20. Immediately afterward, VS Code showed that I had already used 319 / 2000 credits (15%), even though I hadn't made any Copilot requests since changing the setting. I would have expected the usage to remain at 0 until new requests were made, so I'm confused about where those 319 credits came from. Has anyone else seen usage appear instantly after increasing their Additional Usage Budget? Is there a documented explanation for this, or could it be another issue with usage reporting? Current status shown in VS Code: Additional Usage Budget: $20 |
Beta Was this translation helpful? Give feedback.
-
|
The fact that you observed two different counters changing immediately after account/budget changes makes me wonder whether what you're seeing is a synchronization or attribution issue rather than actual new consumption. A possible explanation for the second case:
That doesn't necessarily explain the earlier "20,000 / 20,000 used immediately after upgrading" behavior, but both symptoms seem consistent with the system recalculating or re-associating existing usage data when billing-related settings change. A few questions that might help narrow it down:
If support responds, I'd be very interested to know whether Copilot usage is recalculated retroactively when changing plans or budgets within the same billing cycle. That would explain both observations much better than actual credit consumption occurring at the moment the settings were changed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
VS Code
Body
I believe there may be a bug in how Copilot usage credits are being calculated when changing plans.
Yesterday I downgraded to Pro+, and my usage page showed approximately 12,000 / 20,000 AI credits remaining.
Today I upgraded back to Max. However, immediately after the upgrade, my account showed 20,000 / 20,000 credits used (100% consumed), despite only making light use of Copilot between the downgrade and the upgrade.
From my perspective, I paid for Max and instantly lost all available usage. The remaining credits that were previously shown appear to have disappeared entirely.
Has anyone else experienced this when switching between Pro+, Max, or other Copilot plans? Is there a documented explanation for this behavior, or does it sound like a usage-tracking issue?
I'm viewing the credit usage here:
https://github.com/settings/copilot/features
VS Code reports the same status: Copilot Max — 100% used.
I've already contacted support, but I'm curious whether others have seen similar behavior.
Beta Was this translation helpful? Give feedback.
All reactions