push-qvlskymv
0b82291
Address feedback
Jakub Konka created
0b82291
Address feedback
Jakub Konka created
5713dbf
livekit_client: Add graceful recovery for host audio latency
Co-authored-by: Piotr Osiewicz <piotr@zed.dev>
Jakub Konka and Piotr Osiewicz created
f93014f
Merge remote-tracking branch 'origin/main' into local-sandboxing
Richard Feldman created
5e2c3d8
Fix some fixups
MrSubidubi created
d48ffe6
Merge branch 'main' into revert-51091-remote-server-list-double-update
Piotr Osiewicz created
ba8f4d8
git_ui: Fix mouse cursor hiding when clicking git entry in project diff (#51016)
Release Notes: - Fixed mouse cursor disappearing when clicking a changed file in the Git Changes panel.
Smit Barmase created
9a3178a
do it right
Conrad Irwin created
3911d3b
make search include child threads
cameron created
e152ee9
Simplify
Bennet Bo Fenner created
2f6dca5
Include paths when including image mentions
Fixes #50658
Conrad Irwin created
ab08fe2
sort expanded ranges
Cole Miller created
7ab3910
wip
Co-authored-by: Neel <neel@zed.dev>
Cole Miller and Neel created
0f42d32
Get sidebar to have weak ownership for multi workspace
Co-authored-by: Lukas Wirth <me@lukaswirth.dev>
Anthony Eid and Lukas Wirth created
8087057
Add (somewhat necessary) comment
Kunall Banerjee created
8ff134a
agent: Set WAL mode and busy_timeout on threads database
The threads SQLite database was opened without setting journal_mode or busy_timeout. Without WAL mode, readers block writers and vice versa. Without busy_timeout, SQLite returns SQLITE_BUSY immediately instead of retrying when it encounters a lock. This caused a flood of "database is locked" errors in the logs, especially when save_thread and list_threads (triggered by reload) overlapped, or when multiple Zed windows shared the same threads.db file. Set journal_mode=WAL so readers and writers can proceed concurrently, and busy_timeout=1000 so SQLite retries for up to one second before giving up.
Richard Feldman created
8e98d71
Remove expect() from generate_agent_branch_name
Return Option<String> instead of panicking, and handle the None case at the call site using the existing error-reporting pattern.
Richard Feldman created
fefa719
zed 0.225.13
John Tur created
922f42f
add mouse hover styles
cameron created
5c26862
telemetry: Push OS name and version to sentry in minidump
Jakub Konka created
ad9e104
Clippy
Bennet Bo Fenner created