zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
50.49k stars 3.13k forks source link

After upgrade, right panel is the AI assistant #20165

Open skhaz opened 2 weeks ago

skhaz commented 2 weeks ago

Check for existing issues

Describe the bug / provide steps to reproduce it

My configuration states not to enable any type of AI, and the file explorer should be on the right side. After the update, an LLM panel now appears.

Understand, I use AI/LLM, but I don’t want it in my editor; in the editor, I only want code.

How do I move the file explorer back to the right side?

Please add a configuration that completely disables AI and collaboration tools—not every user needs them. This way, you risk losing users to Emacs. /s

{
    "assistant": {
        "button": false,
        "enabled": false,
        "version": "2"
    },
    "assistant_v2": {
        "enabled": false
    },
    "chat_panel": {
        "button": false
    },
    "collaboration_panel": {
        "button": false
    },
    "features": {
        "copilot": false,
        "inline_completion_provider": "none"
    },
    "project_panel": {
        "dock": "right"
    },
}
Screenshot 2024-11-04 at 09 10 38

Environment

Zed: v0.159.10 (Zed) OS: macOS 15.1.0 Memory: 16 GiB Architecture: aarch64

If applicable, add mockups / screenshots to help explain present your vision of the feature

No response

If applicable, attach your Zed.log file to this issue.

Zed.log


JosephTLyons commented 1 week ago

This is strange, I'm unable to reproduce with your given settings. My project panel is on the right and I have no assistant button in the status bar. Wonder what might be different here...

SCR-20241110-jbre
JosephTLyons commented 1 week ago

I'm only using the settings snippet you provided, maybe some other setting is breaking this? Can you provide all of your settings so we can debug if this is the case?

skhaz commented 1 week ago

That is all I have. After some clicks I was able to “restore” the file explorer on the right.

This only happened after an upgrade, no more.