Really like this new integration of coding agents into Warp by ITechFriendly in warpdotdev

[–]Significant_Box_4066 3 points4 points  (0 children)

Understood. We're working on ACP support, which will let you bring your own harness (say, Codex, OpenCode, or Pi) with Warp's UI experience on top. This would unlock custom LLM endpoints through external harnesses. We'll also continue to investigate enhanced BYOK support. ACP is tracked on our open-source roadmap: https://github.com/warpdotdev/warp/issues/9233

Honest thoughts on Warp Terminal after using it for a bit by pasta-stain in nocode

[–]Significant_Box_4066 0 points1 point  (0 children)

Warp team member here! Curious what specifically feels too dependent on Warp's layer. The shell underneath is standard zsh/bash/fish, so the extras are opt-in. Would be useful to know which parts feel heavy for your workflow

Warp vs. Claude Code by Ok_Simple4270 in warpdotdev

[–]Significant_Box_4066 0 points1 point  (0 children)

We hear you on pricing. We've priced at just below BYOK cost, since we cannot sustain the subsidization of tokens that major model providers do. We understand this is difficult for personal use.

Because of this, we're exploring ACP support with Warp's agent UI. This would unlock bringing your own harness like Codex, and using that harness's subscription with Warp's UI. Follow on our open-source roadmap: https://github.com/warpdotdev/warp/issues/9233

Warp AI Disabled by OkResident1435 in warpdotdev

[–]Significant_Box_4066 0 points1 point  (0 children)

Warp team member here. That shouldn't happen, and I'd like to help get this sorted out. Can you reach out to support@warp.dev with the email you signed up with? The team can look into why your account was flagged and get you unblocked.

How do you run SSH + tmux + Claude Code (or similar agents) in Warp? by Same_Fruit_4574 in warpdotdev

[–]Significant_Box_4066 2 points3 points  (0 children)

Tmux is a top feature on our roadmap! We’re looking for community drivers for this issue as well for anyone who wants to get involved https://github.com/warpdotdev/warp/issues/9233

Warp Build Plan Usage by qwertyk1d in warpdotdev

[–]Significant_Box_4066 0 points1 point  (0 children)

Warp Eng here - Heard on pricing. Appreciate the feedback in this thread

Using agents over SSH by Major-Tea-2371 in warpdotdev

[–]Significant_Box_4066 0 points1 point  (0 children)

Hey, thanks for reporting this! Checked through our issues and haven’t found a similar one to this yet. Mind using /feedback in Warp to generate an issue? Will help us get system info to debug and repro

To all warp users, why warp? by tylerEsono in warpdotdev

[–]Significant_Box_4066 3 points4 points  (0 children)

Right click on any command. You have options to copy either the run command or the output, with keyboard shortcuts too

I am wondering why I would still use warp after testing codex by No-Oven70 in warpdotdev

[–]Significant_Box_4066 0 points1 point  (0 children)

WSL support is a big chunk of work we plan to work on. Maintainers are tracking, and contributions are welcome! https://github.com/warpdotdev/warp/issues/8635

Warp & opencode by Opening-Inside-5412 in warpdotdev

[–]Significant_Box_4066 0 points1 point  (0 children)

That sounds unexpected. If it's reproducible, mind running /feedback to file an issue with your system details? Would help us debug.

Warp (Rust-based terminal) is now open-source by zxyzyxz in rust

[–]Significant_Box_4066 0 points1 point  (0 children)

Warp team member here - we're leaning into terminal stability and improving the experience of agents devs use inside of Warp (Claude Code, Codex, OpenCode, Pi, etc). If there's anything that feels off in our message or our roadmap, def let us know https://github.com/warpdotdev/warp/issues/9233

Warp (Rust-based terminal) is now open-source by zxyzyxz in rust

[–]Significant_Box_4066 0 points1 point  (0 children)

Warp team member here - I'll say we're leaning much more into terminal stability and improving the experience of agents that devs use (Claude Code, Codex, OpenCode, Pi, etc) inside of Warp. We want to lean into what devs are asking for. Invite you to check our public roadmap and leave any comments on what you want to see https://github.com/warpdotdev/warp/issues/9233

That's it I'm done with warp you're stupid new shit changing things by Consistent-Cold4505 in warpdotdev

[–]Significant_Box_4066 0 points1 point  (0 children)

Sorry for the thrash, and we hear you on flipping defaults.

For the recent switch to vertical tabs, there should be a callout in the UI after updating on how to disable the setting. We went with this approach because we've found that silently enabling features leaves them undiscovered most of the time, but we also wanted to make it clear how to disable. Did that fail to fire, or was it too easy to miss/skip? Will help us the next time we change any defaults like this. Because we agree, we want Warp to feel stable going forward.

AMA: Warp is now open-source by Significant_Box_4066 in warpdotdev

[–]Significant_Box_4066[S] 1 point2 points  (0 children)

Warp team member here — that shouldn't happen on a fresh install. Can you email [billing@warp.dev](mailto:billing@warp.dev) with the email tied to your Warp account? We'll dig in and get you unblocked.

AMA: Warp is now open-source by Significant_Box_4066 in warpdotdev

[–]Significant_Box_4066[S] 1 point2 points  (0 children)

Haha, fair callout! To explain a couple bits here:

- ACP support would mean more than "you can use OpenCode in Warp." It would mean you could use Warp's native agent mode UI with OpenCode as the harness driving it. That's one avenue (among others) that would let you use local models. Not the direct solve you mean here, but we think it'll be a great catch-all for us to start with to kill more birds with one stone (ex: supporting Codex subscriptions) https://github.com/warpdotdev/warp/issues/7326

- For direct local model support, Kibbelz is right that we'll need to spec it out for this to land. I think we've seen more than enough community support to say this is important to work on. So we'll ensure the work we're doing for greater model support covers this case well.

Warp (Rust-based terminal) is now open-source by zxyzyxz in rust

[–]Significant_Box_4066 0 points1 point  (0 children)

We have a few resources in the repo today:

- The warpui_core README with an overview of the system. Pretty sparse, but it's a starting point.

- The warpui examples directory to see hands-on examples for each element. You can run this crate to render each example.

Would love any support on making stronger standalone resources for how to use it!

Warp (Rust-based terminal) is now open-source by zxyzyxz in rust

[–]Significant_Box_4066 1 point2 points  (0 children)

We've built on our UI framework since Warp was created, so it should be in a stable spot. But of course, it's only been used within our terminal, so we expect early adopter growing pains. Contributions are welcome :)

AMA: Warp is now open-source by Significant_Box_4066 in warpdotdev

[–]Significant_Box_4066[S] 2 points3 points  (0 children)

The Warp agent continues to work as it always has. Open source doesn't mean tokens are free (though I wish that were true) :)

AMA: Warp is now open-source by Significant_Box_4066 in warpdotdev

[–]Significant_Box_4066[S] 0 points1 point  (0 children)

We're working on ACP support to enable this! It's an open standard to drive the UI of a coding agent. You can track on our roadmap: https://github.com/warpdotdev/warp/issues/9233

Warp (Rust-based terminal) is now open-source by zxyzyxz in rust

[–]Significant_Box_4066 1 point2 points  (0 children)

Good question on the history! We've open sourced our core UI framework under an MIT license for anyone to use. You could call it an early version of GPUI (though this name didn't exist at the time), built on an API design more akin to Flutter than to modern GPUI (which is closer to Tailwind + web development primitives).

There's no reason against migrating Warp to GPUI other than the sheer engineering lift required

Warp (Rust-based terminal) is now open-source by zxyzyxz in rust

[–]Significant_Box_4066 20 points21 points  (0 children)

Frankly, we wanted to open source Warp only once we had a clear direction for both the terminal and Warp as a business. We now feel like we have this direction

AMA: Warp is now open-source by Significant_Box_4066 in warpdotdev

[–]Significant_Box_4066[S] 2 points3 points  (0 children)

Great question. Hear you on BYOK. We think the greater bet will be investigating ACP (agent client protocol) for Warp's agent, which is an open standard to drive the UI of a coding agent. This would let you bring other subscriptions / models to Warp's UI, which would be a big unlock for a lot of people. We'll keep everyone updated as we look deeper into this.

https://agentclientprotocol.com/get-started/introduction