I have only tried it a couple of times, but Zed's AI assistant view indeed works as promised, doing about as well as Cursor does.
Now there's just one thing that is a bit annoying... It's kind of heavy on the GPU. I mean it looks and runs great, but it really loves to suck the battery out of a device that's running on battery. But frankly, I've been ready to ditch text editors based on web browsers basically since they became "in vogue" and have just been waiting for the right thing to show up. As time goes on, I think it becomes more and more obvious that Zed is "the right thing".
I don't know if there's anything we can do to make sure Zed succeeds sustainably and doesn't eventually get enshittified, but I'm crossing my fingers that for once we can have nice things.
Deleted Comment
https://developer.mozilla.org/en-US/docs/Web/API/Broadcast_C...
With `--position anywhere` you can expand an abbreviation even if it's not at the beginning of a line.
alias -g ag='2>&1 | grep'
some-command ag 'words' # equivalent to: some-command 2>&1 | grep 'words'
But it’s an interesting project, I’m playing with it regularly.
keybind = "cmd+.=text:\x03"
Why would I use websockets over SSE?