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
c4661cf
compliance: Also check for approval pattern in pull request reviews (#53431)
Release Notes: - N/A
Finn Evers created
7a9fc68
agent_ui: Disable thread feedback based on organization settings
Marshall Bowers created
4008871
wip: improving things
Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com> Co-authored-by: Anthony Eid <hello@anthonyeid.me>
Eric Holk , Max Brunsfeld , and Anthony Eid created
9bb0eca
client: Store organization configuration
Marshall Bowers created
b36391d
compliance: Also check for approval pattern in pull request reviews (#53431) (cherry-pick to preview) (#53448)
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
4892f2c
Don't dismiss the announcement toast upon clicking on learn more
Danilo Leal created
feadeb8
Fix menu trigger being invisible when menu is open
Danilo Leal created
c1fc9df
Remove redundant use telemetry import from sidebar
Katie Geer created
e0728ab
Add namespace cache
MrSubidubi created
ca876db
Add ThreadMetadataStore import to test module
Richard Feldman created
2dd323b
Merge branch 'main' into fix-artifact-path
MrSubidubi created
052cc38
Add doc comments to RootPlan, AffectedProject, and build_root_plan
Richard Feldman created
c1d0676
ci: Clean workspace members more eagerly
This relies on 1.94s --workspace option we've added to cargo
Piotr Osiewicz created
de9f094
compliance: Use tag instead of branch name by default
MrSubidubi created
ef060b2
vim actions in sidebar
cameron created
e71b6aa
v0.231.x stable
dino created
d95628a
Prevent auto-restart of language servers after stopping single servers
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
f31fbbe
Fix reactivity and error state in the modal
Tom Houlé created
9518ff8
chore: enable project panel undo/redo for staff
dino created
f60f6ad
ep: Add LCS-based recall
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