zed
zed copied to clipboard
Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
### Summary Search is not working. cpu load 500%... ### Description After recent updates I stop using zed coz search function stops working. Just cpu load spike to 500% and...
### Summary Zed should (where possible) leverage CRDT to support redoing after a formatter has changed a buffer. ### Description Steps to reproduce: 1. Create a file `a.yaml` with this...
### Summary vim mode: Ctrl-w l will allow me to enter AI pane, but cannot go back this way ### Description Steps to reproduce: 1. set vim mode 2. open...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it AddSelectionAbove and AddSelectionBelow remove the entire selection if you don't go in...
Updated to reflect the logic in https://github.com/zed-industries/zed/blob/main/crates/paths/src/paths.rs.
### Summary When the agent is using the search files tool with regex, there have been a few cases where characters like `` have been escaped as `<` or `>`,...
Follow up to https://github.com/zed-industries/zed/pull/31971. Now, the toolbar review buttons will also appear/be available at the same time as the panel buttons. Release Notes: - N/A
Removes the load_model trait method and its implementations in Ollama and LM Studio providers, along with associated preload_model functions and unused imports. Release Notes: - N/A
### Summary Editing a binary file, like an image, while working with the Git pane in Zed can lead to the file becoming 0 bytes large. ### Description I have...
### Summary Supermaven `sm-agent-26` binary is downloaded but has incorrect permissions to execute. Fix is to just set it as executable; `chmod +x ~/.local/share/zed/supermaven/sm-agent-86` Linux related complaints in https://github.com/zed-industries/zed/issues/15653 are...