←back to thread

502 points SupremumLimit | 2 comments | | HN request time: 1.048s | source
Show context
mort96 ◴[] No.44316578[source]
I was interested in Zed, but lost all interest when they started integrating "AI". I'm tired of "AI" everywhere.

I'll just stick with Neovim until something better comes around. Which probably won't happen until after the "AI" bubble bursts.

replies(12): >>44316614 #>>44316634 #>>44316729 #>>44316830 #>>44316947 #>>44317120 #>>44317364 #>>44318004 #>>44319158 #>>44320333 #>>44320677 #>>44321186 #
seabass ◴[] No.44320333[source]
It's trivial to disable it. I wouldn't let that hold you back from using an amazing editor!
replies(1): >>44321014 #
mort96 ◴[] No.44321014[source]
I just tried it out again. It seems like you can disable the chat bot integration by adding this to the config:

    "agent": {
        "enabled": false
    }
However from the documentation[1] I can't see a way to disable the "AI" predictions button (which asks you to sign in to their online "AI" service with your GitHub account). Am I missing something?

[1] https://zed.dev/docs/configuring-zed#edit-predictions

replies(1): >>44322871 #
1. wirybeige ◴[] No.44322871[source]
Setting this to none should remove that button. "features": { "edit_prediction_provider": "none" }
replies(1): >>44323683 #
2. mort96 ◴[] No.44323683[source]
Really? That's not mentioned in the documentation, it seems like the whole "features" object is missing. Thanks anyway.