Introducing Claude Opus 4.7 in Warp

Claude Opus 4.7 is now available in Warp on paid plans and is the default model for auto (genius).
Opus 4.7 brings stronger performance to the coding and agent workflows many Warp users rely on most, and we're excited to make it available to users. In our testing, it especially stood out on tougher coding tasks, including Terminal Bench problems and a tricky concurrency bug that Opus 4.6 couldn't solve.
Where Opus 4.7 stood out
Opus 4.6 was already one of the best models available for developers, so the bar was high. What we saw with Opus 4.7 was stronger performance on the kinds of tasks that matter most in real development workflows:
- harder, multi-step coding tasks
- debugging and problem solving that require more persistence
- coding agent workflows where thoroughness matters more than speed alone
What stood out to us was that Opus 4.7 also broke through on some of the hardest Terminal Bench tasks, solving about 4% of tests that models have historically struggled to pass.
That combination of stronger reasoning and more thorough execution made it feel like a meaningful step forward for Warp users.
Limited-time pricing
Through April 30, 2026, we're also passing through a 50% promotional discount on Opus 4.7 usage. During the promo period, your credits will go twice as far on Opus 4.7.
Try it in Warp
Update to the latest version of Warp, with new features like vertical tabs, and try Opus 4.7 with Warp Agent, or set it as the default model for your cloud-agent runs in Oz.
Related articles

Jul 15, 2026 · 7 min
How to build a cloud software factory - self-improving code review
I'll describe how to build a code review agent, and how to have the quality of reviews it produces automatically improve over time as part of a cloud software factory.

Jul 7, 2026 · 17 min
A guide to cloud software factories for engineering leaders
Software development is shifting from interactive coding agents to cloud software factories — systems that automate major parts of the SDLC while improving security, compliance, and measurable ROI.

Jun 29, 2026 · 5 min
How to build a cloud software factory - add spec-driven development skills
This is my second post in a series on how to build out a fully automated cloud software factory. In this post, I’ll show how you can add spec-driven development for issues that are too complex or ambiguous to one-shot. The goal of these posts is to build a fully working...