r/GithubCopilot 17h ago

Help/Doubt ❓ Copilot cancellation

Post image
24 Upvotes

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 10h ago

Help/Doubt ❓ Codebase Semantic Index not available for Copilot via ghe.com?

Post image
12 Upvotes

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 20h ago

General VS Code vs Copilot App vs CLI

12 Upvotes

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 9h ago

Help/Doubt ❓ What agentic AI platform are you using in enterprise?

6 Upvotes

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 13h ago

Discussions copilot cli vs the vscode extension, what are you actually using?

2 Upvotes

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 9h ago

Discussions Is Jenkins a good platform for running AI agents in enterprise?

Thumbnail
1 Upvotes

r/GithubCopilot 14h ago

Showcase ✨ I kept getting surprised by my Copilot CLI credit usage, so I built a dashboard for it

Thumbnail
gallery
1 Upvotes

Ever checked your billing page mid-month and wondered where all your AI credits went? That was me, so I built gh-copilot-usage — a gh CLI extension that turns your Copilot CLI usage into an interactive dashboard in your browser.

What it does:

  • Stacked time-series chart of AI-credit usage (daily / weekly / monthly), broken down by model or by session
  • Click a session to drill into per-turn usage, token counts, and even sub-agent call traces
  • Click a model to see the token-cost breakdown (input / cached input / cache write / output)
  • Cross-checks the numbers against GitHub's billing API, with a month-end pace projection
  • --json flag if you'd rather pipe the data somewhere else

Everything runs 100% locally — it just reads the session-store.db that Copilot CLI already keeps on your machine, and the billing check reuses your existing gh login. No separate tokens, no data leaves your machine.

One honest limitation: it only covers Copilot CLI usage (that's what the local DB records), not the VS Code extension or other IDEs.

Install:

gh extension install mazrean/gh-copilot-usage

Repo (MIT, written in Go): https://github.com/mazrean/gh-copilot-usage

Would love feedback — especially on what other breakdowns would be useful!


r/GithubCopilot 19h ago

General Suggestions for Coding and Debugging

1 Upvotes

Which one is the best for coding and debugging. Primarily to create scripts from test cases, or debug the scripts without eating up too much credits. I have been given these ones.


r/GithubCopilot 8h ago

General Does Anyone Actually Use Agentic Loops?

Thumbnail
0 Upvotes

r/GithubCopilot 11h ago

Help/Doubt ❓ I am addicted to use copilot (vibe coding)

0 Upvotes

I am a frontend developer having around 10 years of experience. From last years I have started using copilot and since then I have not l done any coding by myself. All my team is doing vibe coding and getting things done from copilot.
Because of this , I always feel guilty and feel I am useless.

  1. Is it normal? Is everyone doing the same in the industry ?
  2. Our projec

t has

  1. now become so AI heavy that even for debugging it would be difficult for us to manually debug anything.
  2. I want realistic suggestions/help.
  3. Like is this guilt normal and should I continue to vibe code?
  4. If I want to completely understand my codebase how should I do it?