Warp Agent CLI: The Terminal Agent That Does What Others Can't
The Warp Agent CLI

Warp has launched a standalone CLI version of its Warp Agent, bringing its multi-model coding agent to any terminal—Ghostty, iTerm 2, VS Code, and more. Built on Warp's terminal infrastructure, it natively multiplexes agent sessions, enabling persistent sessions across directory changes and remote machines without installing binaries. It can drive full-screen apps like sqlite and vim, auto-detects shell commands vs. prompts, and supports multi-agent orchestration and cloud handoff. The CLI includes cost-optimizing model routing and custom routers.
The Warp Agent CLI has a unique mux'ing architecture: within an agent session, we actually run and manage pty connections with a layer of indirection between the agent and the underlying shell, similar to how tmux works.