I should be able to disable the sidebar #55157
Replies: 12 comments 26 replies
-
|
I want to completely disable this agent session sidebar. HELP !! |
Beta Was this translation helpful? Give feedback.
-
|
Not sure if this helps, but it is possible to move the threads sidebar to dock on the right side in settings.json like this:
Since the threads sidebar appears and acts like a panel, I expected that it would be configured and referred to as "threads_panel" since this is the pattern that the other panels follow (project_panel, git_panel, outline_panel, collaboration_panel, etc). Something like this: It's strange that this new panel is called a "bar" since it is decidedly more panel-like than bar-like in comparison to the status bar and tab bar. It's also strange that it is referred to as "sidebar" within "agent" and lacks the word "threads" in the property, although "threads" appears in the UI. |
Beta Was this translation helpful? Give feedback.
-
|
This panel seems to also have replaced the |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for your feedback everyone. We're implementing some changes asap based on yours and others feedback:
We do think that the sidebar is a helpful tool to organize your agentic work but we understand it's not for everyone. Keep the feedback coming! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
I've created another issue/discussion #55910 that is related to, but different than this one. |
Beta Was this translation helpful? Give feedback.
-
|
Hey everyone! Thanks again for all the feedback, we hear you. We're currently working on an option to disable the sidebar and will keep you posted as things progress. |
Beta Was this translation helpful? Give feedback.
-
|
The most odd thing I found about the panel is that it's shown even if |
Beta Was this translation helpful? Give feedback.
-
|
Hello again, Thank you all for your patience, we know this has been a source of friction. After discussing internally, here's where we've landed: New window/existing window setting: We're adding an Consistent window management: We believe this inconsistency between CLI and UI window management contributed directly to the confusion, and we're fixing it. Sidebar behavior: We explored ways to fully disable the sidebar, but ultimately the overhead and complexity of maintaining two separate surfaces for thread history made it difficult to do well. Rather than ship something half-baked, we've decided to keep the sidebar enabled as long as AI is enabled. Disabling AI will disable the sidebar as well. TL;DR: If you set That said, we'd genuinely love to hear from you: will these changes be enough to keep Zed as part of your daily workflow? If there's still something blocking you, let us know. Your feedback is what helps us prioritize the right things. Thanks again for your patience! |
Beta Was this translation helpful? Give feedback.
-
|
i forked zed to add the threads over chat feature in https://github.com/domindel/zed-55157 the toggle threads button moves to the header of the agent panel when the sidebar is in the agent panel. NOTE: this is meant to be a showcase of how this feature could be implemented, its not bug free, and definitely not perfect, but i think it shows that something like this is very possible with very little trouble.
|
Beta Was this translation helpful? Give feedback.
-
|
Hey all! Just wanted to let you know that the changes I mentioned above are shipped and will be available on Stable next week. Thanks for bearing with us on this one! |
Beta Was this translation helpful? Give feedback.
-
|
Hi @macraig , when will the |
Beta Was this translation helpful? Give feedback.










Uh oh!
There was an error while loading. Please reload this page.
-
Reproduction steps
Every time I open a project, project goes to the sidebar. When i try to close i just use the close button and boom my freaking editor gone, thanks zed. Even better thing, you cant disable this "feature" unless you disable the whole ai features, who's idea to add this thing like that and that way?
Another thing this sidebar button destroys my muscle memory for my project files button, and again the only way is switching to the right side then my terminal and ai agent tabs are now shifted or i disable whole ai features from zed or switch to vscode back :) thanks.

Current vs. Expected behavior
NOW: No way to sidable or hide sidebar.
EXPECTED: To be able to hide or disable from settings!
Zed version and system specs
Zed 0.233.10
Windows 11 & MacOS Tahoe
Attach Zed log file
Zed.log
Relevant Zed settings
settings.json
Relevant Keymap
keymap.json
(for AI issues) Model provider details
No response
If you are using WSL on Windows, what flavor of Linux are you using?
None
Beta Was this translation helpful? Give feedback.
All reactions