Branches (898)

agent-ui-relax-supported-slash-command-check

0649280 agent_ui: Make supported slash commands check less strict

Bennet Bo Fenner created

veykril/push-wrtmpknppprv

856bb70 project: Spawn terminal process on background executor (#40774)

Click to expand commit body
We were spawning the process on the foreground thread before which can
block an arbitrary amount of time. Likewise we no longer block
deserialization on the terminal loading.

Release Notes:

- Improved startup time on systems with slow process spawning
capabilities

Lukas Wirth created

ep-docs-fix-title

ca65adb Fix title for Codestral section in EP page

Danilo Leal created

kb/rainbow-brackets

d55f402 Merge branch 'main' into kb/rainbow-brackets

Kirill Bulatov created

languages-in-tags

66cb5bd tasks: Allow users to define tags for languages

Click to expand commit body
If you want your task to only show up in Rust files, you can now add
"language:Rust" tag to it and bam, it works.

Co-authored-by: Anthony Eid <hello@anthonyeid.me>

Piotr Osiewicz and Anthony Eid created

fix-bug-in-thread-from-summary-issue-38292

c67b2a8 Merge branch 'main' into fix-bug-in-thread-from-summary-issue-38292

Bennet Bo Fenner created

v0.209.x

a5b23f6 ui: Don't show scrollbar track in too many cases (#41455)

Click to expand commit body
Follow-up to https://github.com/zed-industries/zed/pull/41354 which
introduced a small regression.

Release Notes:

- N/A

Finn Evers created

v0.210.x

8d2e62b ui: Don't show scrollbar track in too many cases (#41455)

Click to expand commit body
Follow-up to https://github.com/zed-industries/zed/pull/41354 which
introduced a small regression.

Release Notes:

- N/A

Finn Evers created

zeta2-fix-ctx-refresh

0359a1b Merge branch 'main' into zeta2-fix-ctx-refresh

Agus Zubiaga created

allow-users-to-filter-tasks-by-languages

b09e5af Allow users to associated tasks with specific languages

Click to expand commit body
This lets users filter tasks shown based on the active location they're
currently in

Anthony created

40727-push-object-whitespace

727bce9 test(vim): add simple test to delete object with new object scope

Click to expand commit body
Introduce a simple test to verify that, if `PushObject { around: true,
whitespace: false }` is used, the surrounding whitespace will not be
deleted.

dino created

veykril/push-mypzxlksopqs

bd8c8bd Newtype MultibufferPoint

Lukas Wirth created

notarize-in-parallel

beba040 A bunch of wip stuff

Piotr Osiewicz created

remove-directx-sender-unwrap

52747ac directx: Removes an unwrap that sometimes cause a crash

Click to expand commit body
Seen a few crashes on Sentry where the unwrap call fails. No idea why the render_target_view is None. Though since we are dropping anyway we do not need to call unwrap so I removed that.

David Kleingeld created

39694-quote-selections-autoscroll

eb97698 refactor: new fix

dino created