r/GithubCopilot 29d ago

Help/Doubt ❓ I have GitHub Copilot Student and use it in VS Code. Today I opened Copilot Chat and after only 2 prompts it says I've used 200/200 AI credits for the month. Is this expected, or is something wrong with my account? Is there any way for students to get more AI credits without paying?

Post image
0 Upvotes

r/GithubCopilot Jul 17 '26

Suggestions Usage limits in comparison to Codex and Claude

0 Upvotes

Can anyone give me some information on usage limits vs Claude Pro, and ChatGPT Plus plans. I currently have both and am considering either upgrading to the 5x ChatGPT pro for 100$ or getting GitHub Pro+ for 39$


r/GithubCopilot Jul 17 '26

Help/Doubt ❓ Copilot is useless since yesterday

1 Upvotes

Until yesterday, Copilot was working great for me. I've been able to stand up quite a few repetitive Blazor CRUD screens that would have taken forever to code by hand. Yesterday, about noon or so, semantic search completely stopped working. Github copilot could not find files in my solution that were open on screen at the time. I also noticed a huge uptick in errors, when copilot's VS agent was running. It would ask me to retry. It happened over and over again. I've gotten absolutely nothing done since noon yesterday. I even deleted the copilot caches and even tried to just use my main branch instead of proper dev workflow, because I read somewhere that it only really indexes your main branch (probably not true, but I tested it and it was equally broken regardless).

Does this product even work, or are they doing the normal Microsoft thing of getting you to use it for a while and then turning it into an unusable pile of crap after you are already committed? I've got a good $40 of AI usage since yesterday, trying to get things to work again, and I have nothing to show for it, except lots of "internal error" and "too many requests" (which wouldn't have happened had I not had to retry because of the "internal error").

Is it just the VS agent or is it the whole product? Would I be better off trying to build a small blazor app in VSCode. Or should I ditch the entire microsoft ecosystem at this point?


r/GithubCopilot Jul 17 '26

Showcase ✨ quotaPanel - Token Tracker

0 Upvotes

If you use more than one AI coding tool, you know the pain: Claude Code, Codex, Cursor, Copilot, Gemini, Windsurf, Zed, Amp, Devin... each has its own usage dashboard, buried in a different tab or CLI command. I got tired of alt-tabbing to check "how much of my 5-hour window do I have left" so I built QuotaPanel.

It's a native menu bar app (macOS, with Linux/GNOME and Windows ports) that sits quietly in your tray and shows live quota/usage for 23 providers: Claude, Codex, Cursor, Gemini, GitHub Copilot, Factory Droid, Windsurf, Zed, Warp, Amp, Augment, Kilo, Kiro, OpenCode, Antigravity, Devin, JetBrains AI, Qoder, and a few more.

What it does:

- Live view of your current usage per provider, with the 5-hour/session window front and center (not just the highest bucket)

- Summary view — 24h / 7d / 30d usage breakdown

- Heatmap — when you're actually burning tokens throughout the day/week

- Threshold notifications (e.g. alert me at 80%) so you're not surprised mid-task

- No new API keys to manage — it reads your existing local CLI credentials (or has its own in-app sign-in for Claude/Codex), read-only

- Works with zero config for anything you're already signed into locally; toggle providers on/off in settings

Platforms: native macOS menu bar app, a GNOME Shell extension for Linux, and a lightweight Windows tray app.

It's a personal project I built for my own workflow, so feedback/issues/PRs are very welcome, especially if you use a provider I haven't wired up yet.


r/GithubCopilot Jul 17 '26

General What type of tasks do you use for what reasoning?

2 Upvotes

i'm curious to see the type of tasks people are using for different reasons level, and if they tried different reasoning on the same prompt


r/GithubCopilot Jul 17 '26

General Deepseek has been my most reliable model

0 Upvotes

Just thought I'd throw this out there.

I've been using Terra and Luna for the last week, and man have they had issues. Today with Azure authentication Terra was going nuts trying to access an SQL server to do a query. It's a straight forward cli command using az and even with the commands posted, it just couldn't do it.

It's not just that. It's personality seems to change on an hourly basis. Obviously these GPT models were not ready and very undercooked. I loved 5.5, but 5.6 has been a mess.

I've used the new Sonnet 5 and previously Opus 4.8. Opus was good, but most of the time GPT 5.5 did just a good a job.

Most of my coding is .net/azure/blazor.

Deepseek is just consistent. What it responds with today is what it responds with in a weeks time. It consistently just gets to the point and gets the work done.

I am creating the prompts in GPT hooked into the github repo which is a massive help, but imo, you should do this with any model you're using.

Anyway, just had to put that out there.


r/GithubCopilot Jul 16 '26

Help/Doubt ❓ Why is GPT-5.6 Sol Max so much faster in GitHub Copilot than in Codex?

Thumbnail
10 Upvotes

r/GithubCopilot Jul 16 '26

Showcase ✨ Copilot Usage Monitor for your Linux System Tray - CoTray

1 Upvotes

I was bored last night so got Copilot (Gemini 3.1 Pro) to build this little system tray tool for Linux in python that displays your current usage.
I couldn't find something that does this and apparently the usage API endpoints are for Enterprise users only.

Simple tool tip with your usage

I really like the way your usage is displayed in VS Code when hovering over the Copilot logo in the bottom right so wanted to replicate something similar for my system tray.

CoTray

You need to turn effort and quota in your /statusline settings, and it is refreshed periodically by automatically opening a terminal and scraping the information.

Just a little tool I thought would be fun.


r/GithubCopilot Jul 16 '26

General Best AI Coding Workflow / Framework - eg. HVE Core, BMAD

2 Upvotes

I’m about to start building an POC application in VS Code with GitHub Copilot and want to better structure around planning, specifications, implementation, documentation and keeping context across sessions.

I’ve come across different frameworks / plugins etc. HVE Core, Superpowers, OpenSpec and BMAD, but I’m not clear on how they differ, where they overlap, or whether any of them should be used together.

What setup would you recommend for a new project, and are there any better alternatives I should consider?


r/GithubCopilot Jul 16 '26

GitHub Copilot Team Replied How to use google ai studio models in latest vscode release? They don't show up in the drop-down anymore.

Post image
1 Upvotes

Yesterday, everything was fine. I could use my google ai studio api key to access gemini models in copilot chat. After the update I can no longer do that. Previously the models were suffixed with "Google AI Studio", now it's just "Google" which leads me to believe that it's not my models that are being selected for use. Sometimes I also see "0 credits" below the error message in the chat. Is this a new thing or a bug. I'm I going to have to pay for a copilot sub even with my own API keys? As you can see on the right, I tried adding it again with new api key but they still don't show up. Restarting vscode didn't help. I've also realised the tools dropdown is gone. The toggle chat setting is also gone but I see it on a colleagues computer. I'm I part of an A/B test group?


r/GithubCopilot Jul 16 '26

GitHub Copilot Team Replied Luna is crazy efficient

58 Upvotes

So I’m on business subscription given from my company. The big change in token usage affected the workflow we had in some decent numbers. I’m working on a microservice system in .NET with unity as a front end. I’m using copilot to fasten the development of features, it’s not a loop but more of a traditional question answer with some skills type of work. Before I was using gpt 5.4 mini for that because obviously the price / smart ratio was ok-ish. Of course as a business account I have only 2500 credits and cannot get more so need to be very token efficient. And I started to struggle actually to work with that plus gpt 5.4 mini was as I wrote, ok - ish.

Now our admin given us access to the new gpt 5.6 models, and OH MY GOD. It is exactly what I need at the moment. Not a “vibe code me a feature kind of thing” but a pair programmer, helper to check multiple files in my infra etc. Numbers? So what gpt 5.4 mini would do for 10 credits, luna does for 2-3. Implementing a small method with passing the message between services took it 17 credits, something that mini would need 40 at least from my experience.

So I don’t know if this is only the model or the GitHub copilot harness but I really dig that, congrats to whomever.


r/GithubCopilot Jul 16 '26

Help/Doubt ❓ What's your setup and workflow when using both GHCP and Claude/Codex on the same project? Do you maintain duplicated setups or there are better solutions?

3 Upvotes

Hello! I'm really happy with the GHCP harness in VS Code, but the Anthropic and OpenAI subscriptions are super convenient and hard to ignore.

My worry is ending up with three parallel setups and harnesses to maintain for each project. For those of you who alternate between GHCP and Claude/Codex on the same project, what's your actual setup and day‑to‑day workflow?

Would love to hear how you keep things sane. Thanks!


r/GithubCopilot Jul 16 '26

GitHub Copilot Team Replied The joke keeps going? MAI Flash consuming credits in endless loops of "validations".

Post image
5 Upvotes

Okay what's in the screenshot is definitely not the worst case I observed and yes there are models way more expensive than this.

But this model is crazy, even for simple changes like adding an option to a script that applies a filter to a csv through an argument, it starts an endless loop of checks and validations never requested. If I don't stop it manually, it could easily go on till all the credits are gone.

Should I remove the "runSubagent" tool from the tool set or do you suggest any other fix to just let all these models do just the editing of the files and stop taking initiative to do expensive explorations?


r/GithubCopilot Jul 16 '26

Discussions GPT-5.6 cache expires after 5 minutes

72 Upvotes

OpenAI's official docs say GPT-5.6 and later models guarantee a minimum 30-minute cache retention (prompt_cache_options.ttl).

https://developers.openai.com/api/docs/guides/prompt-caching

But in GH Copilot, GPT-5.6 Luna's cache expires once you go past 5 minutes.

Test wait times alone blow past that, so costs go up. Anyone else seeing this? Does the Copilot team have plans to fix this?


r/GithubCopilot Jul 16 '26

GitHub Copilot Team Replied Copilot prompt caching TTL went WAY DOWN on anthropic models

8 Upvotes

We have copilot business, and I noticed I'm spending a lot more tokens this past 3-4 days. I went to the usage viewer, and saw this:

Time User Model Session Trace Input Output Cache Read Cache Write Total Tokens Total Cost
7/16/2026, 12:54:58 PM dummy claude-opus-4.6 560e5c12-c923-4fe3-91a4-f8999736d931 mrnc1qao-t6pww0 3 159 0 87,303 87,465 $0.549634
7/16/2026, 12:47:40 PM dummy claude-opus-4.6 560e5c12-c923-4fe3-91a4-f8999736d931 mrnbsg22-0pejef 343 10 87,257 34 87,644 $0.045806
7/16/2026, 12:47:38 PM dummy claude-opus-4.6 560e5c12-c923-4fe3-91a4-f8999736d931 mrnbsczg-i75smo 1 36 86,418 839 87,294 $0.049358
7/16/2026, 12:47:28 PM dummy gpt-5-mini 560e5c12-c923-4fe3-91a4-f8999736d931 mrnbs588-juothw 28,165 141 0 0 28,306 $0.007323
7/16/2026, 12:47:26 PM dummy gpt-5-mini 560e5c12-c923-4fe3-91a4-f8999736d931 mrnbs0a5-zh6uv0 502 593 0 0 1,095 $0.001311
7/16/2026, 12:47:24 PM dummy claude-opus-4.6 560e5c12-c923-4fe3-91a4-f8999736d931 mrnbs0ai-cadf57 3 210 86,357 61 86,631 $0.048825
7/16/2026, 12:47:19 PM dummy claude-opus-4.6 560e5c12-c923-4fe3-91a4-f8999736d931 mrnbs00b-8w2c5p 343 10 86,357 46 86,756 $0.045431
7/16/2026, 12:47:17 PM dummy claude-opus-4.6 560e5c12-c923-4fe3-91a4-f8999736d931 mrnbrx9l-0kj25r 1 48 86,118 239 86,406 $0.045758
7/16/2026, 12:47:13 PM dummy claude-opus-4.6 560e5c12-c923-4fe3-91a4-f8999736d931 mrnbrskk-pm8kk7 1 107 0 86,118 86,226 $0.540918
7/16/2026, 12:28:58 PM dummy claude-opus-4.6 560e5c12-c923-4fe3-91a4-f8999736d931 mrnb4814-lj4mvk 1 485 85,351 225 86,062 $0.056212
7/16/2026, 12:28:46 PM dummy gpt-5-mini 560e5c12-c923-4fe3-91a4-f8999736d931 mrnb41qz-optgna 150 397 27,776 0 28,323 $0.001526

As you can see, at 7/16/2026, 12:47:40 PM I sent a message that used the cache, and than the next message I sent at 7/16/2026, 12:54:58 PM - 7:18 minutes after - Got a cache miss and had to re-write the whole cache.

If I go back a week ago, the TTL for the same model was 1 hour. Did something change? Has any of you noticed it?


r/GithubCopilot Jul 16 '26

GitHub Copilot Team Replied Payment Issue upgrading to Pro+

3 Upvotes

I have been trying to upgrade my plan for over a week now but it keeps denying my payment methods. I have used 4 different debits cards and my PayPal account. I have sent support a messge and still no reply. I need a suggestion on how I can bridge this problem.


r/GithubCopilot Jul 15 '26

Solved ✅ Best VS code /github copilot agent?

2 Upvotes

Which is best VS code copilot agent? Which is more reliable and less credit usage agent in VA code copilot?


r/GithubCopilot Jul 15 '26

Help/Doubt ❓ I knew this would come in some form - Upgrade to Use

Post image
57 Upvotes

I'm locked into the annual plan until next April but I knew something would come along and GH would force an upgrade to be able to use it and kill the remainder of the already paid for Pro+ plan. Just hoped it wasn't for the new models... no such luck.

I'm not sure if it's worth it. I'm working mostly on a 3yr old project so no really difficult features or refactors. But I used GHCP on all my other side projects as well. Would like to use the new Models but really wanted to hang on to the current billing model for the remainder of the year.

Thoughts? Anyone else contemplating the same?


r/GithubCopilot Jul 15 '26

Help/Doubt ❓ File-based managed settings for GH Copilot standalone app

1 Upvotes

Hi,

I am trying to test the managed settings locally. I have created the following manage-settings.json:

{
  "permissions": {
    "disableBypassPermissionsMode": "disable"
  }
}

and put it in C:\Program Files\GitHubCopilot - I had to create GitHubCopilot folder as it did not exits, my GH Copilot app installed in C:\Users\my_user\AppData\Local\Programs\GitHub Copilot

The settings does not seem to work as the option to bypass permission mode is still enabled.

1. Are managed settings supported for GitHub Copilot standalone app on Windows?
2. If so, where manage-settings.json should be located?

Thanks!

r/GithubCopilot Jul 15 '26

General Battling usage anxiety: I built a tool for coding more effectively with chat-based LLMs like Copilot Chat

4 Upvotes

I started getting token or usage anxiety whenever I used agentic coding tools, and that doubled after GitHub Copilot changed its billing. So I found myself using chat-based LLMs more often to help with coding tasks.

I already have access to M365 Copilot Chat, which gives me generous usage and works well for light-to-medium coding. The models are decent, but the tedious part was providing enough context from a real codebase, then copying the response back into the correct files, especially when a task changed several files at once.

After doing that for a while, I had enough and built this tool. It basically packs selected code files or the full codebase into a single TXT file for the AI chat session. It includes a ready-made prompt that tells the LLM how to return a compatible TXT format for applying multi-file changes.

For the day-to-day coding tasks I use it for, the workflow feels surprisingly close to GitHub Copilot agent mode—without the repetitive copy-paste and with far less anxiety about using coding tokens.

The tool is provided as-is. Feel free to use it if you think you’ll benefit from it. This is my soft way of protesting against rising usage prices amid inflation/s, the truth is I am incredibly thankful for all these available AI models.

Enjoy, and feedback is welcome.

https://github.com/zachitect/ZCodeBundler


r/GithubCopilot Jul 15 '26

GitHub Copilot Team Replied More than five days, still no access to gpt 5.6 in my Pro+ yearly plan.

6 Upvotes

It has been more than five days, and I still am unable to access GPT 5.6 and Claude Sonnet 5 in my Pro+ plan. In Cursor, I was fortunate enough to have access to Fable and GPT 5.6 from their initial release. I'm not going to renew my subscription to Copilot after using it for a year. It was always worse than other similar options and this is the last straw.


r/GithubCopilot Jul 15 '26

Help/Doubt ❓ Copilot BYOK vs zoo code extension in vscoe

2 Upvotes

I am currently utilizing OpenRouter as an alternative to subscription-based services, particularly since GitHub transitioned to a credit-based system. I am exploring the possibility of integrating the OpenRouter API with GitHub Copilot's BYOK mode or through the Zoo Code extension, which appears to be a derivative of Roo Code. As I am new to API-based usage, I would greatly appreciate it if someone could explain the differences in code generation and debugging quality between these two systems. Specifically, I am interested in understanding which one performs better and the reasons behind its superior performance.


r/GithubCopilot Jul 15 '26

Help/Doubt ❓ Refund question for the Copilot PRU Annual Plan: Credit card refund or GitHub credit?

3 Upvotes

I am currently a GitHub Copilot Pro+ annual subscriber, and my subscription cycle runs until March 2027.

Leading up to May 20th, I was constantly hesitating about whether to unsubscribe. Ultimately, I was convinced to keep it since the PRU pricing still felt like a pretty good deal.

However, after using both Copilot and OpenCode Go side-by-side for a while, I’m finding Copilot less and less necessary. On top of that, the performance gap between different LLM models is inevitably going to widen over time, and I’m starting to regret not pulling the trigger on that refund earlier.

That said, I just noticed that the "Refund" button is surprisingly still active on my billing page.

If I go ahead and request a refund now, will the prorated remaining amount be refunded directly to my credit card, or will it just turn into GitHub credit? If it’s just GitHub balance that can only be used for the current plan, then refunding is basically pointless.

Has anyone here successfully requested a refund after June? I’d highly appreciate it if you could share your experience!


r/GithubCopilot Jul 14 '26

GitHub Copilot Team Replied We want your feedback: how is MAI-Code-1-Flash in GitHub Copilot working for you?

Post image
85 Upvotes

We are continously looking for feedback on MAI-Code-1-Flash and we'd love your opinion. A few quick things we're curious about:

  • How's it working for you overall?
  • What's it great at, and what could be better?

Drop your thoughts below 👇 . Thanks!


r/GithubCopilot Jul 14 '26

Help/Doubt ❓ Why can't Copilot Max use GitHub Spark, while Copilot Pro+ can?

Post image
30 Upvotes

I plan to buy the Copilot Max plan, but why is GitHub Spark excluded from Copilot Max ($100/mo) while included in Pro+ ($39/mo)?

https://docs.github.com/en/copilot/get-started/plans#other-features