f07695c
Remove evals crate (#28968)
Click to expand commit body
Release Notes: - N/A
Agus Zubiaga created
f07695c
Remove evals crate (#28968)
Release Notes: - N/A
Agus Zubiaga created
bdd0cbb
Fix snippets from extensions being listed twice (#28940)
lookup_snippets() merges global snippets and extension snippets, but global_snippets::lookup_snippets() also returns extension snippets, make them double Closes #28661 Release Notes: - Fixed a bug where extension provided snippets were being displayed in duplicate.
redforks created
022a110
agent: Fix "open thread as markdown" button (#28962)
Just now realized that the reason this button wasn't working reliably is because we weren't passing the index to it. It's now fixed. Release Notes: - N/A
Danilo Leal created
b0200c4
agent: Show context server name in incompatible tool warning (#28954)
<img width="410" alt="image" src="https://github.com/user-attachments/assets/e29a0ba8-3d37-4e66-b90c-398b24da0453" /> Release Notes: - N/A
Bennet Bo Fenner created
ae47829
agent: Fix system instructions typo (#28949)
See #28793, the name of the field is actually `systemInstruction` not `systemInstructions`. Release Notes: - Fixed an issue where Gemini requests would fail
Bennet Bo Fenner created
5ebb18c
editor: Fix scrolling drag interrupted on gutter hovering (#28924)
Closes #27188 This PR fixes the issue where, when you drag the scroll handle of the editor and your mouse hovers over the gutter of the next editor, scrolling stops. I found no good reason to stop propagation on gutter hover. Release Notes: - Fixed an issue where editor scrolling would stop when the mouse hovered over another editor's gutter.
Smit Barmase created
ded1c70
Set diagnostic width based on ems (#28936)
Closes #ISSUE Release Notes: - N/A *or* Added/Fixed/Improved ...
Conrad Irwin created
ad25cd0
Fix panic when diagnostics first opens (#28935)
Closes #ISSUE Release Notes: - N/A
Conrad Irwin created
a7a7335
edit prediction: Assign providers when client status changes (#28919)
There was recently a change that caused the Zed Edit Prediction provider to only be assigned when the client was connected. However, this check happened too early, resulting in restored buffers never getting registered. We'll now subscribe to client status changes and reassign providers accordingly. Release Notes: - edit prediction: Fixed bug disabling prediction in restored buffers
Agus Zubiaga created
cbb6c22
Remove netcat dependency (#28920)
Closes #28813 Closes #27749 Release Notes: - Removed the need to have openbsd `netcat` (`nc`) installed on your system in order to enter passwords for `git` or `ssh` (remote development). If you previously installed `netcat` specifically for Zed, you may uninstall it.
Ben Kunkle created
63b4b60
zlog: Ensure log file is flushed (#28923)
Closes #ISSUE Release Notes: - N/A *or* Added/Fixed/Improved ...
Ben Kunkle created
9ea8a9a
Fix more inlay/excerpt race conditions (#28914)
Closes #ISSUE Release Notes: - N/A
Conrad Irwin created
19f542b
debugger: Clear dap status indicator when dap update/download is complete (#28913)
Release Notes: - N/A
Anthony Eid created
70b3cb0
Update Rust crate anyhow to v1.0.98 (#28904)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [anyhow](https://redirect.github.com/dtolnay/anyhow) | workspace.dependencies | patch | `1.0.97` -> `1.0.98` | --- ### Release Notes <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.98`](https://redirect.github.com/dtolnay/anyhow/releases/tag/1.0.98) [Compare Source](https://redirect.github.com/dtolnay/anyhow/compare/1.0.97...1.0.98) - Add [`self.into_boxed_dyn_error()`](https://docs.rs/anyhow/1/anyhow/struct.Error.html#method.into_boxed_dyn_error) and [`self.reallocate_into_boxed_dyn_error_without_backtrace()`](https://docs.rs/anyhow/1/anyhow/struct.Error.html#method.reallocate_into_boxed_dyn_error_without_backtrace) methods for anyhow::Error ([#​415](https://redirect.github.com/dtolnay/anyhow/issues/415)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- Release Notes: - N/A <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] and renovate[bot] created
0170f52
Pin actions/checkout action to 11bd719 (#28896)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | pinDigest | -> `11bd719` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- Release Notes: - N/A <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] and renovate[bot] created
602ae84
Fix the buttons not working in key context view (#28910)
Release Notes: - N/A
Kirill Bulatov created
3fef3cc
Use more types/constants from `zed_llm_client` (#28909)
This PR makes it so we use more types and constants from the `zed_llm_client` crate to avoid duplicating information. Also updates the current usage endpoint to use limits derived from the `Plan`. Release Notes: - N/A
Marshall Bowers created
78c856c
debugger: Enable manually restarting a session when a DAP server doesn't support restarting (#28908)
This PR also fixes the unexpected behavior of clicking restart when a session is terminated and nothing happens. And we fixed a small bug where `DebugClientAdapter.shutdown()` was never called. Release Notes: - N/A --------- Co-authored-by: Cole Miller <m@cole-miller.net>
Anthony Eid and Cole Miller created
2194669
docs: Use inline code for action (#28907)
Oops, typo. Release Notes: - N/A
Smit Barmase created
fcb1efd
rpc: Remove `llm` module in favor of `zed_llm_client` (#28900)
This PR removes the `llm` module of the `rpc` crate in favor of using the types from the `zed_llm_client`. Release Notes: - N/A
Marshall Bowers created
54b46fd
docs: Add example for disabling default binding while keeping custom one active (#28906)
Release Notes: - N/A
Smit Barmase created
94cf1b0
outline_panel: Rename `outline_panel::Open` to `outline_panel::OpenSelectedEntry` (#28890)
Closes #27171 The `outline_panel::Open` action seems to open the outline panel, but instead, it moves the editor's cursor to the position of the selected entry in the outline panel. This PR renames it to `outline_panel::OpenSelectedEntry` for better clarity. Meanwhile, there is an existing action, `outline_panel::ToggleFocus`, that should be used for opening the outline panel. Todo: - [x] Added migration Release Notes: - Renamed `outline_panel::Open` to `outline_panel::OpenSelectedEntry` for better clarity.
Smit Barmase created
56856fb
Add a way to navigate between changes (#28891)
Closes https://github.com/zed-industries/zed/issues/19731 Adds `editor::GoToPreviousChange` and `editor::GoToNextChange` that work the same as `vim::ChangeListOlder` and `vim::ChangeListNewer` as the common logic was extracted and reused. Release Notes: - Added a way to navigate between changes with `editor::GoToPreviousChange` and `editor::GoToNextChange`
Kirill Bulatov created
64a67a1
Remove DebugAdapterConfig (#28898)
This is unused as of recent changes to task spawning. Release Notes: - N/A
Conrad Irwin created
040046e
Show all warnings (#28899)
Release Notes: - (preview only) Fixes a bug where some warnings were not rendered correctly in the Diagnostics view
Conrad Irwin created
0286b8a
agent: Fix conversation token usage and estimate unsent message (#28878)
The UI was mistakenly using the cumulative token usage for the token counter. It will now display the last request token count, plus an estimation of the tokens in the message editor and context entries that haven't been sent yet. https://github.com/user-attachments/assets/0438c501-b850-4397-9135-57214ca3c07a Additionally, when the user edits a message, we'll display the actual token count up to it and estimate the tokens in the new message. Note: We don't currently estimate the delta when switching profiles. In the future, we want to use the count tokens API to measure every part of the request and display a breakdown. Release Notes: - agent: Made the token count more accurate and added back estimation of used tokens as you type and add context. --------- Co-authored-by: Bennet Bo Fenner <bennetbo@gmx.de> Co-authored-by: Danilo Leal <daniloleal09@gmail.com>
Agus Zubiaga , Bennet Bo Fenner , and Danilo Leal created
8de53bd
agent: Add git commit ID to the eval telemetry data (#28895)
Release Notes: - N/A
Thomas Mickley-Doyle created
10507f9
collab: Add `plan` column to `subscription_usages` (#28889)
This PR adds a `plan` column to the `subscription_usages` table. These tables don't have any records in them yet, so it's fine to make the column required without a default. Release Notes: - N/A
Marshall Bowers created
7bdde8f
Fix anchor_in_excerpt on replaced excerpts (#28880)
Release Notes: - N/A
Conrad Irwin created
7c7f69f
agent: Allow quoting selection when text thread is active (#28887)
This makes the `assistant: Quote selection` work again for text threads. Next up is supporting this also in normal threads. Release Notes: - agent: Add support for inserting selections (assistant: Quote selection) into text threads
Bennet Bo Fenner created
12c9526
Remove bottom dock layout button (#28876)
Release Notes: - Preview: Removed the layout button from the title bar. The `bottom_dock_layout` setting still functions. - Added a setting, `bottom_dock_layout`, for controlling the relationship between the bottom dock and the left and right docks.
Mikayla Maki created
97b044a
proto: Add `ZedProTrial` to `Plan` (#28885)
This PR adds the `ZedProTrial` member to the `Plan` enum. Release Notes: - N/A
Marshall Bowers created
1e25e6b
agent: Improve fuzzy matching for @mentions (#28883)
Make fuzzy search in @-mention match paths and context kinds as well (e.g., typing "sym" should let me select the "Symbols" label, as opposed to just paths) Release Notes: - agent: Improve fuzzy-matching when using @mentions
Bennet Bo Fenner created
f565994
debugger: Remove or move breakpoints on file deletion/rename (#28882)
Release Notes: - N/A --------- Co-authored-by: Cole Miller <m@cole-miller.net>
Anthony Eid and Cole Miller created
db94d6d
agent: Add item to open Prompt Library in the panel's menu (#28877)
Release Notes: - agent: Added a menu item to open the Prompt Library from the panel's dropdown menu on the top right.
Danilo Leal created
456e54b
agent: Add websearch tool (#28621)
Staff only for now. We'll work on making this usable for non zed.dev users later Release Notes: - N/A --------- Co-authored-by: Antonio Scandurra <me@as-cii.com> Co-authored-by: Danilo Leal <daniloleal09@gmail.com> Co-authored-by: Marshall Bowers <git@maxdeviant.com>
Bennet Bo Fenner , Antonio Scandurra , Danilo Leal , and Marshall Bowers created
2b27712
vim: Fix LineUp (#27754)
Closes #27423 Release Notes: - vim: Fixed cursor scrolling off screen with `ctrl-y`. --------- Co-authored-by: Ben Kunkle <ben@zed.dev>
5brian and Ben Kunkle created
bb0b2a5
collab: Remove `has_predict_edits_feature_flag` from `LlmTokenClaims` (#28879)
This PR removes the `has_predict_edits_feature_flag` field from the `LlmTokenClaims`. We are no longer reading this anywhere. Release Notes: - N/A
Marshall Bowers created
5c2c6d7
toolchain: Respect currently focused file when querying toolchains (#28875)
Closes #21743 https://github.com/user-attachments/assets/0230f233-58a4-494c-90af-28ce82f9fc1d Release Notes: - Virtual environment picker now looks up virtual environment based on parent directory of active file; this enables having multiple active virtual environments in a single worktree.
Piotr Osiewicz created
4f58bde
agent: Add small design tweaks (#28874)
Some small adjustments to simplify the agent panel's design. Release Notes: - N/A
Danilo Leal created
486a9e4
Fix more panics when removing excerpts (#28836)
Release Notes: - Fixed a panic when an excerpt removed has an edit suggestion inlay in it --------- Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
Kirill Bulatov and Conrad Irwin created
0d8f77b
editor: Expand selection to word under cursor before expanding to next enclosing syntax node (#28864)
Closes #27995 For strings in any language and Markdown, `select_larger_syntax_node` will first select the word and then expand from there if: - The cursor is on the word. - The selection is inside the word. It will not select the word and will directly proceed to expand if: - The word is already selected. - Multiple partial words are selected. Todo: - [x] Tests Release Notes: - Fixed `select_larger_syntax_node` to first expand to the word within a string, and then to the larger syntax node.
Smit Barmase created
cb79420
agent: Show an error when the model requests limit has been reached (#28868)
This PR adds an error message when the model requests limit has been hit. Release Notes: - N/A Co-authored-by: Oleksiy Syvokon <oleksiy.syvokon@gmail.com>
Marshall Bowers and Oleksiy Syvokon created
c641209
agent: Add GitHub action for daily eval run (#28863)
Release Notes: - N/A
Thomas Mickley-Doyle created
48a716f
Bump Zed to v0.184 (#28861)
Release Notes: -N/A
Joseph T. Lyons created
25956c4
lsp: Register buffers with language server when querying inlay hints (#28855)
We register buffers with language servers lazily when in multi-buffer (when the excerpt is interacted with); this does not account for inlay hints, of which a mere presence on a screen is enough to query a language server with a path it does not recognize. This posed a problem with typescript-language-server, which sent a notification to the user whenever they had a multibuffer open with inlay hints enabled. Closes #ISSUE Release Notes: - Fixed annoying pop-up with typescript-language-server that happened in multi-buffers with inlay hints enabled.
Piotr Osiewicz created
4efabe1
debugger: Add Debug Panel context menu (#28847)
This PR adds a debug panel context menu that will allow a user to select which debug session items are visible. The context menu will add to the pane that was right clicked on. <img width="1275" alt="Screenshot 2025-04-16 at 2 43 36 AM" src="https://github.com/user-attachments/assets/330322ff-69db-4731-bbaf-3544d53f2f15" /> Release Notes: - N/A
Anthony Eid created
320abe9
Agent Eval: Check if SHA already fetched (#28846)
Release Notes: - N/A
Michael Sloan created
9a9f2e7
Agent Eval: Initial support for running examples repeatedly (#28844)
Not ideal as it creates a separate worktree for each repetition Release Notes: - N/A
Michael Sloan created
609895d
Agent Eval: bounded concurrency (#28843)
Release Notes: - N/A
Michael Sloan created