> a CLI coding agent that does what others can't I've read the product description and I don't see anything that's truly unique
> think of our CLI agent as a built-in mux’er across agent sessions. This allows more natural interactions, like being able to switch directories in agent sessions, have the agent drive full-screen terminal commands (e.g. sqlite and mysql), and even run across ssh sessions with no remote binary install. Looks like they let you use your LLM of choice on anything your terminal can SSH into using their TUI without havin…
The Warp Agent CLI
51–60 of 68 posts
Re: The Warp Agent CLI
#52I used to really like Warp, back when it was just a terminal. Then as they went more and more in on AI the actual terminal features became more and more buggy and I ended up having to go back to WezTerm. Why is every company seemingly trying to re-implement agents themselves rather than making their product work with the existing ones?
Warp was so promising to begin with - super clean and polished UI, AI features that actually made sense, really good dev outreach & PR. Over time, they started cramming more and more AI in everywhere, took over half the input area and you could just see there was no coming back. This is why VC backed software will always stink in the end. I use ghostty now.
Re: The Warp Agent CLI
#53Earlier quoted context omitted.
The codex and many other subscriptions can be used with other harnesses like OpenCode and pi. It's officially supported most of the time. Using my Codex and MiniMax sub just fine in pi.
Yeah Anthropic is the only company I am aware of that only allows subscription usage in first party products
Re: The Warp Agent CLI
#54Earlier quoted context omitted.
Warp was so promising to begin with - super clean and polished UI, AI features that actually made sense, really good dev outreach & PR. Over time, they started cramming more and more AI in everywhere, took over half the input area and you could just see there was no coming back. This is why VC backed software will always stink in the end. I use ghostty now.
I clicked on no ai during onboarding after installation, and I have never seen AI anywhere. I don't think pressing 1 button is really that hard?
Re: The Warp Agent CLI
#55Earlier quoted context omitted.
Yeah I became a fan of Warp when they offered a terminal that treated the input as a normal text input field so I could use my normal keyboard text editing shortcuts. But I understand that's not a viable business model. I'm back on iTerm2 now cause Warp isn't approved for use at my job (and never would be with all their AI pushing), and I've managed to pound iTerm 2 into something usable enough but I wish every termi…
does anyone know if the above experience and fluid vim-style behaviour can be replicated on something like ghostty? this was the killer feature of Warp imo and I saw no other benefits, but somehow not other terminal has been able to (or tried to) catch up
Bash (also works in zsh): https://www.gnu.org/software/bash/manual/html_node/Readline-...
Re: The Warp Agent CLI
#56Re: The Warp Agent CLI
#57Interesting idea! I like the idea of more deeply integrating code agent with the terminal (e.g. shell, ptys, etc). It's spawning PTYs but does it support SSH'ing into a remote session and running commands from a remote shell? That's something I built into zmx in order to scratch that "debugging in a remote VM" itch. https://zmx.sh
Re: The Warp Agent CLI
#58I used to really like Warp, back when it was just a terminal. Then as they went more and more in on AI the actual terminal features became more and more buggy and I ended up having to go back to WezTerm. Why is every company seemingly trying to re-implement agents themselves rather than making their product work with the existing ones?
Well, i'm trying to do the later, and it is very hard to position the product and differentiate without vertical integration. When Warp owns both agent and the terminal, they can a) give terminal for free and charge on the agent, and b) lock the user in, so it is a good business but poor user experience.
on the other hand, i have to make sure every agent is working which more surface area to maintain, and i'm also limited to the common subset of features. Also it is much harder to convince folks to switch.
Lets try: I support Wezterm (and ghostty, and others) with 40+ different agents (Claude, Codex, etc) in agentastic.dev, would you give it a try?
Re: The Warp Agent CLI
#59Earlier quoted context omitted.
does anyone know if the above experience and fluid vim-style behaviour can be replicated on something like ghostty? this was the killer feature of Warp imo and I saw no other benefits, but somehow not other terminal has been able to (or tried to) catch up
Maybe I'm misunderstanding you, but it's not necessarily a terminal feature per se. Have you tried setting `vi` mode in your shell? There is a bit of lag going into normal mode in ghostty; maybe ghostty is configured by default to wait for a second keypress when you hit Esc and you can disable that. Bash (also works in zsh): https://www.gnu.org/software/bash/manual/html_node/Readline-...
Re: The Warp Agent CLI
#60Earlier quoted context omitted.
Maybe I'm misunderstanding you, but it's not necessarily a terminal feature per se. Have you tried setting `vi` mode in your shell? There is a bit of lag going into normal mode in ghostty; maybe ghostty is configured by default to wait for a second keypress when you hit Esc and you can disable that. Bash (also works in zsh): https://www.gnu.org/software/bash/manual/html_node/Readline-...
I do use vi mode in the shell, but unfortunately it's not quite the Warp experience, which has full vim functionality with visual mode, multi-cursor, mouse selection, syntax highlighting, etc :)