-
Notifications
You must be signed in to change notification settings - Fork 6k
Remove Chat #37789
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Remove Chat #37789
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8eb76ff to
df789d4
Compare
9042a77 to
db259a9
Compare
kubkon
pushed a commit
to kubkon/zed
that referenced
this pull request
Sep 9, 2025
At RustConf we were demo'ing zed, and it continually popped open the chat panel. We're usually inured to this because the Chat panel doesn't open unless a Guest is in the channel, but it made me sad that we were showing a long stream of vacuous comments and unresponded to questions on every demo screen. We may bring chat back in the future, but we need more thought on the UX, and we need to rebuild the backend to not use the existing collab server that we're trying to move off of. Release Notes: - Removed the chat feature from Zed (Sorry to the 5 of you who use this on the regular!)
tidely
pushed a commit
to tidely/zed
that referenced
this pull request
Sep 10, 2025
At RustConf we were demo'ing zed, and it continually popped open the chat panel. We're usually inured to this because the Chat panel doesn't open unless a Guest is in the channel, but it made me sad that we were showing a long stream of vacuous comments and unresponded to questions on every demo screen. We may bring chat back in the future, but we need more thought on the UX, and we need to rebuild the backend to not use the existing collab server that we're trying to move off of. Release Notes: - Removed the chat feature from Zed (Sorry to the 5 of you who use this on the regular!)
This was referenced Sep 11, 2025
|
Which chat feature is this referring to? The collab panel? AI chat? 🤔 |
|
Kind of wild that you removed an entire feature, a networked one at that, and it was only 5.7k lines removed. Kudos to the high code quality in this project that makes it possible to implement a chat feature in only 5k lines! Impressive. |
|
https://zed.dev/docs/channels#chat This should be removed too... |
Merged
ConradIrwin
added a commit
that referenced
this pull request
Oct 6, 2025
Updates #37789 Release Notes: - N/A
LivioGama
pushed a commit
to LivioGama/zed
that referenced
this pull request
Oct 11, 2025
Updates zed-industries#37789 Release Notes: - N/A
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
At RustConf we were demo'ing zed, and it continually popped open the chat panel.
We're usually inured to this because the Chat panel doesn't open unless a Guest
is in the channel, but it made me sad that we were showing a long stream of
vacuous comments and unresponded to questions on every demo screen.
We may bring chat back in the future, but we need more thought on the UX, and
we need to rebuild the backend to not use the existing collab server that we're
trying to move off of.
Release Notes: