Branches (1405)

push-lyukrqtq

5713dbf livekit_client: Add graceful recovery for host audio latency

Click to expand commit body
Co-authored-by: Piotr Osiewicz <piotr@zed.dev>

Jakub Konka and Piotr Osiewicz created

local-sandboxing

f93014f Merge remote-tracking branch 'origin/main' into local-sandboxing

Richard Feldman created

revert-51091-remote-server-list-double-update

d48ffe6 Merge branch 'main' into revert-51091-remote-server-list-double-update

Piotr Osiewicz created

gpui-components-and-view

ba8f4d8 git_ui: Fix mouse cursor hiding when clicking git entry in project diff (#51016)

Click to expand commit body
Release Notes:

- Fixed mouse cursor disappearing when clicking a changed file in the Git Changes panel.

Smit Barmase created

sidebar-search

3911d3b make search include child threads

cameron created

dont-ping-mcp-when-ai-disabled

e152ee9 Simplify

Bennet Bo Fenner created

fix-image-mentions

2f6dca5 Include paths when including image mentions

Click to expand commit body
Fixes #50658

Conrad Irwin created

branch-with-a/slash

ab08fe2 sort expanded ranges

Cole Miller created

partially-staged-hunks

7ab3910 wip

Click to expand commit body
Co-authored-by: Neel <neel@zed.dev>

Cole Miller and Neel created

node-memory-leak

0f42d32 Get sidebar to have weak ownership for multi workspace

Click to expand commit body
Co-authored-by: Lukas Wirth <me@lukaswirth.dev>

Anthony Eid and Lukas Wirth created

fix-issue-50677-869e72490ee22810

8087057 Add (somewhat necessary) comment

Kunall Banerjee created

fix-threads-db-sqlite-locking

8ff134a agent: Set WAL mode and busy_timeout on threads database

Click to expand commit body
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

agent-6elmo8w4

8e98d71 Remove expect() from generate_agent_branch_name

Click to expand commit body
Return Option<String> instead of panicking, and handle the None case
at the call site using the existing error-reporting pattern.

Richard Feldman created

multi-agent-multi-workspace-keyboard

922f42f add mouse hover styles

cameron created

push-nlmzxszr

5c26862 telemetry: Push OS name and version to sentry in minidump

Jakub Konka created

fix-deserialization-streaming-edits

ad9e104 Clippy

Bennet Bo Fenner created