—
If you use GitHub Copilot for real work – not just autocomplete – this week’s update matters.
On 4 September 2026, GitHub made OpenAI’s GPT-6 Astra generally available inside Copilot. Astra is built for long, multi-step coding jobs: the kind where you ask the assistant to dig through a repo, fix a bug, verify the fix, and only then say “done.”
That’s a different bar from “suggest the next line.”
What GitHub says changed
GitHub’s own note is refreshingly practical. In their testing, Astra didn’t just write better snippets. It:
plans as it goes
checks its own work while diagnosing
confirms results before it stops
They say that led to stronger results on long-horizon coding tasks, with fewer back-and-forth steps than earlier OpenAI models in Copilot.
If your daily pain is half-finished agent runs that need babysitting, this is the claim worth testing.
Who can use it (and where)
Astra is not on the base Copilot plan. You need one of:
Copilot Pro+
Max
Business
Enterprise
Where you can pick it (once it shows up in your account):
Visual Studio Code and Visual Studio
JetBrains IDEs, Xcode, Eclipse
Copilot CLI and the Copilot coding agent
github.com, the Copilot app, and GitHub Mobile (iOS and Android)
GitHub is rolling it out gradually. If you don’t see Astra in the model picker yet, wait a bit – it’s expected.
Admins: check your model policy
For Copilot Business and Enterprise, access is controlled in Copilot’s model policy.
By default, new models turn on automatically – unless your admin turned off that default or blocked Astra specifically. So having the right plan is not enough if your org locks model choice.
If you’re an admin and your team asks “where is Astra?”, start there.
Cost note (read this before you leave it on)
Astra is billed at provider list pricing under Copilot’s usage-based billing. Heavy agent runs on a frontier model can add up faster than lighter models.
Practical tip: try it on the tasks that actually burn your time – multi-file refactors, flaky test hunts, long debug loops – and keep a cheaper model for quick edits.
Why this is bigger than a model picker update
Coding assistants are moving from “help me type” to “help me finish the job.” Astra in Copilot is another step in that shift: longer tasks, more self-checks, more tool use.
It also lands in a noisy week for AI releases. The useful filter for readers is simple: does this change how you ship code this month? For eligible Copilot users, yes – it’s worth a deliberate trial, not a blind switch.
Quick checklist
Confirm you’re on Pro+, Max, Business, or Enterprise.
Look for GPT-6 Astra in the model picker (VS Code is the easiest place to start).
If you’re on Business/Enterprise and it’s missing, ask your admin about model policy.
Run one real long task (not a toy prompt) and compare steps + result quality to your current default.
Watch usage billing if you leave it on for agent work.
—
