agent-ui-relax-supported-slash-command-check
0649280
agent_ui: Make supported slash commands check less strict
Bennet Bo Fenner created
0649280
agent_ui: Make supported slash commands check less strict
Bennet Bo Fenner created
856bb70
project: Spawn terminal process on background executor (#40774)
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
ca65adb
Fix title for Codestral section in EP page
Danilo Leal created
e6eb47d
fix compile
HactarCE created
d55f402
Merge branch 'main' into kb/rainbow-brackets
Kirill Bulatov created
66cb5bd
tasks: Allow users to define tags for languages
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
c67b2a8
Merge branch 'main' into fix-bug-in-thread-from-summary-issue-38292
Bennet Bo Fenner created
a5b23f6
ui: Don't show scrollbar track in too many cases (#41455)
Follow-up to https://github.com/zed-industries/zed/pull/41354 which introduced a small regression. Release Notes: - N/A
Finn Evers created
8d2e62b
ui: Don't show scrollbar track in too many cases (#41455)
Follow-up to https://github.com/zed-industries/zed/pull/41354 which introduced a small regression. Release Notes: - N/A
Finn Evers created
bcfd412
reporting improvements
Kate created
c4bda12
WIP
MrSubidubi created
7d9a462
Try using ollama qwen
Agus Zubiaga created
0359a1b
Merge branch 'main' into zeta2-fix-ctx-refresh
Agus Zubiaga created
b09e5af
Allow users to associated tasks with specific languages
This lets users filter tasks shown based on the active location they're currently in
Anthony created
727bce9
test(vim): add simple test to delete object with new object scope
Introduce a simple test to verify that, if `PushObject { around: true,
whitespace: false }` is used, the surrounding whitespace will not be
deleted.
dino created
bd8c8bd
Newtype MultibufferPoint
Lukas Wirth created
beba040
A bunch of wip stuff
Piotr Osiewicz created
52747ac
directx: Removes an unwrap that sometimes cause a crash
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
0702d73
Revert
Julia Ryan created
eb97698
refactor: new fix
dino created