So this is a competitor to something like OpenCode or Pi? I suspect for most developers, they are using Claude Code or Codex CLI mainly just so they don't have to pay-per-token and can use the subscription products - which I assume can't be done with Warp Agent?
The main reason you might try it is the shell access. We made CLI commands runnable in an agent session in the foreground, similar to our terminal agent. It means you can `cd` into different directories during the session, or run interactive commands like vim or REPLs in the session. One reason is convenience (it's nicer to cd around projects and keep the conversation going) and another is visibility (you can run a REPL in the foreground and tag in an agent to help and control that REPL). We're curious how others like working this way. It's pretty convenient.