25b6e43
bump eslint memory usage (#17724)
Click to expand commit body
Release Notes: - Increased memory limit for eslint to reduce crashes
Conrad Irwin created
25b6e43
bump eslint memory usage (#17724)
Release Notes: - Increased memory limit for eslint to reduce crashes
Conrad Irwin created
3a6a29f
vim: Fix inline completions showing up in normal mode (#17727)
Booleans are hard. Release Notes: - Fixed inline completions showing up in Vim normal mode.
Thorsten Ball created
9407d86
project: Use login shell to get environment per project (#17717)
This is a follow-up to #17075 to spawn a login shell when getting the environment for projects. The reason why we didn't do it before is that we only used the environment for certain language servers and not a lot of other things, like tasks. But with #17075 we now use the project more often and use it as the _base_ environment for tasks/terminals. Before the change, terminals and tasks would inherit the Zed process' environment, including PATH and so on. After the change, we would set the environment, overwriting the PATH instead of merging. But the non-login shell environment is a subset of the login-shell environment. Release Notes: - Fixed environment variables used per project in terminals/tasks overwriting the base environment and not making use of a login-shell environment.
Thorsten Ball created
b5c42ed
lsp: Fix noisy logs when starting language servers (#17713)
We would log every time we'd lookup a language server for a file and we'd also log "starting language server" even though we were about to only download it and not start it. Release Notes: - N/A
Thorsten Ball created
13c553c
Doc Fix: Shortcut of "Go forward" in key-bindings.md (#17689)
"Control + _" => "Control + Shift + _" Doc was edited so quickly using zed that caused a typo 😄 ### shot <img width="729" alt="image" src="https://github.com/user-attachments/assets/104af7da-1205-43fd-b721-ffab7312487b"> ### doc url https://zed.dev/docs/key-bindings Release Notes: - N/A
Nero Song created
ec189fe
Add a way to join all panes into one (#17673)
Closes https://github.com/zed-industries/zed/issues/17536 Closes https://github.com/zed-industries/zed/pull/17548 Release Notes: - Added a way to join all panes into one with `pane::JoinAll` action ([#17536](https://github.com/zed-industries/zed/issues/17536)) --------- Co-authored-by: Yogesh Dhamija <ydhamija96@gmail.com>
Kirill Bulatov and Yogesh Dhamija created
331d28d
php: Remove invalid node types from highlights queries (#17680)
This PR removes some invalid node types from the PHP highlights queries. Release Notes: - N/A
Marshall Bowers created
8088d1a
erlang: Bump to v0.1.0 (#17679)
Changes: - https://github.com/zed-industries/zed/pull/14914 - https://github.com/zed-industries/zed/pull/14879 - https://github.com/zed-industries/zed/pull/14923 - https://github.com/zed-industries/zed/pull/15973 - https://github.com/zed-industries/zed/pull/16955 Release Notes: - N/A --------- Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
Dairon M. and Marshall Bowers created
ef5a7e1
Fix OpenAI key URL (#17675)
Update the create Open AI Key URL Release Notes: - Fixed a link in the Assistant panel to the OpenAI console.
Amin Ahmed Khan created
ccf6f27
settings: Remove auxiliary Content types where possible (#16744)
Release Notes: - N/A
Piotr Osiewicz created
8f28445
php: Bump to v0.2.0 (#17674)
This PR bumps the PHP extension to v0.2.0. Changes: - https://github.com/zed-industries/zed/pull/16720 - https://github.com/zed-industries/zed/pull/16955 - https://github.com/zed-industries/zed/pull/17243 - https://github.com/zed-industries/zed/pull/17545 Release Notes: - N/A
Marshall Bowers created
f374038
pane: Serialize pinned tab state (#17670)
Release Notes: - Tab pin state is now persisted across Zed runs.
Piotr Osiewicz created
d1a47fa
docs: Update Deno docs (#17579)
add the minimal configuration needed to make deno lsp work Release Notes: - N/A
Bedis Nbiba created
d6663fc
Pass temperature to Anthropic (#17509)
Release Notes: - N/A --------- Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
maan2003 and Marshall Bowers created
b16af13
php: Add auto-indent (#17545)
Release Notes: - N/A
Fernando Tagawa created
3ff81c2
assistant: Simplify image insertion (#17668)
This PR simplifies how images are inserted into the context editor. We don't need to hold the `images` in a `HashMap` on the `Context`, as we were only inserting them to pull them out again. Release Notes: - N/A
Marshall Bowers created
3cea7cc
pane: Fix pinned tabs being persisted after closing (#17666)
Release Notes: - Fixed tabs staying pinned after closing unrelated tabs
Piotr Osiewicz created
48a16f9
ssh: Lookup language servers in env on SSH host (#17658)
Release Notes: - ssh remoting: Lookup language server binaries in environment on SSH host --------- Co-authored-by: Bennet <bennet@zed.dev>
Thorsten Ball and Bennet created
19463b5
Add docs for search settings (#17662)
Peter Tripp created
36eb1c1
use ssh lsp store (#17655)
Release Notes: - ssh remoting: Added support for booting langauge servers (in limited circumstances) --------- Co-authored-by: Mikayla <mikayla@zed.dev>
Conrad Irwin and Mikayla created
130f19d
Correctly merge settings for vtsls (#17657)
Release Notes: - Fixed vtsls initialization_options in project settings files
Conrad Irwin created
bd1ff47
Revert tokenizer for custom OpenAI models (#17660)
Fix for custom openai models tokenizer settings.
Peter Tripp created
a23e381
assistant: Pass up tool results in LLM request messages (#17656)
This PR makes it so we pass up the tool results in the `tool_results` field in the request message to the LLM. This required reworking how we track non-text content in the context editor. We also removed serialization of images in context history, as we were never deserializing it, and thus it was unneeded. Release Notes: - N/A --------- Co-authored-by: Antonio <antonio@zed.dev>
Marshall Bowers and Antonio created
1b62792
v0.154.x dev
Joseph T Lyons created
ae3880e
Add ability to open files with system default application (#17231)
KorigamiK created
06142f9
Use the configured UI font size for the inline assistant (#17542)
Niklas Haas created
fb9d01b
assistant: Add display_name for OpenAI and Gemini (#17508)
Peter Tripp created
85f4c96
Ubuntu 22 (Linux arm runner) fixes (#17643)
Our GitHub Actions Linux ARM hosted runner was running Ubuntu 20 was EOL'd. This gets builds working on the Ubuntu 22 Linux ARM runner which have spun to replace the EOL'd one. It pushes forward our Glibc requirement for Linux ARM users (was >= 2.29, now >= 2.35; sorry!) but also uses a newer version of clang/llvm (was 10, now 15; yay!).
Peter Tripp created
0b0cd90
assistant: Fix file slash command not allowing to select multiple files when pressing tab (#17652)
Release Notes: - Allow to add multiple files in a single `/file` command when pressing tab
Bennet Bo Fenner created
5f61e31
Fix vim surround behavior around text objects (#17603)
Performing `ysa")` on `"Hello World"` should produce `("Hello World")`.
Instead it places the parens inside the quotes (i.e. `"(Hello World)"`).
This PR fixes the behavior by preserving the `around` flag from the
operator sequence.
Closes #12976 and partially fixes #13841
Release Notes:
- Fixed the behavior of surrounding a text object in vim.
Eric Andres created
d5498c5
assistant: Fix terminal inline assistant not showing retry on error (#17651)
Release Notes: - Fixed an issue where a failed inline assistant prompt could not be restarted
Bennet Bo Fenner created
a7ac371
assistant: Fix configuration page showing incorrect Anthropic API key label (#17650)
Release Notes: - N/A
Bennet Bo Fenner created
a078cb1
Disable definition lists in Markdown (#17648)
This PR disables definition list support in `pulldown_cmark`, as it is has been causing a number of issues. I opened an issue upstream with the panic we were seeing: https://github.com/pulldown-cmark/pulldown-cmark/issues/957. Release Notes: - N/A
Marshall Bowers created
93b3520
assistant: Prevent possible execution of generated terminal commands (#17647)
Closes #17424 Release Notes: - Fixed an issue where commands generated by the terminal command could sometimes be executed without confirmation
Bennet Bo Fenner created
bf64c08
go: Fix regression by restoring regex to match tests (#17645)
This fixes a regression that snuck in with #17108. When running a single test with `go test` the regex wouldn't be used anymore. This restores the old behavior. Release Notes: - Fixed a regression when running Go tests. A recent change dropped the regex used to match single test names when using `go test` in tasks to run tests. That could lead to more or the wrong tests being run. This restores the old behavior.
Thorsten Ball created
929eff8
project panel: Get rid of unwrap in autofolding code (#17641)
@WeetHet spotted a crash in recently-introduced project panel autofolding that relates to unwrapping. Release Notes: - N/A
Piotr Osiewicz created
75256bd
lsp: Add support for workspace/workspaceFolders request (#17639)
Related to: #17574 Release Notes: - N/A
Piotr Osiewicz created
56bc3c3
project search: make sorting comparator comply with Ord preconditions (#17604)
Closes #17493 /cc @SomeoneToIgnore /cc @ConradIrwin Release Notes: - N/A
Piotr Osiewicz created
2fc74a1
Update doc comments with tabs.file_icons default (#17629)
The diff only contains doc comments changes, however I expect this also fixes generating JSON Schema which generated by [schemars](https://github.com/GREsau/schemars/blob/092dc17ae4831d42974653588cebcc089d07493e/docs/examples/6-doc_comments.md). This default value is actually true at first. 1818fef32f24f24f082c6f34a4c3100add6d328c However, it was changed in the following commit. bf7e474bbcc2fadf002adb273e2584c77c1573e3 Closes #17628 Release Notes: - N/A
Kenichi Kamiya created
f71cb14
Add ',' to word chars for line wrapping (#17590)
Closes #16407 Adds ',' to the is_word_char() matches for line wrapping, so that commas aren't wrapped to the start of a new line. Release Notes: - N/A
ZZzzaaKK created
da9601c
markdown: Handle definition lists in parser (#17617)
Resolves https://github.com/zed-industries/zed/issues/17607. This PR makes it so the Markdown parser can handle Markdown containing definition lists. Note that this is just parser support, we aren't yet doing anything with the definition lists themselves. Release Notes: - N/A
Marshall Bowers created
c119387
Fix blurry cursor on Wayland at a scale other than 100% (#17496)
Closes #13258 Release Notes: - Fixed blurry mouse cursor on wayland when the screen scale is other than 100% Before:  After: 
Sergio Nonide created
f92d0de
terraform: Update indents (#17200)
Closes #15988 Fixed indent configuration for terraform/HCL Release Notes: - N/A https://github.com/user-attachments/assets/09b44ac9-ef09-463c-876d-0fbcdd1f09c9 --------- Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
Taras Martyniuk and Marshall Bowers created
59be07a
x11: Implement Drag and Drop (#17491)
Closes #16225 Release Notes: - x11: Implemented Drag and Drop.
Fernando Tagawa created
12dde17
assistant panel: automatically insert selections (#17589)
Addresses parts of feedback from https://www.jacobcolling.com/friction-log/zed-friction-log Release Notes: - "Assistant::NewContext" now automatically does quote selection as well - "Assistant::QuoteSelection" now handles multicursor selections, inserting multiple excerpts.
Piotr Osiewicz created
dd257b8
project panel: Do not allow collapsing auto-folded directory past the list of ancestors (#17594)
Closes #ISSUE Release Notes: - N/A
Piotr Osiewicz created
fcf79c0
assistant: Support copy/pasting creases (#17490)
https://github.com/user-attachments/assets/78a2572d-8e8f-4206-9680-dcd884e7bbbd Release Notes: - Added support for copying and pasting slash commands in the assistant panel --------- Co-authored-by: Thorsten <thorsten@zed.dev>
Bennet Bo Fenner and Thorsten created
66ef318
project panel: select autofolded entries (#17520)
Closes #17252 Release Notes: - Intermediate auto-folded project entries can now be selected and acted upon (removed, renamed, cut, pasted).
Piotr Osiewicz created
174e125
doc: vim.md: Remove duplicate we we (#17565)
...also adds some puncuation
Elan Ruusamäe created
657be0a
vim doc tweaks (#17564)
Release Notes: - N/A
Conrad Irwin created