Remix.run Logo
cmrdporcupine a day ago

"- For end users, its CLI output style and form factor aims to be closer to a Unix shell than a heavy "IDE in the terminal" TUI."

I've actually been wondering lately why coding agent functionality isn't just... part of my shell already. Just another kind of interaction modality with an existing shell. Could probably even be an extension to fish or nu-shell even.

Please stop me from forking off on yet another project though.

rsyring a day ago | parent [-]

Originally, Warp was doing just that. Reimagining the terminal including making AI a part of it. I don't think they really found much purchase there because they ended up needing to make a platform out of it:

https://www.warp.dev/

cmrdporcupine a day ago | parent [-]

Yeah terminal window is a bit of a different story, though. I mean the actual shell binary.

With some ... intensive ... security/sandboxing/containerizing of some kind though, I guess.