Call "Claude's flagship" right from the editor you already use — Opus 5 lands on 10 GitHub Copilot surfaces, and pricing shifts from multipliers to usage

Claude Opus 5, the flagship model Anthropic just released, is now available across 10 GitHub Copilot surfaces — VS Code, the CLI, cloud agents, and more. Pricing moves from multipliers to usage-based billing, organizations must explicitly enable it, and security-adjacent requests may be blocked.

Share
Call "Claude's flagship" right from the editor you already use — Opus 5 lands on 10 GitHub Copilot surfaces, and pricing shifts from multipliers to usage

Just days after Anthropic released its flagship model Claude Opus 5, it can now be used from the GitHub Copilot side as well. What stands out this time is that support isn't limited to a single IDE — it spans VS Code, the command line, and cloud agents all at once. Without switching your editor or development environment, you can now select the flagship Claude right from the model picker on your usual screen.

One model, available at every entry point to development

This time GitHub didn't confine Opus 5 to a specific IDE; it rolled the model out across all the major entry points developers touch. The supported surfaces are as follows.

  • Visual Studio Code / Visual Studio
  • Copilot CLI (command line)
  • GitHub Copilot cloud agents
  • GitHub Copilot app / github.com
  • GitHub Mobile (iOS / Android)
  • JetBrains / Xcode / Eclipse

It's available on Copilot's higher-tier plans — specifically Pro+, Max, Business, and Enterprise. The CLI added Opus 5 support in v1.0.75, so you can pick the same model from a terminal-resident agent too. Model mismatches like "the flagship in Claude Code, but a notch lower in Copilot" become far less likely, making it easier to keep the same brains across your tools.

Pricing is counted by "what you use," not by a "multiplier"

On the billing side, there's a clear difference from earlier Claude models. Opus 5 is billed on usage-based billing that tracks the provider's API list pricing, and the fixed multiplier of the old premium-request model no longer applies. Even when you're "using the flagship," how the cost appears changes.

MethodHow cost is determined
Old request multiplier (legacy)Consumed at a fixed multiplier per request
Opus 5 usage-based billingBilled by the amount of tokens actually consumed

In other words, the longer an agent runs, the more directly consumption feeds back into the bill. On Business and Enterprise, members can't use it unless an administrator enables the Opus 5 policy in the Copilot settings. It's built so the organization can control who runs the flagship and when — one of the reins on "the token cost of keeping agents running" that we've touched on repeatedly on this blog. When rolling it out, the practical starting point is to enable it and draw the lines around who can use it.

A model tuned for long, autonomous work

GitHub positions Opus 5 for "complex, long-running coding work that demands careful reasoning, precise tool use, and reliable execution across multiple steps." In early evaluations, it showed its strengths in autonomous code changes, verifying regressions, and orchestrating multiple tools — and it was especially effective at targeted fixes, self-verification, and cutting wasted runs.

The "cuts wasted runs" assessment gains meaning when read alongside usage-based billing. Fewer moves tends to push token consumption down too, so it isn't just a matter of being smarter — it's a matter of operating cost. That said, this is based on GitHub's early testing, and the effect will vary with the codebase and task you're handling. The need to run it in your own environment and see for yourself hasn't changed.

The fine print behind the convenience

There are also caveats worth knowing before you adopt it. Opus 5 has hardened guardrails against high-risk cyber-related content built in, and these can block some security-adjacent requests. GitHub advises either rephrasing with legitimate context added, or choosing a different model.

In other words, even defense-oriented work such as vulnerability research, penetration testing, or analyzing attack code may be rejected depending on how it's phrased. Erring on the side of safety is reasonable design in itself, but for developers doing security work it can be a source of friction. It's safer for the team to decide in advance on a procedure for switching to an alternative model, on the assumption that these misses will happen. It's best to view convenience and constraint as arriving together, two sides of the same coin.

What to check right now

To sum up: while you can now call the flagship Claude straight from your everyday development environment, the practical points to keep in mind are three — cost accrues by the amount you use, organizations need explicit enablement, and security-adjacent requests can be rejected. If you're on a higher-tier plan, first check the policy's state in the admin settings and make sure usage-based consumption is visible. From there, the shortcut to measuring the effect while avoiding runaway spending is to run a small test of just how much "wasted execution" drops on long-running tasks.

References: Claude Opus 5 is now available in GitHub Copilot (GitHub Changelog) / Models and pricing for GitHub Copilot (GitHub Docs) / Claude Opus 5 (Anthropic)

Read more

Making It Wait for "Jobs That Run Over an Hour": Codex 0.152 Adds Ceiling Dials for MCP Output Volume and Execution Time, and Turns the Planning Tool Off by Default

Making It Wait for "Jobs That Run Over an Hour": Codex 0.152 Adds Ceiling Dials for MCP Output Volume and Execution Time, and Turns the Planning Tool Off by Default

Codex v0.152.0 on August 31 and its next-day fix release added explicit ceilings on MCP tool output volume and execution time, and switched the planning tool off by default. Here's a rundown of the changes that matter for long-running unattended and semi-autonomous agent operation.

By FF
The CLI's Default Model Just Swapped In a Million-Token Brain — Claude Code v2.1.257 Makes Fable 5.1 the Standard and Adds a 'Containment Escape' Checkpoint to Auto Mode

The CLI's Default Model Just Swapped In a Million-Token Brain — Claude Code v2.1.257 Makes Fable 5.1 the Standard and Adds a 'Containment Escape' Checkpoint to Auto Mode

Claude Code v2.1.257, released September 1, 2026, swaps its default model to Fable 5.1 with its one-million-token context. It also adds guardrails to auto mode that stop credential retrieval and out-of-scope reads from slipping through. Here's a rundown of the changes that matter to developers.

By FF
"This Is an Authorized Exercise"—How the Aurora Ransomware Gang Insisted, While Making Cursor's AI Agent Do the Actual Intrusion Work

"This Is an Authorized Exercise"—How the Aurora Ransomware Gang Insisted, While Making Cursor's AI Agent Do the Actual Intrusion Work

Gambit Security and CloudSEK report that the ransomware group Aurora abused Cursor's AI agent for real intrusion work. Posing the tasks as an "authorized exercise" to slip past the safeguards, they had it handle reconnaissance and privilege takeover on the back of stolen credentials—a warning that a

By FF
One in Three Companies Now Choose to Build Rather Than Buy — McKinsey Measures How Coding Agents Are Reshaping the Procurement Decision

One in Three Companies Now Choose to Build Rather Than Buy — McKinsey Measures How Coding Agents Are Reshaping the Procurement Decision

McKinsey's annual survey found that about 30% of respondents passed on buying software because they could build it in-house with coding agents. We unpack the procurement shift from buying to building — and the current reality that productivity is up while profits stay flat.

By FF