Junkui Zhang
a03f7e9b48
typo
2025-08-27 02:39:20 +08:00
Junkui Zhang
8cac7c62dc
fix KeymapEditor
2025-08-27 02:37:30 +08:00
Junkui Zhang
9615b712ca
comments
2025-08-27 00:24:16 +08:00
Junkui Zhang
98ea1d838a
update keymap
...
Co-authored-by: Kate <kate@zed.dev>
2025-08-27 00:04:43 +08:00
Junkui Zhang
144d1107fd
fix linux
2025-08-26 17:41:17 +08:00
Junkui Zhang
6a3b1925df
typo
2025-08-26 17:41:17 +08:00
Junkui Zhang
c3c540478b
fix
2025-08-26 17:41:17 +08:00
Junkui Zhang
459f168ca9
fix macos
2025-08-26 17:41:17 +08:00
Junkui Zhang
b27e1ec5c7
fix
2025-08-26 17:41:17 +08:00
Junkui Zhang
11bc6586d8
try fix macos
2025-08-26 17:41:16 +08:00
Junkui Zhang
d8c9affbe3
init macos
2025-08-26 17:41:16 +08:00
Junkui Zhang
c08a11b4dd
repos
2025-08-26 17:41:16 +08:00
Junkui Zhang
6dad395300
try patch all ctrl-alt-key
2025-08-26 17:41:16 +08:00
Junkui Zhang
899e79e226
fix merge conflicts
2025-08-26 17:41:16 +08:00
Junkui Zhang
d6b334ceee
update keymap
2025-08-26 17:41:16 +08:00
Junkui Zhang
cb09b8f675
rename
2025-08-26 17:41:16 +08:00
Junkui Zhang
98fc52f438
fix tests
2025-08-26 17:41:16 +08:00
Junkui Zhang
5760fad8ce
clippy
2025-08-26 17:41:16 +08:00
Junkui Zhang
211c08b146
fix tests
2025-08-26 17:41:16 +08:00
Junkui Zhang
029fa40109
fix merge conflicts
2025-08-26 17:41:16 +08:00
Junkui Zhang
366b5d13b0
Reload shortcuts when layout changed
2025-08-26 17:41:16 +08:00
Junkui Zhang
fa3abe789c
wip
2025-08-26 17:41:16 +08:00
Junkui Zhang
cb8b7b03cc
checkpoint
2025-08-26 17:41:16 +08:00
Junkui Zhang
1d088ecebe
add keyboard mapper
2025-08-26 17:41:16 +08:00
Junkui Zhang
ca13d025ed
mark all ctrl-alt
related shortcuts
2025-08-26 17:41:16 +08:00
Junkui Zhang
60f4aa1a8c
unshifted keys
2025-08-26 17:41:16 +08:00
Junkui Zhang
38970d8bf2
repos alt
key
2025-08-26 17:41:16 +08:00
Junkui Zhang
d949e30378
add windows special shorcuts
2025-08-26 17:41:15 +08:00
Junkui Zhang
44973ef981
add "use_key_equivalents": true,
2025-08-26 17:41:15 +08:00
Junkui Zhang
422e67bda4
init default-windows.json
2025-08-26 17:41:15 +08:00
Junkui Zhang
8e357210f1
checkpoint
2025-08-26 17:41:15 +08:00
Junkui Zhang
f602c1d69e
wip
2025-08-26 17:41:15 +08:00
Junkui Zhang
49278ceec0
add tests
2025-08-26 17:41:15 +08:00
Junkui Zhang
345377544b
init
2025-08-26 17:41:15 +08:00
Bennet Bo Fenner
c14d84cfdb
acp: Add button to configure custom agent in the configuration view ( #36923 )
...
Release Notes:
- N/A
2025-08-26 09:20:33 +00:00
Dan Dascalescu
428fc6d483
chore: Fix typo in 10_bug_report.yml
( #36922 )
...
Release Notes:
- N/A
2025-08-26 11:05:40 +02:00
Max Brunsfeld
64b14ef848
Fix Sqlite newline syntax in workspace migration ( #36916 )
...
Fixes one more case where I incorrectly tried to use a `\n` escape
sequence for a newline in sqlite.
Release Notes:
- N/A
2025-08-25 22:21:05 -07:00
Rui Ning
bf5ed6d1c9
Remote: Change "sh -c" to "sh -lc" to make config in $HOME/.profile effective ( #36760 )
...
Closes #ISSUE
Release Notes:
- The environment of original remote dev cannot be changed without sudo
because of the behavior of "sh -c". This PR changes "sh -c" to "sh -lc"
to let the shell source $HOME/.profile and support customized
environment like customized $PATH variable.
2025-08-25 21:40:53 -06:00
Romans Malinovskis
bb5cfe118f
Add "shift-r" and "g ." support for helix mode ( #35468 )
...
Related #4642
Compatible with #34136
Release Notes:
- Helix: `Shift+R` works as Paste instead of taking you to ReplaceMode
- Helix: `g .` goes to last modification place (similar to `. in vim)
2025-08-25 21:37:29 -06:00
Conrad Irwin
633ce23ae9
acp: Send user-configured MCP tools ( #36910 )
...
Release Notes:
- N/A
2025-08-26 00:55:24 +00:00
Max Brunsfeld
d43df9e841
Fix workspace migration failure ( #36911 )
...
This fixes a regression on nightly introduced in
https://github.com/zed-industries/zed/pull/36714
Release Notes:
- N/A
2025-08-26 00:27:52 +00:00
Conrad Irwin
f8667a8379
Remove unused files ( #36909 )
...
Closes #ISSUE
Release Notes:
- N/A
2025-08-25 22:23:58 +00:00
Conrad Irwin
1460573dd4
acp: Rename dev command ( #36908 )
...
Release Notes:
- N/A
2025-08-25 16:04:44 -06:00
Kirill Bulatov
65de969cc8
Do not show directories in the InvalidBufferView
( #36906 )
...
Follow-up of https://github.com/zed-industries/zed/pull/36764
Release Notes:
- N/A
2025-08-25 21:16:37 +00:00
Danilo Leal
628a9cd8ea
thread view: Add link to docs in the toolbar plus menu ( #36883 )
...
Release Notes:
- N/A
2025-08-25 17:34:55 -03:00
Gwen Lg
ad25aba990
remote_server: Improve error reporting ( #33770 )
...
Closes #33736
Use `thiserror` to implement error stack and `anyhow` to report is to
user.
Also move some code from main to remote_server to have better crate
isolation.
Release Notes:
- N/A
---------
Co-authored-by: Kirill Bulatov <kirill@zed.dev>
2025-08-25 20:23:29 +00:00
Alvaro Parker
99cee8778c
tab_switcher: Add support for diagnostics ( #34547 )
...
Support to show diagnostics on the tab switcher in the same way they are
displayed on the tab bar. This follows the setting
`tabs.show_diagnostics`.
This will improve user experience when disabling the tab bar and still
being able to see the diagnostics when switching tabs
Preview:
<img width="768" height="523" alt="Screenshot From 2025-07-16 11-02-42"
src="https://github.com/user-attachments/assets/308873ba-0458-485d-ae05-0de7c1cdfb28 "
/>
Release Notes:
- Added diagnostics indicators to the tab switcher
---------
Co-authored-by: Kirill Bulatov <kirill@zed.dev>
2025-08-25 20:18:03 +00:00
Cole Miller
823a0018e5
acp: Show output for read_file tool in a code block ( #36900 )
...
Release Notes:
- N/A
2025-08-25 20:10:17 +00:00
Conrad Irwin
9cc006ff74
acp: Update error matching ( #36898 )
...
Release Notes:
- N/A
2025-08-25 14:07:10 -06:00
Michael Sloan
0470baca50
open_ai: Remove model
field from ResponseStreamEvent ( #36902 )
...
Closes #36901
Release Notes:
- Fixed use of Open WebUI as an LLM provider.
2025-08-25 19:50:08 +00:00