VOOZH about

URL: https://thenewstack.io/warp-goes-agentic-a-developer-walk-through-of-warp-2-0/

⇱ Warp Goes Agentic: A Developer Walk-Through of Warp 2.0 - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2025-07-12 06:05:17
Warp Goes Agentic: A Developer Walk-Through of Warp 2.0
tutorial,
AI Agents / Developer tools / Software Development

Warp Goes Agentic: A Developer Walk-Through of Warp 2.0

After testing a variety of AI terminal apps, like Claude Code, Gemini CLI and OpenAI Codex, we try out the new "agentic" version of Warp.
Jul 12th, 2025 6:05am by David Eastman
👁 Featued image for: Warp Goes Agentic: A Developer Walk-Through of Warp 2.0
Image via Unsplash+.

After the enlightening question-and-answer session with Warp CEO Zach Lloyd, I was ready to try out Warp 2.0’s agentic large language model ability. This feels strange, because I have Warp sitting in front of me most of the time.

I’ve written about Warp frequently (see my original review from a year ago), but essentially it is a modern terminal emulator app. If you haven’t used one of those, well, you should. Warp is well suited for agentic tasks, as it has a  built-in awareness of multiple sessions through tabs, as well as tracking when sessions stop and restart. The block structure allows for a natural separation between query and response.

Warp has always included some basic AI capabilities, which have no doubt annoyed a few — heavy terminal users are not in the same Venn diagram loop as LLM supporters, in general. The LLM could attempt to fix common problems based on the (many) ways a Unix-like command could fail.

This is partly why Warp uses the slightly hyperbolic marketing term “agentic development environment” to mark this bigger offering. The actual version label gives us no clue:

👁 Image

Agentic Quality of Life

Earlier this week I made a list of the quality of life expectations for agentic sessions and, in theory, Warp has an advantage here. The terminal prompt UI is already pretty good:

👁 Image

It displays the model in use (currently Claude 4 Sonnet, but I’ll change to Opus 4 if I can). The prompt is in ‘auto detection mode,’ which guesses if I’m clearly writing in English or using a Unix-like command.

With cmd-I I can toggle between the straight terminal mode, agent mode and the auto guess (icons on the bottom left). We can see the directory we are in, and the git branch.

Before doing anything, I’ll check the permissions with Settings > AI > Agents > Permissions, so I can determine what the AI could do if let loose.

👁 Image

There doesn’t seem to be a way to lock activity to one directory — perhaps there is no natural concept of a project directory here (and if there is the equivalent of a Claude.md file, I can’t see it). But what does catch my eye is a denylist. This is a very simple but nice idea. At the end of the day, tasks are executed via OS commands, so it is sensible to check with the user for permission before removing files, spawning new shells or hitting the internet.

I’m going to ask Warp to perform a simple merge task, as I did previously with Gemini CLI and OpenAI Codex. I have two JSON files with city information, and I want to update the first file with contents of the other.

The two JSON files are in place:

👁 Image

OK, now I’m ready to ready to ask for the merge. Here is the query (the same one I asked in the previous posts). I explicitly move to agent mode and ask:

“please update the JSON file original_cities.json with the contents of the file updated_cities.json but if the ‘image’ field is different, please update or write a new ‘imageintended’ field with the new value instead”

👁 Image

I’m not sure what the point is in explicitly showing me Python code, unbidden. I started this conversation in English, after all. However, glancing at it (and the summary at the bottom of the code), I see no obvious problems.

As it asks for permission, it also checks if it can fix the trailing comma. I’m glad it spotted that, but it didn’t need to create a diff just for that!

I notice that it hadn’t quite understood the concept of a working directory, and wanted to do everything with absolute paths. But this might just be to make other tools happy.

The final summary was good (none of the models I’ve tested have had any real material problem with this task itself), again proving that the LLM understood both the problem and the context:

👁 Image

Now, obviously there is the issue of who I’m paying. Warp has a payment plan, but I’m not sure if I can pay Anthropic directly for using Claude Opus 4, for example. But I appear to have 150 requests per month on the free tier. There is no ongoing token usage data within the display yet — and as I don’t “quit” when I change tabs in the app, there is no chance to display usage stats at the end of a session.

Code Editor

This release of Warp includes a code editor, which was clearly designed to work with diffs as above, but you can summon it for any code file.

If I list the files in my project folder, we see that Warp left its merge file:

👁 Image

On my Mac, I left-click and then I can open the file in the Warp editor (“Open with Warp”). It places the file in a separate tab and it looks like the diff above. It is intended to work within a block, with the frame buttons — but without these, it is nicely sparse and quick. You can save any changes you make with ⌘-S. There is also language-specific colouring. My guess is it will gain a context menu in a few drops.

Adding a file editor may look fairly mundane, but as Lloyd mentioned to me in our Q&A, it isn’t going to be fully featured in any way (but it still represents a slightly aggressive move if you were, say, Zed). It does take away the cognitive friction of changing tools, which is good.

Conclusion

An agentic terminal should be able to handle much harder requests, where a large codebase is involved. However, because I have asked very specific and completable requests, all the agentic tools I’ve tested recently have managed perfectly well. And yes, Warp presented the solution efficiently.

The Warp terminal needs to add some visible usage stats, but as I’ve said, it already has the framework to allow the user to stay in control. Overall, I think Warp is in a good position to adapt to the agentic era because of its excellent terminal heritage.

TRENDING STORIES
David has been a London-based professional software developer with Oracle Corp. and British Telecom, and a consultant helping teams work in a more agile fashion. He wrote a book on UI design and has been writing technical articles ever since....
Read more from David Eastman
SHARE THIS STORY
TRENDING STORIES
TNS owner Insight Partners is an investor in: Anthropic, OpenAI.
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.