Branches (1366)

main (default)

c4661cf compliance: Also check for approval pattern in pull request reviews (#53431)

Click to expand commit body
Release Notes:

- N/A

Finn Evers created

push-rxmzyxsqsnwt

7a9fc68 agent_ui: Disable thread feedback based on organization settings

Marshall Bowers created

remote-sidebar

4008871 wip: improving things

Click to expand commit body
Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
Co-authored-by: Anthony Eid <hello@anthonyeid.me>

Eric Holk , Max Brunsfeld , and Anthony Eid created

push-lkwzroyrrnzy

9bb0eca client: Store organization configuration

Marshall Bowers created

v0.232.x

b36391d compliance: Also check for approval pattern in pull request reviews (#53431) (cherry-pick to preview) (#53448)

Click to expand commit body
Cherry-pick of #53431 to preview

----
Release Notes:

- N/A

Co-authored-by: Finn Evers <finn@zed.dev>

zed-zippy[bot] and Finn Evers created

pa-onboarding-fixes

4892f2c Don't dismiss the announcement toast upon clicking on learn more

Danilo Leal created

sidebar-new-thread-button

feadeb8 Fix menu trigger being invisible when menu is open

Danilo Leal created

parallel-agent-telemetry

c1fc9df Remove redundant use telemetry import from sidebar

Katie Geer created

remove-visual-test-step

e0728ab Add namespace cache

MrSubidubi created

remove-unused-delete-history-entry

ca876db Add ThreadMetadataStore import to test module

Richard Feldman created

fix-artifact-path

2dd323b Merge branch 'main' into fix-artifact-path

MrSubidubi created

persist-worktree-3-wiring

052cc38 Add doc comments to RootPlan, AffectedProject, and build_root_plan

Richard Feldman created

two-level-clear-threshold

c1d0676 ci: Clean workspace members more eagerly

Click to expand commit body
This relies on 1.94s --workspace option we've added to cargo

Piotr Osiewicz created

use-tag-v2

de9f094 compliance: Use tag instead of branch name by default

MrSubidubi created

veykril/push-xyxqquzzywls

d95628a Prevent auto-restart of language servers after stopping single servers

Click to expand commit body
Extend the stop-suppresses-restart mechanism to also work when stopping
individual language servers, not just "Stop All Servers".

Replace the single language_servers_stopped boolean with two fields:
- all_language_servers_stopped: set by Stop All Servers
- stopped_language_servers: tracks individually-stopped servers by name

When a user stops a specific language server, its name is recorded in the
stopped set. The three auto-start paths (buffer registration, server tree
refresh, settings-triggered restarts) now skip servers in this set.

Restarting a specific server clears it from the stopped set. Restart All
Servers clears both the global flag and the per-server set.

Lukas Wirth created

tomhoule/mcp-client-preregistration

f31fbbe Fix reactivity and error state in the modal

Tom Houlé created

5039-create-redo

9518ff8 chore: enable project panel undo/redo for staff

dino created

ep-account-for-deleted-chars

f60f6ad ep: Add LCS-based recall

Click to expand commit body
This PR adds `correctly_deleted_chars` field and updates `kept_rate` to
account for it, not just inserted chars.

It also adds `recall_rate` to measure coverage of reference insertions/deletions.

Finally, it renames "final" to "reference" and "prediction" to
"candidate".

Oleksiy Syvokon created