chandureddyvari 3 hours ago

Can someone help me understand the pricing of zed? $10 per month- $5 credits for AI credits. This credits can be used for claude code / codex inside zed or should I manage different api keys for codex/claude code?

bicx 10 hours ago

Cool. If Zed supported git worktree diff highlighting, I'd be using it.

  • Brajeshwar 4 hours ago

    If you are OK with another tool to complement it, I found GitButler via Hacker News recently and it looks promising.

    https://gitbutler.com

    • thatxliner 30 minutes ago

      Doesn’t GitButler require a specific workflow?

  • CjHuber 7 hours ago

    For me it's the missing Jupyter support that's preventing me from switching

  • LVB 8 hours ago

    What do you mean exactly? Diffs between multiple worktrees? I've found the current diff view fairly useful.

  • citbl 6 hours ago

    and for me it's the dart debugging!

    we all want something.

    • consumer451 5 hours ago

      Yes. Can you imagine being the person responsible for gathering user feedback from socials, for a product like this? oof.

bradgessler 8 hours ago

I love that this was completely overshadowed by "Zed works in Windows!"

This team ships so much that if they sold an LTS product, it means they'd support the release for 24 hours.

the_duke 8 hours ago

Let's hope agent CLIs adopt the ACP protocol, instead of having to do hacky shims.

mosselman 12 hours ago

I'd wish a better model or system would go live for the inline suggestions. The Zed ones are so trash compared to Cursor's it is just laughable.

An example is that when I have a module like Namespace::SuperAbcModule in a file at namespace/super_abc_module.rb and I rename the file to namespace/super_module.rb, Cursor will immediately suggest to change the module name to `Namespace::SuperModule`, Zed won't.

Also Cursor will suggest updates to lines throughout a file whereas Zed sometimes doesn't even look ahead 1-2 lines.

Having Claude Code and Codex built into the sidebar is hardly better than having them running in a terminal. I wish they'd invested all this time and effort improving the inline suggestions.

  • WD-42 11 hours ago

    Right click on the file in the project tree -> rename will rename references. Or in the code right click -> rename symbol. Not sure why you need to bring AI into it.

    • johnfn 4 hours ago

      Yes, why just hit tab for everything when you can memorize 50 context dependent keyboard shortcuts?

  • 8n4vidtmkvmk 24 minutes ago

    That doesn't sound like it needs AI. JetBrains was doing that before the AI wave.

  • hiccuphippo 12 hours ago

    Why is that something AI has to do? PhpStorm does this, without Ai, since forever ago. And updates references everywhere, even inside strings or doc comments.

    • mosselman 12 hours ago

      Firstly, I don't care what tech does this, as long as I can get good suggestions.

      Secondly, it was just one example that came to me from comparing this the other day. You could compile a long list of examples where Cursor gives better completions than Zed does.

      • f311a 7 hours ago

        It's better to learn the tools that you are using. Renaming is part of LSP servers and Zed has no control over them. They are unique for each language. Using AI for this is a waste of resources, especially when renaming affects tens of files. It's not reliable, slow and not determenstic.

  • rpearl 12 hours ago

    I otherwise like Zed way more than the vscode-derivatives but yeah, the edit predictions are just not even close. And it's laggier feeling despite the lower quality.

  • _neil 12 hours ago

    Agreed. Zed is my daily driver and I love it, but the autocomplete is not good. I end up disabling AI altogether.

    • spartanatreyu 4 hours ago

      Probably for the best.

      It's human nature to start trusting AI suggestions just because they look good enough without actually checking them. That's going to lead to massive issues down the line the more it goes on.

      Snippets are more useful.

      If you're doing something repetitive, a vetted snippet does wonders. Learning how to make your own snippets with appropriate tab stops is a seriously underrated skill.

      High competence in regex search-and-replace, multi-cursor, and snippets is an amazing combination.

  • kodisha 8 hours ago

    Yup true, replying to increase visibility in case Zed team is looking at this post. Love the editor otherwise.

  • ChadMoran 12 hours ago

    This is what holds me back from Zed.

aaronSong 12 hours ago

Is it just a GUI service for codex?

  • JamesSwift 11 hours ago

    Zed has a generic interface to agents (ACP). This is a bridge between the ACP api and the codex api so that it integrates cleanly inside Zed in mostly the same way the other non-codex supported agents do

  • aaronSong 12 hours ago

    I like how it integrated it

sreekanth850 11 hours ago

Product video is more saying about the FPS.

  • furyofantares 11 hours ago

    I watched the video in the linked post and I don't think it said anything about the FPS.