0e562f2
Bump to 0.189.1 for @SomeoneToIgnore
Zed Bot created
0e562f2
Bump to 0.189.1 for @SomeoneToIgnore
Zed Bot created
abea240
Introduce $ZED_CUSTOM_PYTHON_ACTIVE_ZED_TOOLCHAIN_RAW to work around (cherry-pick #31685) (#31688)
Cherry-picked Introduce $ZED_CUSTOM_PYTHON_ACTIVE_ZED_TOOLCHAIN_RAW to work around (#31685) Follow up to #31674 Release Notes: - N/A Co-authored-by: Kirill Bulatov <mail4score@gmail.com> Co-authored-by: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Co-authored-by: Kirill Bulatov <mail4score@gmail.com>
gcp-cherry-pick-bot[bot] , Piotr Osiewicz , and Kirill Bulatov created
a5b511e
Introduce $ZED_CUSTOM_PYTHON_ACTIVE_ZED_TOOLCHAIN_RAW to work around (#31685)
Follow up to #31674 Release Notes: - N/A Co-authored-by: Kirill Bulatov <mail4score@gmail.com>
Piotr Osiewicz and Kirill Bulatov created
be1efa5
debugger: Add spinners while session is starting up (#31548)
Release Notes: - Debugger Beta: Added a spinner to the debug panel when a session is starting up. --------- Co-authored-by: Remco Smits <djsmits12@gmail.com> Co-authored-by: Julia <julia@zed.dev>
Cole Miller , Remco Smits , and Julia created
ce8ff95
debugger: Disambiguate child session labels (#31526)
Add `(child)` instead of using the same label. Release Notes: - Debugger Beta: Made child sessions appear distinct from their parents in the session selector.
Cole Miller created
5ec3dff
debugger: Don't open non-absolute paths from stack frame list (#31534)
Follow-up to #31524 with a more general fix Release Notes: - N/A --------- Co-authored-by: Piotr <piotr@zed.dev>
Cole Miller and Piotr created
2616466
Revert "task: Wrap programs in ""s (#31537)" (cherry-pick #31674) (#31676)
Cherry-picked Revert "task: Wrap programs in ""s (#31537)" (#31674) That commit broke a lot, as our one-off tasks (alt-enter in the tasks modal), npm, jest tasks are all not real commands, but a composition of commands and arguments. This reverts commit 5db14d315b0822c6d261c0853a3ea039877fd8a8. Closes https://github.com/zed-industries/zed/issues/31554 Release Notes: - N/A Co-authored-by: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Co-authored-by: Kirill Bulatov <kirill@zed.dev> Co-authored-by: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com>
gcp-cherry-pick-bot[bot] , Kirill Bulatov , and Piotr Osiewicz created
0ac8774
file_finder: Reduce vertical padding in footer (cherry-pick #31632) (#31673)
Cherry-picked file_finder: Reduce vertical padding in footer (#31632) Follow-up to #31542 This PR reduces the vertical padding in the file finders footer. We can remove this padding as we already apply it just above https://github.com/zed-industries/zed/blob/a5a116439e711772190b7fb8e5507eb5dbd95237/crates/file_finder/src/file_finder.rs#L1500 This also ensures that the items on the right side have the same padding to the border as the icon on the left side. Currently, due to the padding being applied twice, the items on the right side have `pr_4` as well as `py_4` in practice, which seems a little excessive. | `main` | This PR | | --- | --- | |  |  | Release Notes: - N/A Co-authored-by: Finn Evers <dev@bahn.sh>
gcp-cherry-pick-bot[bot] and Finn Evers created
ba5c732
debugger: Fix invalid schema for `pathMappings` (#31595)
See https://github.com/xdebug/vscode-php-debug?tab=readme-ov-file#remote-host-debugging Release Notes: - Debugger Beta: Fixed invalid schema for `pathMappings`
Remco Smits created
41f944b
Revert "Fix text wrapping in commit message editors (#31030)" (#31587)
This reverts commit f2601ce52ce82eb201799ae6c4f1f92f42ccf7c8. Release Notes: - N/A
Cole Miller created
fc306a2
v0.189.x preview
Joseph T. Lyons created
2c4b75a
Remove agent label for github issues (#31591)
Release Notes: - N/A
Peter Tripp created
aab7620
debugger beta: Fix bug where debug Rust main running action failed (#31291)
@osiewicz @SomeoneToIgnore If you guys have time to look this over it would be greatly appreciated. I wanted to move the bug fix into the task resolution code but wasn't sure if there was a reason that we didn't already. The bug is caused by an env variable being empty when we send it as a terminal command. When the shell resolves all the env variables there's an extra space that gets added due to the empty env variable being placed between two other variables. Closes #31240 Release Notes: - debugger beta: Fix a bug where debug main Rust runner action wouldn't work
Anthony Eid created
f3f0766
assistant_tools: Remove description.md files of removed tools (#31586)
This pull request removes orphaned description.md files for tools that were deleted in [PR #29808](https://github.com/zed-industries/zed/pull/29808). These descriptions are no longer needed as their corresponding tools no longer exist Closes #ISSUE Release Notes: - N/A
Umesh Yadav created
148e9ad
Revert "agent: Namespace MCP server tools" (#31588)
Reverts zed-industries/zed#30600
Ben Brandt created
e314963
agent: Add max mode on text threads (#31361)
Related discussions #30240 #30596 Release Notes: - Added the ability to use max mode on text threads. --------- Co-authored-by: Danilo Leal <daniloleal09@gmail.com>
Alvaro Parker and Danilo Leal created
957e4ad
Fix lag when interacting with `MarkdownElement` (#31585)
Previously, we forgot to associate the `Markdown` entity to `MarkdownElement` during `prepaint`. This caused calls to `Context<Markdown>::notify` to not invalidate the view cache, which meant we would have to wait for some other invalidation before seeing the results of that initial notify. Release Notes: - Improved responsiveness of mouse interactions with the agent panel. Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com>
Antonio Scandurra and Ben Brandt created
fee6f13
debugger: Fix go locator creating false scenarios (#31583)
This caused other locators to fail because go would accept build tasks that it couldn't actually resolve Release Notes: - N/A
Anthony Eid created
4f78165
Show progress as the agent locates which range it needs to edit (#31582)
Release Notes: - Improved latency when the agent starts streaming edits. --------- Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com>
Antonio Scandurra and Ben Brandt created
94a5fe2
debugger: Improve Go support (#31559)
Supersedes https://github.com/zed-industries/zed/pull/31345 This PR does not have any terminal/console related stuff so that it can be solved separately. Introduces inline hints in debugger: <img width="1141" alt="image" src="https://github.com/user-attachments/assets/b0575f1e-ddf8-41fe-8958-2da6d4974912" /> Adds locators for go, so that you can your app in debug mode: <img width="706" alt="image" src="https://github.com/user-attachments/assets/df29bba5-8264-4bea-976f-686c32a5605b" /> As well is allows you to specify an existing compiled binary: <img width="604" alt="image" src="https://github.com/user-attachments/assets/548f2ab5-88c1-41fb-af84-115a19e685ea" /> Release Notes: - Added inline value hints for Go debugging, displaying variable values directly in the editor during debug sessions - Added Go debug locator support, enabling debugging of Go applications through task templates - Improved Go debug adapter to support both source debugging (mode: "debug") and binary execution (mode: "exec") based on program path cc @osiewicz, @Anthony-Eid
Alex created
c0a5ace
debugger: Add locator for Python tasks (#31533)
Closes #ISSUE Release Notes: - debugger: Python tests/main functions can now we debugged from the gutter. --------- Co-authored-by: Kirill Bulatov <kirill@zed.dev>
Piotr Osiewicz and Kirill Bulatov created
15d59fc
vim: Fix crash when using ‘ge’ motion on multibyte character (#31566)
Closes #30919 - [x] Test Release Notes: - Fixed the issue where using the Vim motion `ge` on multibyte character would cause Zed to crash.
Smit Barmase created
6545c5e
linux: Fix crash when switching repository via git panel (#31556)
Closes #30409 Handles edge case where `f32` turns into `Nan` and causes panic down the code. Release Notes: - Fixed issue where Zed crashes on switching repository via git panel on Linux.
Smit Barmase created
506beaf
Add caching of parsed completion documentation markdown to reduce flicker when selecting (#31546)
Related to #31460 and #28635. Release Notes: - Fixed redraw delay of documentation from language server completions and added caching to reduce flicker when using arrow keys to change selection.
Michael Sloan created
31d908f
Remove redundant words in comments (#31512)
remove redundant word in comment Release Notes: - N/A Signed-off-by: tongjicoder <tongjicoder@icloud.com>
tongjicoder created
0731097
agent: Improve consecutive tool call UX and rebrand Max Mode (#31470)
This PR improves the consecutive tool call UX by allowing users to quickly continue an interrupted with one-click. What we do here is insert a hidden "Continue" message that will just nudge the LLM to keep going. We're also using the opportunity to upsell the previously called "Max Mode", now rebranded as "Burn Mode", which allows users to don't be interrupted anymore if they ever have 25 consecutive tool calls again. Release Notes: - agent: Improve consecutive tool call UX by allowing users to quickly continue an interrupted thread with one click. --------- Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com> Co-authored-by: Agus Zubiaga <hi@aguz.me> Co-authored-by: Agus Zubiaga <agus@zed.dev>
Danilo Leal , Ben Brandt , Agus Zubiaga , and Agus Zubiaga created
233b73b
ui: Implement hover color for scrollbar component (#25525)
This PR implements color changing for the scrollbar component based upon user mouse interaction. https://github.com/user-attachments/assets/2fd14e2d-cc5c-4272-906e-bd39bfb007e4 This PR also already adds the state for a scrollbar being actively dragged. However, as themes currently do not provide a color for this scenario, this implementation re-uses the hover color as a placeholder instead. If this feature is at all wanted, I can quickly open up a follow-up PR which adds support for that property to themes as well as this component. Release Notes: - Added hover state to scrollbars outside of the editor.
Finn Evers created
0145e2c
inline_completion_button: Fix links to account page (#31558)
This PR fixes an issue where the various links to the account page from the Edit Prediction menu were not working. The `OpenZedUrl` action is opening URLs that deep-link _into_ Zed. Fixes https://github.com/zed-industries/zed/issues/31060. Release Notes: - Fixed an issue with opening links to the Zed account page from the Edit Prediction menu.
Marshall Bowers created
09fc64e
collab: Downgrade non-collab queries to `READ COMMITTED` isolation level (#31552)
This PR downgrades a number of database queries that aren't part of the actual collaboration from `SERIALIZABLE` to `READ COMMITTED`. The serializable isolation level is overkill for these queries. Release Notes: - N/A
Marshall Bowers created
fc803ce
collab: Increase max database connections to 250 (#31553)
This PR increases the number of max database connections to 250. Release Notes: - N/A
Marshall Bowers created
697c2ba
Enable merge conflict parsing for currently-unmerged files (#31549)
Previously, we only enabled merge conflict parsing for files that were unmerged at the last time a change was detected to the repo's merge heads. Now we enable the parsing for these files *and* any files that are currently unmerged. The old strategy meant that conflicts produced via `git stash pop` would not be parsed. Release Notes: - Fixed parsing of merge conflicts when the conflict was produced by a `git stash pop`
Max Brunsfeld created
f54c057
Add warning message when editing a message in a thread (#31508)
<img width="479" alt="Screenshot 2025-05-27 at 9 42 44 AM" src="https://github.com/user-attachments/assets/7bd9e1b9-26b4-4396-9f93-e92a5f4ac2e1" /> Release Notes: - Added notice that editing a message in the agent panel will restart the thread from that point. --------- Co-authored-by: Danilo Leal <daniloleal09@gmail.com>
Richard Feldman and Danilo Leal created
32848e9
collab: Add support for overage billing for Claude Opus 4 (#31544)
This PR adds support for billing for overages for Claude Opus 4. Release Notes: - N/A
Marshall Bowers created
86b7575
debugger beta: Autoscroll to recently saved debug scenario when saving a scenario (#31528)
I added a test to this too as one of my first steps of improving `NewSessionModal`'s test coverage. Release Notes: - debugger beta: Select saved debug config when opening debug.json from `NewSessionModal`
Anthony Eid created
94c0062
Properly handle ignored files in the file finder (#31542)
Follow-up of https://github.com/zed-industries/zed/pull/31457 Add a button and also allows to use `search::ToggleIncludeIgnored` action in the file finder to toggle whether to show gitignored files or not. By default, returns back to the gitignored treatment before the PR above.  Release Notes: - Improved file finder to include indexed gitignored files in its search results
Kirill Bulatov created
5b6b911
nix: Refactor gh-actions and re-enable nightly builds (#31489)
Now that the nix build is working again, re-enable nightly builds and refactor the workflow for re-use between nightly releases and CI jobs. Release Notes: - N/A --------- Co-authored-by: Rahul Butani <rrbutani@users.noreply.github.com>
Julia Ryan and Rahul Butani created
b9a5d43
Cursor settings import (#31424)
Closes #ISSUE Release Notes: - Added support for importing settings from cursor. Cursor settings can be imported using the `zed: import cursor settings` command from the command palette
Ben Kunkle created
21bd91a
agent: Namespace MCP server tools (#30600)
This fixes an issue where requests were failing when MCP servers were registering tools with the same name. We now prefix the tool names with the context server name, in the UI we still show the name that the MCP server gives us Release Notes: - agent: Fix an error were requests would fail if two MCP servers were using an identical tool name
Bennet Bo Fenner created
5db14d3
task: Wrap programs in ""s (#31537)
This commit effectively re-implements #21981 in task system. commands with spaces cannot be spawned currently, and we don't want to have to deal with shell variables wrapped in "" in DAP locators. Closes #ISSUE Release Notes: - Fixed an issue where tasks with spaces in `command` field could not be spawned.
Piotr Osiewicz created
b63cea1
debugger beta: Fix gdb/delve JSON data conversion from New Session Modal (#31501)
test that check's that each conversion works properly based on the adapter's config validation function. Co-authored-by: Zed AI \<ai@zed.dev\> Release Notes: - debugger beta: Fix bug where Go/GDB configuration's wouldn't work from NewSessionModal
Anthony Eid created
b7c5540
git_ui: Replace spaces with hyphens in new branch names (#27873)
This PR improves UX by converting spaces to hyphens, following branch naming conventions and allowing users to create branches without worrying about naming restrictions. I think a few other git tools do this, which was nice.  Release Notes: - Updated the branch picker to convert spaces to hyphens when creating new branch names. --------- Co-authored-by: Marshall Bowers <git@maxdeviant.com>
5brian and Marshall Bowers created
b01f7c8
Make it possible to use cargo-zigbuild for ZED_BUILD_REMOTE_SERVER (#31467)
This is significantly faster for me than using Cross. Release Notes: - N/A
Cole Miller created
3476705
docs_preprocessor: Ensure keybind is found for actions with arguments (#27224)
Tried fixing a keybind in https://github.com/zed-industries/zed/pull/27217 just to find out it [still doesnt render afterwards](https://zed.dev/docs/extensions/languages#language-metadata) 😅 This PR is a quick follow-up to fix this issue. Issue here is (as seen in the code comment) that the `editor::ToggleComments` command has additional arguments which caused the match to fail. However, simply adding the missing arguments does not work, since the regex only matches the first closing brace and fails to match multiple closing braces. I decided against changing the matching since it additionally looked confusing and unintuitive to use. To not be too intrusive with this change, I just decided to add some processing for the action string (the `KeymapAction` is not exported from the settings and the `Value` it holds is also private). The processing basically reverts the conversion done in `keymap_file.rs` https://github.com/zed-industries/zed/blob/4b5df2189b9d6d2ed183cfbced7e502884cd3d48/crates/settings/src/keymap_file.rs#L102-L115 and extracts just the action name. It changes nothing for existing keybinds and fixes the aforementioned issue. Release Notes: - N/A --------- Co-authored-by: Marshall Bowers <git@maxdeviant.com>
Finn Evers and Marshall Bowers created
ba6b5a5
windows: Fix title bar not responsing (#31532)
Closes #31431 Release Notes: - N/A
张小白 created
28d6362
Revert "Highlight file finder entries according to their git status" (#31529)
Reverts zed-industries/zed#31469 This isn't looking great, so reverting for now. /cc @SomeoneToIgnore
Antonio Scandurra created
b4a0398
javascript/typescript/tsx: Highlight private properties (#31527)
Closes #28411 Release Notes: - Fixed the lack of highlighting for private properties in classes for JavaScript/TypeScript/TSX files
Ben Kunkle created
19b6892
debugger: Don't try to open `<node_internals>` paths (#31524)
The JS DAP returns these, and they don't point to anything real on the filesystem. Release Notes: - N/A
Cole Miller created
b5c2b25
agent: Keep horizontal scrollbar in edit file tool cards (#31510)
Previously disabled both scrollbars, but horizontal scrolling is still needed when lines exceed the viewport width. Now editors can disable a single scroll axis, not just both. Release Notes: - N/A
Ben Brandt created
8faeb34
Rename `assistant_settings` to `agent_settings` (#31513)
This PR renames the `assistant_settings` crate to `agent_settings`, as well a number of constructs within it. Release Notes: - N/A
Marshall Bowers created
61a40e2
evals: Allow threads explorer to search for JSON files recursively (#31509)
It's just more convenient to call it from CLI this way. + minor fixes in evals Release Notes: - N/A
Oleksiy Syvokon created