AI Catchup

Warp's Universal Agent Support: The Terminal as an Agentic Development Environment

By 8 min read

Warp's April 2026 universal agent support brings first-class integration for Claude Code, Codex, Gemini CLI, and OpenCode in a single terminal -- with vertical tabs, status indicators, code review, mobile remote, and a rich input editor. It is Warp's bet that 'ADE' beats both IDE and traditional terminal for multi-agent work.

Warp shipped universal agent support on April 14, 2026, wiring Claude Code, Codex, Gemini CLI, and OpenCode into the terminal as first-class citizens rather than generic shell processes. The launch lands alongside vertical tabs, Warp's pane-stacking surface for running several agents side by side, and together the two updates make Warp's pitch concrete: the terminal is no longer one prompt at a time, it is a dashboard for an orchestra of AI coding agents working in parallel. Warp's name for the category is Agentic Development Environment, or ADE.

Key Takeaways

  • Universal agent support: Claude Code, Codex, Gemini CLI, OpenCode (first-class)
  • Vertical tabs with per-pane status badges (in-progress, done, blocked, awaiting approval)
  • Code review pane lets you reply inline back into the running agent without copy-paste
  • Cloud publishing -> control sessions from your phone or another machine
  • "ADE" framing coined at Warp 2.0 launch (June 2025); universal agent support is the second proof point
  • Pricing: free tier exists; Build $18/mo, Max $180/mo, Business $45/user/mo

What Is an Agentic Development Environment?

The Agentic Development Environment label is Warp's framing for what a developer surface looks like once AI coding agents stop being a side panel and start being the main thing you do. Zach Lloyd, Warp's CEO, stated the positioning bluntly at the Warp 2.0 launch in June 2025: "Not a terminal, not an IDE. Warp is the Agentic Development Environment, built for coding with multiple AI agents." His argument is that IDEs bolt agents onto code editors through chat panels, while CLI tools bury them inside a single shell stream, and neither is native to the agentic workflow.

The April 2026 launch is the second proof point of that thesis. Warp 2.0 introduced the framing; universal agent support is what makes the framing tangible. You sit down, open Warp, and the surface assumes from the first keystroke that you are about to start several agents at once, on several branches, talking to several models. The terminal is the outer chrome. The agents are the work. The terminal-as-ADE move is one of the defining shifts in the 2026 AI tools landscape.

First-Class CLI Agent Support -- What "First-Class" Adds

Warp's universal agent support covers four first-class CLI agents at launch: Claude Code, Codex, Gemini CLI, and OpenCode. Any of them will run inside any terminal that can spawn a subprocess, so what does "first-class" actually buy you?

The difference is everything Warp wraps around the agent process. A first-class agent gets a vertical-tab pane with its own status badge, so you can glance at the column and see whether it is still thinking, blocked on a permission prompt, or done. It gets the rich input editor -- multiline prompts, mouse selection, cut, copy, paste, voice input, image attachment, a file explorer, and saved prompts and skills -- instead of the reduced affordances of a raw subprocess. It gets the code review hand-off, where Warp's review pane can send selections, comments, and snippets straight back into the agent's input stream without copy-paste. And it gets cloud publishing, so the same session you started on your laptop can be steered from a phone.

Run the same claude or codex binary in plain Terminal.app and you get the agent. Run it in Warp and you get the agent plus the dashboard around it. The point of the launch is that the dashboard is now the unit of work.

Vertical Tabs and the Orchestrator Dashboard

Vertical tabs stack each pane as a row in a sidebar list, and each row carries enough metadata to act as a status board. The vertical tabs documentation lays out the visual contract precisely.

Each row shows four columns: the pane title, the running command, the active conversation, and the working directory. A fifth column carries the git branch. In compact mode, the secondary metadata -- branch, directory, and PR -- collapses underneath. Double-click a row to rename a tab inline. Panes inside a tab cannot yet be renamed individually.

The status badges are the thing. Each row shows a colored icon that tells you what the agent in that pane is doing without you having to switch into it:

  • in-progress (magenta clock) -- the agent is actively thinking or running a tool
  • done (green check) -- the last turn finished cleanly
  • error (red triangle) -- the agent or its tool returned an error
  • blocked / awaiting approval (yellow stop) -- the agent needs you to approve a permission request before it can continue
  • cancelled (gray stop) -- you stopped the run

An accent dot on the row marks unread agent activity since you last looked at the pane. The combined effect is a glanceable dashboard: ten panes, ten status dots, your eye lands on the yellow stop and you know exactly which agent needs your attention next. Warp's vertical tabs announcement frames this as the difference between juggling tabs and running an operations center.

Tab Configs sit on top of the surface as one-click templates. A Tab Config can pre-load a working directory, a set of startup commands, a theme, and a worktree, so spinning up a new pane on a new branch is a single click rather than three commands.

Code Review Without Copy-Paste

Reviewing an agent's work has historically meant flipping between the terminal where the agent is running and a diff viewer somewhere else, then copy-pasting feedback back into the prompt. Warp's code review integration removes the round-trip.

The review pane lets you send inline review comments, file selections, and snippets straight back into the running CLI agent session without leaving Warp. You read the diff, highlight the function you want changed, type your comment, and send -- the comment lands in the agent's input stream as if you had typed it into the prompt. The agent sees the file context, the selection, and your note in one unit, and replies in the same pane.

The practical effect is that the inner loop of "agent proposes -> you review -> agent revises" stays inside one window. You stop losing context to tab-switching, and the agent's view of your feedback stays attached to the code you were looking at when you wrote it.

Mobile Remote Control and Cloud Publishing

Warp lets you publish a running session to its cloud and then steer that session from a phone or another machine. The flow is built for the realistic shape of long-running agent work: you start a Claude Code or Codex session before you stand up from your desk, the agent grinds for 20 minutes, hits a permission prompt, and waits.

Without cloud publishing, the agent sits idle until you are back at the laptop. With cloud publishing, your phone is enough. You see the prompt, approve or reject, and the agent keeps moving. The same surface lets you start steering a session from a different machine entirely -- shut the laptop, open the desktop, pick up where the agent paused.

This is the same operational shift that scheduled agents introduced from a different angle. For unattended runs that fire on a cron or a webhook, see Claude Code Routines and the comparison of scheduled-agent platforms for how each tool handles the "agent works while you are away" problem.

A Day in the Life With Warp 2.0

Picture a feature day with universal agent support and vertical tabs in front of you. You open Warp and trigger 3-5 Tab Configs in sequence, each pre-wired to a different worktree on a different branch. One pane runs Claude Code on the API refactor, one runs Codex on the test suite, one runs Gemini CLI on the docs pass, one runs OpenCode on a small migration script. Five vertical tabs, five status dots, five branches.

You glance at the sidebar. The API refactor pane shows a magenta clock -- still thinking. The test suite pane shows a green check -- done, ready for review. The docs pane shows a yellow stop -- waiting on your approval to write a file. You click the docs pane, approve the write, and click straight to the test suite pane to read the diff. You highlight a function in the review pane, type a comment about a missing assertion, and send it back into Codex without leaving the window. The migration script pane finishes while you are looking elsewhere, the accent dot lights up to tell you, and you queue the next prompt.

You walk to lunch. On the way, the API refactor hits a permission request. Your phone buzzes through Warp's cloud publishing, you approve from the sidewalk, and the agent keeps grinding. The shift this makes concrete is from "one agent in one terminal" to "an orchestra of agents on one dashboard." The mental model will be familiar to anyone who has juggled multiple Claude Code windows; the comparison between Cursor and Claude Code walks through how the same orchestrator role plays out across editors.

Pricing and the Credit Model

Warp's pricing page lays out four tiers as of the universal agent launch. A Free plan exists with a limited credit budget and limited cloud agent usage. Build is $18/mo and ships with 1,500 credits; it replaced the legacy Pro, Turbo, and Lightspeed tiers on October 30, 2025. Max is $180/mo and carries 12x the credit budget for heavy parallel use. Business is $45/user/mo and adds SAML SSO and Zero Data Retention for organizations that need them.

The important pattern is that universal agent features themselves are not paywalled at the feature level. First-class CLI agent support, vertical tabs, status badges, the rich input editor, code review hand-off, and cloud publishing are all available; what you pay for is the credit budget that backs the LLM calls each agent makes. Running 5 agents in parallel for an hour will exhaust the free credits faster than running one. The pattern itself is the message: free users can wire all four agents into vertical tabs today and decide for themselves whether the ADE surface earns an upgrade once their credit budget runs short. Lloyd's launch announcement points readers to the Build and Max tiers for that next step.

Frequently Asked Questions

Is Warp free?

Yes, Warp has a free tier with limited credits and limited cloud agent usage. Paid tiers are Build $18/mo with 1,500 credits, Max $180/mo with 12x credits, and Business $45/user/mo with SAML SSO and Zero Data Retention. Universal agent features themselves are not paywalled at the feature level; usage runs on the credit budget tied to your plan.

Can I run Claude Code inside Warp?

Yes. Claude Code is one of four first-class CLI agents Warp integrates as of April 2026, alongside Codex, Gemini CLI, and OpenCode. First-class means Warp wraps each agent with status badges, the rich input editor, code review hand-off, and per-pane vertical tabs, instead of treating it as a generic shell process.

How is Warp different from iTerm or Terminal.app?

iTerm and Terminal.app are conventional terminals: text in, text out, one shell per pane. Warp is built around running multiple AI coding agents in parallel and coordinating them visually with vertical tabs, status badges, a code review pane, and mobile remote control. Warp calls this category an Agentic Development Environment.

Get the weekly AI Catchup

Tools, practices, and what matters -- in your inbox every Monday.