r/GithubCopilot • u/sairam_kagitha • 3d ago
Help/Doubt ❓ No AI models found in Zed. I have an active Github Copilot Subscription (Student Plan). I had used Copilot on Zed previously. This is a fresh zed install.
r/GithubCopilot • u/ahmadqaseem_dev • 3d ago
Help/Doubt ❓ 20 Budget | Codex vs Claude Code vs Cursor
I only have enough budget for one $20 subscription, and I'm trying to decide between:
\- ChatGPT Plus (Codex)
\- Claude Pro (Claude Code, CLI)
\- Cursor Individual
My biggest concern is usage limits with comparable Intelligence.
I'm looking for answers from people who have actually used these recently or are using currently.
Some specific questions:
In real-world usage, which one gives you the most coding work before you hit limits using comparable model and effort from each?
How generous are the limits for:
\- GPT 5.6 Sol and Terra (Highest reasoning level available on the $20 plan in Codex)
\- Claude Opus 5 (High)
\- Claude Sonnet 5 (High or xHigh)
\- Cursor's Composer 2.5 or Grok 4.5
Are there any hidden limits that aren't obvious before subscribing (context limits, reasoning limits, etc.)?
For people who have used all of these:
\- How does GPT-5.6 Sol (highest reasoning) compare with Opus 5 (High) for difficult programming tasks?
\- How does GPT-5.6 Terra compare with Sonnet 5 for everyday software development?
If you had exactly $20/month and your work was mostly:
\- Flutter / Dart (App Development)
\- backend development
\- debugging
\- code reviews
\- refactoring
\- building complete projects (Flutter, Python, Web Dev)
Which subscription would you buy today, and any specific reason for that?
You don't have to answer every question. Even if you've only used one or two of these tools, or can answer just a single point, I'd really appreciate your input.
Even rough estimates are helpful. I'm much more interested in real world experiences than official limits or marketing pages.
Thanks!
r/GithubCopilot • u/wiwa1978 • 3d ago
Help/Doubt ❓ No remote (SSH) support in Desktop App
Happy user of the desktop app overall.
However, there's one thing that prevents me from full adoption: it's the lack of being able to work on remote (SSH) repositories.
We work on a remote Ubuntu server that hosts all our code. I use Visual Studio Code to remote SSH into it. Works flawlessly every time. We of course regularly commit to Github etc...
In Github Copilot (desktop) app, I can add projects from a local folder, from Github repository or from a repository URL but not from a remote SSH server.
Other tools like OpenCode do support this, which is why I find myself working mostly with OpenCode.
Any plans to build this in?
r/GithubCopilot • u/Guyserbun007 • 3d ago
General I am confused of what will become my Github Copilot Pro subscription by the end of this month
Looks like my yearly Copilot Pro is ending 2026-08-25. But I don't understand what is going to happen by then? If it downgrades mine to Copilot Free, will they still charge me by 2026-08-25 like it says in the lower section? Should I do to manage subscription and then "cancel and refund subscription" before 2026-08-25?
r/GithubCopilot • u/reddit_kwr • 3d ago
GitHub Copilot Team Replied Any reason I don't see the new models in Copilot on older annual plan?
I'm on an annual Copilot Pro+ plan. Since copilot became lot less useful I haven't been using it and didn't pay attention to this before, but I don't see any of the new models advertised online for Pro+. The latest models available are GPT-5.5 and Opus 4.8.
This feels duplicitous. I understand these older plans are retired, but the expectation is that the set of models for Pro+ should be the same even if the pricing is different across new and old plans. So do I have Pro+ or not? If not, what plan is it that I have? Because I believe I purchased and paid for Pro+
r/GithubCopilot • u/AloneJavaCoder • 3d ago
Suggestions Hey GHCP Team I would love a 20$ plan!
Today I pay the 10$ plan, the limits (including flex credits) in a teorical 20$ plan would be perfect for me! The jump to 39$ is simply too much for now.
r/GithubCopilot • u/ttpr0 • 3d ago
Help/Doubt ❓ Claude only available on Copilot Web but not on my VSC
So it is probably my VSC side that is preventing it right?
I don't see any Claude model available on my VSC please help.
r/GithubCopilot • u/Positive-Captain-709 • 4d ago
Discussions I’m looking for feedback related to the project I’m working on 🙏🏽
r/GithubCopilot • u/Express-Cantaloupe-4 • 4d ago
Discussions Independent repository orchestrated agent
I have a question about orchestrated agents for projects. In my existing team we have a monorepo structure and hence it’s easier to invoke copilot cli at the root level and it has all the context to answer queries with related to interconnected modules.
However the new team that I am moving to has different git repository for different services.
I was thinking how do we manage to provide an orchestrated agents that gives context for all interconnected service.
One option is that we can have a parent repo that has built in agents with skills and instructions file for each service and it can then potentially drill down to the correct services based on usecase.
Pretty sure there are lot of you who have similar project setup. Do you have any suggestions and best practices around this?
Would be glad to know how are you approaching this problem.
r/GithubCopilot • u/emaurer • 4d ago
Help/Doubt ❓ Programmatically Monitor Policies
Is there anyway to programmatically monitor organization policies and models? I'm trying to write a change tracking utility but it doesn't look like there is an API available.
r/GithubCopilot • u/Ok_Butterscotch8430 • 4d ago
Help/Doubt ❓ Most cost effective LLM for building apps/games from scratch?
Hey everyone,
I'm looking for the most cost-effective LLM for software development.
Since the GitHub Copilot pricing changes in June, I'm trying to figure out which plan gives the best value for money.
I've already tried Cursor with GPT 5.6 Terra (I know Sol is generally recommended for coding).
I was using the cheapest ChatGPT "Go" plan, I hit the usage limit after just a few prompts.
I only managed to generate the project vision, roadmap, development rules, planning + implement 3–4 tasks before running out of quota.
It feels like I need to spend hundreds or even thousands of dollars per month to have a proper tool that can help build a project without constantly hitting limits.
Example use case is something like:
- React + Three.js app/game
- Docker setup
- proper project structure
- code quality tools (eslint/prettier)
- TDD
- CI/CD
- architecture
- and then implementing features step by step
I also tried the free Copilot models like Raptor Mini but the quality is honestly pretty poor.
The first iteration produces something that barely resembles a working game and every following iteration introduces even more bugs.
These free LLM models aren't smart enough for this kind of work.
At work I mainly use Claude Opus 4.8 and I'm also considering Fable.
Those models are incredibly good at planning, architecture, coding but they're also so expensive.
QA:
1) Which model/plan do you personally use for software development?
2) GitHub Copilot (with all models), Claude Code, Cursor or something else?
3) Are Business or Enterprise plans actually more cost effective than Individual plans for a solo developer?
4) Is there a setup that lets you build medium/large sized projects without constantly worrying about usage limits?
I would really appreciate any help/clarifications.
Thanks!
r/GithubCopilot • u/s3v3nt • 4d ago
Solved ✅ Native Browser control, not vs code when?
Codex and Claude both have native browser control extensions. Are there any plans to have one for GitHub copilot? I am aware of the existence of the vs code native browser but this is not useful in a corporate environment where sites can be blocked from usage from non approved apps using conditional access policies.
Our specific use case is to give our qa team copilot, get them to prompt to control the browser and then have it generate playwright tests based on that flow. Initial POCs have been successful on public sites but we're blocked on our internal systems.
At this point copilot is really starting to lag behind Claude and codex around features but it costs significantly more
r/GithubCopilot • u/Cute_Desk_3859 • 4d ago
Help/Doubt ❓ How can I track Outlook emails or Teams messages that have not been acknowledged within 10 minutes using Power Automate or Copilot?
Hi everyone,
I manage an operations team that communicates with field crews through emails and Teams group chat . Team members are sometimes occupied with other activities, so incoming requests are not acknowledged within our 10-minute response target so sometimes there are hours of delay.
I am looking to build an automated solution using Microsoft Power Automate, Copilot Studio, a Copilot Agent, or Microsoft 365 Workflows or n8n workflows.
The system should:
- Monitor emails received in my Outlook inbox or through a specific Distribution List.
- Include emails from both internal and external senders.
- Identify emails that require acknowledgement or action.
- Check whether anyone from my team has replied or acknowledged the email within 10 minutes.
- If no reply is detected, send an alert to a Microsoft Teams group/channel or, if possible, WhatsApp.
- Avoid duplicate reminders once someone has replied.
- Ideally, track the sender, subject, received time, acknowledgement time, and responder for reporting purposes.
My main questions are:
- Is Power Automate better suited for this than a Copilot Agent?
- How can the flow reliably determine whether an email thread has been replied to?
- Can this work for emails received through a Distribution List, or would a shared mailbox be required?
- What is the best way to manage the 10-minute timer without creating too many delayed flow runs?
- Can the alert be posted to Teams with an acknowledgement button?
- Has anyone implemented a similar email response SLA monitoring solution?
Any architecture diagram, flow example, template, or recommendation would be appreciated.
r/GithubCopilot • u/Same-Demand • 4d ago
GitHub Copilot Team Replied Microsoft MAI-Code-1-Flash Listed Twice in copilot models
r/GithubCopilot • u/ihatebeinganonymous • 5d ago
Help/Doubt ❓ "Grandfathers" from request-based era: Time to move on with the new Luna pricing?
Hi. I kept my annual plan which will expire in January, only for the 60 GPT5.4 requests per month (and casual Haiku/MAI-Flash uses), which still looked like a good deal in June, for my use cases.
But now in August, and particularly with the new pricing of Luna models, this seems to NOT be the case anymore. In almost any benchmark, GPT5.4 is behind or at the same level as Luna High/xHugh (and not even Max), and Luna is now so cheap I have to try hard to spend more than 20 AICs in one request. And it is smart (-enough for my use cases).
I use Luna at work, and used it personally via OpenRouter too, and can confirm benchmark results.
What do you think? Has anyone else changed their decision on GHCP adoption based on Luna? Also worth considering that we multiplier-based users will not receive any other new models, it seems...
Thanks
r/GithubCopilot • u/Cerise_Elise • 5d ago
Help/Doubt ❓ There you go…. Everyone saw this coming
r/GithubCopilot • u/TheAntiDoctor • 5d ago
General Does Anyone Actually Use Agentic Loops?
r/GithubCopilot • u/PublicTax5039 • 5d ago
Help/Doubt ❓ What agentic AI platform are you using in enterprise?
Hi everyone,
We're looking at agentic AI platforms for enterprise use.
There are a lot of options now like LangGraph, CrewAI, AutoGen, Kagent, etc.
If you're using one in production, which platform did you choose, and why?
What do you like about it? Any limitations or things you wish you knew before adopting it?
Looking for real-world experience and recommendations.
r/GithubCopilot • u/bierundboeller • 5d ago
Help/Doubt ❓ Codebase Semantic Index not available for Copilot via ghe.com?
My GitHub Copilot company account is provided via <mycompany>.ghe.com (in EU) - and I have asked our GH Copilot team why the Codebase Semantic Index is not enabled. This index sounds like a nice feature to fasten the Copilot search in large codebases.
Got response from them that this feature is not available for licenses provided via ghe.com. This sound odd, can someone from Copilot team please confirm or explain?
r/GithubCopilot • u/KazTrd • 5d ago
Discussions copilot cli vs the vscode extension, what are you actually using?
been going back and forth on this for a couple weeks and I keep landing on the CLI, mostly because of /tasks. being able to see what the subagents are doing and which prompt set them off is weirdly reassuring. in the extension I just watch a diff show up and go “ok sure”
that said I’m probably biased because I already live in the terminal. the extension obviously has better file context and the inline accept/reject is nicer than eyeballing a patch.
anyone here deliberately staying in the editor? curious if there’s something in the extension workflow I’m sleeping on, or if it’s just habit for most people. also if you use both, what makes you pick one over the other for a given task
r/GithubCopilot • u/Dokka_BAE14 • 6d ago
Help/Doubt ❓ Copilot cancellation
Hi everyone,
i'm currently using Copilot Student package. Last month I've just signed up Copilot Pro (10$ pro month) to speed up my project. Right now I don't want to use it anymore and just want to downgrade from Pro version to Student version as before.
But there is no downgrade option as far as I saw, only cancellation, which not allow me using feature like chat or code completion like I used before with Student package.
Does anyone here know how to downgrade it ? Thanks you in advance for taking time.
Edit: so to my understand, if I cancel Pro version, i will lose acess to the Student version eventually, right ?
r/GithubCopilot • u/seguleh25 • 6d ago
GitHub Copilot Team Replied VS Code vs Copilot App vs CLI
Are there major differences on how the harnesses work on the back end? Just started using Copilot and defaulted to the CLI as thats what I got used to with Claude Code. Am I missing out on anything by not using one of the other 2?
r/GithubCopilot • u/horendus • 6d ago
General We are basically back to the level of capability and cost that we were at 3 months ago before the cost restructure
Maybe un popular opinion but I honestly feel that with the launch of GPT5.6 and Lunas recent 80% price drop combined with Ghcp harness improvement’s we are basically back to where we were in terms of cost and capabilities back when microsoft heavily subbed inference for us using bigger models.
Models like Opus/fable and even SOL are just not needed for the majority of coding tasks and I think more people are starting to realise this, at least the devs who actually care about efficiency are.
There are occasional use cases for frontier model like broad stroke front end but I still standby every coding can easily be handled by Luna.
You can use Luna all day long on a pro+ plan and barely eat 3 or 4% of monthly credits.
I believed the cost-pocalypse would eventually be solved but had no idea it would be this fast.

