b94b5e6
agent: Fix autoscrolling to history entry (#30321)
Click to expand commit body
We were still using entry indexes to scroll, but the list now includes
the separators as items, so the indexes need to be translated
Release Notes:
- agent: Fix autoscrolling to history entry when navigating via keyboard
Agus Zubiaga
created
65ada5c
agent: Fix message editor's button positions when expanded (#30311)
Click to expand commit body
Fixes an issue introduced by #29959 which caused the message editor to
overflow from the agent panel bounds, making the bottom buttons
invisible when the editor was expanded (cmd+esc).
Fixing this required changing the base structure of the agent panel, but
things seem to work as expected:
https://github.com/user-attachments/assets/fc4c97fb-f7cb-4f54-a268-c30fbcb1649f
Release Notes:
- agent: Fix message editor's button positions when expanded
Closes #29072, #28390,
Release Notes:
- AWS Bedrock: Fixed case where user couldn't delete manually added AWS
credentials.
---------
Co-authored-by: Marshall Bowers <git@maxdeviant.com>
Co-authored-by: Peter Tripp <peter@zed.dev>
Shardul Vaidya
,
Marshall Bowers
, and
Peter Tripp
created
af88bd4
Add a divider below "Usage" in the Edit Prediction menu (#30284)
Click to expand commit body
As it felt untidy without it.
Release Notes:
- N/A
Danilo Leal
created
3a73f7c
Fix error when Copilot calls tools without arguments (cherry-pick #30371) (#30374)
Click to expand commit body
Cherry-picked Fix error when Copilot calls tools without arguments
(#30371)
Fixes https://github.com/zed-industries/zed/issues/30346
The model can output an empty string to indicate the absence of
arguments, which can't be parsed as a `serde_json::Value`. When that
happens, we now create an empty object instead on behalf of the model.
Release Notes:
- Fixed a bug that prevented Copilot models from calling the
`diagnostic` tool.
Co-authored-by: Antonio Scandurra <me@as-cii.com>
gcp-cherry-pick-bot[bot]
and
Antonio Scandurra
created
f3d84f0
Include `EditAgent`'s raw output when inspecting thread (cherry-pick #30337) (#30341)
Click to expand commit body
Cherry-picked Include `EditAgent`'s raw output when inspecting thread
(#30337)
This allows us to debug the raw edits that were generated when people
report feedback, when running evals and when opening the thread as
Markdown.
Release Notes:
- Improved debug output for agent threads.
Co-authored-by: Antonio Scandurra <me@as-cii.com>
gcp-cherry-pick-bot[bot]
and
Antonio Scandurra
created
a230730
Make `copilot::SignIn` open sign-in modal when needed (cherry-pick #30239) (#30350)
Click to expand commit body
Cherry-picked Make `copilot::SignIn` open sign-in modal when needed
(#30239)
Also:
* Makes sign out show status notifications and errors.
* Reinstall now prompts for sign-in after start.
Addresses some of #29250, but not all of it.
Release Notes:
- N/A
Co-authored-by: Michael Sloan <michael@zed.dev>
gcp-cherry-pick-bot[bot]
and
Michael Sloan
created
5ae8072
agent: Show checkmark for current profile, not default profile (cherry-pick #30314) (#30334)
Click to expand commit body
Cherry-picked agent: Show checkmark for current profile, not default
profile (#30314)
Closes #ISSUE
Release Notes:
- agent: Fixed a bug that caused the profile selector to display a
checkmark next to the wrong profile.
Co-authored-by: Cole Miller <cole@zed.dev>
gcp-cherry-pick-bot[bot]
and
Cole Miller
created
f9b46eb
Restyle notification close control (cherry-pick #30262) (#30266)
Click to expand commit body
Cherry-picked Restyle notification close control (#30262)
Follow-up of https://github.com/zed-industries/zed/pull/30015
Merges suppress and close buttons into one, with `shift` changing the
state and showing different tooltips.
Currently, there's no tooltip for notification suppress action, hence
none is displayed in the video:
https://github.com/user-attachments/assets/678c4d76-a86e-4fe9-8d7b-92996470a8a8
Release Notes:
- N/A
Co-authored-by: Kirill Bulatov <kirill@zed.dev>
gcp-cherry-pick-bot[bot]
and
Kirill Bulatov
created
0490d25
language_models: Improve subscription states in the Agent configuration view (#30252)
Click to expand commit body
This PR improves the subscription states in the Agent configuration view
to the new billing system.
Zed Free (legacy):
<img width="638" alt="Screenshot 2025-05-08 at 8 42 59 AM"
src="https://github.com/user-attachments/assets/7b62d4c1-2a9c-4c6a-aa8f-060730b6d7b3"
/>
Zed Free (new):
<img width="640" alt="Screenshot 2025-05-08 at 8 43 56 AM"
src="https://github.com/user-attachments/assets/8a48448e-813e-4633-955d-623d3e6d603c"
/>
Zed Pro trial:
<img width="641" alt="Screenshot 2025-05-08 at 8 45 52 AM"
src="https://github.com/user-attachments/assets/1ec7ee62-e954-48e7-8447-4584527307c9"
/>
Zed Pro:
<img width="636" alt="Screenshot 2025-05-08 at 8 47 21 AM"
src="https://github.com/user-attachments/assets/f934b2e3-0943-4b78-b8dc-0a31e731d8fb"
/>
Release Notes:
- agent: Improved the subscription-related information in the
configuration view.
Marshall Bowers
created
1d9c2dd
Improve token counting for OpenAI models (#30242)
Click to expand commit body
tiktoken_rs is a bit behind (and even upstream tiktoken doesn't have all
of these models)
We were incorrectly using the cl100k tokenizer for some models that
actually use the o200k tokenizers. So that is updated.
I also made the match arms specific so that we do a better job of
catching whether or not tiktoken-rs accurately supports new models we
add in.
I will also do a PR upstream to see if we can move some of this logic
back out if tiktoken better supports the newer models.
Release Notes:
- Improved tokenizer support for openai models.
Ben Brandt
created
8594cef
Reuse conversation cache when streaming edits (#30245)
Click to expand commit body
Release Notes:
- Improved latency when the agent applies edits.
Antonio Scandurra
created
1afd186
debugger/extensions: Revert changes to extension store related to language config (cherry-pick #30225) (#30244)
Click to expand commit body
Cherry-picked debugger/extensions: Revert changes to extension store
related to language config (#30225)
Revert #29945
Release Notes:
- Fixed extension suggestions popping up over and over for recommended
extensions like Ruby or Nix.
---------
Co-authored-by: Conrad <conrad@zed.dev>
Co-authored-by: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com>
Co-authored-by: Conrad <conrad@zed.dev>
gcp-cherry-pick-bot[bot]
,
Piotr Osiewicz
, and
Conrad
created
4aa38ce
agent: Rename a number of constructs from Assistant to Agent (#30196)
Click to expand commit body
This PR renames a number of constructs in the `agent` crate from the
"Assistant" terminology to "Agent".
Not comprehensive, but it's a start.
Release Notes:
- N/A
Closes #30056
Apparently the API supports the "default" field now, so we can remove
that transformation.
However, optional is not supported
See https://ai.google.dev/api/caching#Schema
Release Notes:
- agent: Improve tool schema compatibility for Gemini models
Bennet Bo Fenner
created
efbe678
mistral: Add new Mistral medium model (#30171)
Click to expand commit body
Release Notes:
- Added `mistral-medium` to the Mistral provider.
versecafe
created
0f96077
Load Profile state from Thread and tie visibility to the thread's model (#30090)
Click to expand commit body
When deciding if a model supports tools or not, we weren't reading from
the configured model in a given thread.
This also stores the profile on the thread, which matches the behavior
of the Model and Max Mode, which we also already store per thread.
Hopefully this helps alleviate some confusion.
Release Notes:
- agent: Save profile selection per-Agent thread
Ben Brandt
created
91b1f60
Fix workspace update notifications not being suppressed (cherry-pick #30180) (#30205)
Click to expand commit body
Cherry-picked Fix workspace update notifications not being suppressed
(#30180)
Follow-up of https://github.com/zed-industries/zed/pull/30015
Release Notes:
- N/A
Co-authored-by: Kirill Bulatov <kirill@zed.dev>
gcp-cherry-pick-bot[bot]
and
Kirill Bulatov
created
29bb9aa
Better match path-like strings in terminal (cherry-pick #30087) (#30207)
Click to expand commit body
Cherry-picked Better match path-like strings in terminal (#30087)
Start to capture `foo/bar:20:in`-like strings as valid pointers to line
20 in a file
Closes https://github.com/zed-industries/zed/issues/28194
Release Notes:
- Fixed terminal cmd-click not registering `foo/bar:20:in`-like paths
Co-authored-by: Kirill Bulatov <kirill@zed.dev>
gcp-cherry-pick-bot[bot]
and
Kirill Bulatov
created
9cd2806
Do not flicker when switching cmd-hovered words in terminal (cherry-pick #30098) (#30206)
Click to expand commit body
Cherry-picked Do not flicker when switching cmd-hovered words in
terminal (#30098)
Closes https://github.com/zed-industries/zed/issues/25110
https://github.com/user-attachments/assets/4624c256-8dfb-48eb-a726-6cf130d946da
Terminal may update its hovered word way before reporting it to the
terminal view, and that processing the file check later.
Hence, store the terminal hover data in the terminal view and avoid
highlights when it's different from what the terminal has (as the source
of truth here).
In addition, now only does hover refreshes when the terminal hover
actually changes, not on every event report.
Release Notes:
- Fixed underline flicker when switching cmd-hovered words in terminal
Co-authored-by: Kirill Bulatov <kirill@zed.dev>
gcp-cherry-pick-bot[bot]
and
Kirill Bulatov
created
96b328d
Add a way to clear activity indicator (cherry-pick #30156) (#30204)
Click to expand commit body
Cherry-picked Add a way to clear activity indicator (#30156)
Follow-up of https://github.com/zed-industries/zed/pull/30015
* Restyles the dismiss and close buttons a bit: change the dismiss icon
and add tooltips with the bindings to both
* Allows ESC to clear any status that's in the activity indicator now,
if all notifications are cleared: this won't suppress any further status
additions though, so statuses may resurface later
Release Notes:
- Added a way to clear activity indicator
Co-authored-by: Kirill Bulatov <kirill@zed.dev>
gcp-cherry-pick-bot[bot]
and
Kirill Bulatov
created
fb1ac6e
Allow opening the FS root dir as a remote project (#30190)
Click to expand commit body
### Todo
* [x] Allow opening `ssh://username@host:/` from the CLI
* [x] Allow selecting `/` in the `open path` picker
* [x] Allow selecting the home directory in the `open path` picker
Release Notes:
- Changed the initial state of the SSH project picker to show the full
path to your home directory on the remote machine, instead of `~`.
- Added the ability to open `/` as a project folder over SSH
---------
Co-authored-by: Agus Zubiaga <hi@aguz.me>
Max Brunsfeld
and
Agus Zubiaga
created
190d612
Use agent panel font size for all content in thread / history views and fix text thread font size adjust (#30041)
Click to expand commit body
Release Notes:
- N/A
Michael Sloan
created
a206c31
Avoid empty schema in copilot dummy tool (#30178)
Click to expand commit body
Copilot chat still returns a 400 if the dummy tool uses the `{}` schema.
This is a follow-up to https://github.com/zed-industries/zed/pull/30007.
Release Notes:
- Fixed a bug where agent edits would fail when using GitHub Copilot
Chat.
Co-authored-by: Agus Zubiaga <hi@aguz.me>
080ef04
agent: Fix profile menu hover flicker after settings update (#30109)
Click to expand commit body
Closes #30091
Follow-up to #29958
This PR fixes the profile menu flickering due to the documentation aside
after updating the agent dock position over the settings file.
The problem arose because the `documentation_side` could get out of sync
with the actual agent panel dock position. The `documentation_side` was
only updated whenever the user changed the agent panel position using
the UI, but not when updating the position in the settings file.
You can reproduce this easily by changing the `agent.dock` position to
the opposite site in your settings, which will make the profile menu
flicker again in some scenarios due to the de-sync.
This PR fixes this behavior by computing the position during render,
thus the actual set panel position and the documentation position can
never get out of sync
Release Notes:
- Fixed the agent profile menu flickering after updating the assistant
panel dock position in the settings.
Finn Evers
created
a7b882c
language_models: Update copy for Zed Pro subscription (#30152)
Click to expand commit body
This PR updates the copy around the Zed Pro description to be more
accurate.
Release Notes:
- agent: Updated some copy about Zed Pro in the configuration view.
Updated terms for Agent panel launch.
Release Notes:
- N/A
Peter Tripp
created
ace7f57
Send up Zed version with edit prediction and completion requests (#30136)
Click to expand commit body
This PR makes it so we send up an `x-zed-version` header with the
client's version when making a request to llm.zed.dev for edit
predictions and completions.
Release Notes:
- N/A
Marshall Bowers
created
d0da6f7
agent: Use correct timezone for thread history separators (#30059)
Click to expand commit body
Turns out `naive_local` doesn't actually offset a `DateTime<Utc>` to the
local timezone before creating a `NaiveDate`.
Release Notes:
- agent: Use correct timezone for thread history separators
Agus Zubiaga
created
13743ef
Fix agent reading and editing files over SSH (#30144)
Click to expand commit body
Release Notes:
- Fixed a bug that would prevent the agent from working over SSH.
---------
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Co-authored-by: Richard Feldman <oss@rtfeldman.com>
Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
Co-authored-by: Cole Miller <m@cole-miller.net>
Antonio Scandurra
,
Nathan Sobo
,
Richard Feldman
,
Max Brunsfeld
, and
Cole Miller
created
03f9b1e
Restore tool cards on thread deserialization (#30053)
Click to expand commit body
Release Notes:
- N/A
---------
Co-authored-by: Julia Ryan <juliaryan3.14@gmail.com>
Mikayla Maki
and
Julia Ryan
created
453125e
agent: Make feedback buttons more minimal (#30133)
Click to expand commit body
Also swapped out the svgs for `ThumbsDown` and `ThumbsUp`, and added
`DocumentText`.
Release Notes:
- N/A
703af39
Fix zero-sized message editors when context strip is empty (cherry-pick #30079) (#30086)
Click to expand commit body
Cherry-picked Fix zero-sized message editors when context strip is empty
(#30079)
Release Notes:
- Fixed a bug that would cause the message composer in the agent panel
to not render when the context strip was empty.
Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com>
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Co-authored-by: Antonio Scandurra <me@as-cii.com>
Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com>
Co-authored-by: Nathan Sobo <nathan@zed.dev>
gcp-cherry-pick-bot[bot]
,
Antonio Scandurra
,
Ben Brandt
, and
Nathan Sobo
created
dc9b1d3
Avoid panic when opening thread as markdown in non-local project (cherry-pick #30061) (#30063)
Click to expand commit body
Cherry-picked Avoid panic when opening thread as markdown in non-local
project (#30061)
Right now `agent: open active thread as markdown` will always panic when
you try to use it over collab or when SSH remoting. This PR makes it log
an error instead (we should follow up by restoring full remote support).
Release Notes:
- Prevented `agent: open active thread as markdown` from panicking when
used in a non-local project.
Co-authored-by: Cole Miller <cole@zed.dev>
4cde597
agent: Remove feature flag checks (#30055)
Click to expand commit body
This PR removes all of the feature flag checks related to the Agent.
Tried to do this in the least invasive way possible; we can follow up
with a full removal.
Release Notes:
- N/A
This PR enables the Agent-related feature flags on the client.
Release Notes:
- N/A
Marshall Bowers
created
300da3b
Add an onboarding banner for the Agent panel (#30050)
Click to expand commit body
This PR adds an onboarding banner for the Agent panel:
<img width="262" alt="Screenshot 2025-05-06 at 6 54 58 PM"
src="https://github.com/user-attachments/assets/52849e64-7d5d-488c-8456-4d7bd97f8ebd"
/>
Release Notes:
- N/A
Marshall Bowers
created
0db8668
git_ui: Fix resetting of onboarding banner (#30051)
Click to expand commit body
This PR fixes an issue where the Git onboarding banner wasn't able to be
reset.
Release Notes:
- N/A