Piotr Osiewicz
dc64ec9cc8
chore: Bump Rust edition to 2024 ( #27800 )
...
Follow-up to https://github.com/zed-industries/zed/pull/27791
Release Notes:
- N/A
2025-03-31 20:55:27 +02:00
Marshall Bowers
8ecf553279
assistant2: Add a way to quickly configure tools for the current profile ( #27714 )
...
This PR adds a new entry to the profile selector to quickly access tool
customization for the current profile:
<img width="228" alt="Screenshot 2025-03-28 at 7 08 51 PM"
src="https://github.com/user-attachments/assets/929ae5e7-5a16-4bf2-8043-6c09b621fc61 "
/>
Release Notes:
- N/A
2025-03-28 23:25:39 +00:00
Danilo Leal
8b3eb98d86
assistant2: Adjust elements in the message editor ( #27696 )
...
Most notable change in this PR is the changing the default profiles'
names to just "Write" and "Ask". Everything else is mostly
design-related. Here's how it looks like:
<img
src="https://github.com/user-attachments/assets/791948c9-2d63-4523-9d54-08b63a00be6a "
width="600" />
Release Notes:
- N/A
2025-03-28 19:34:16 -03:00
Marshall Bowers
c8fb95cd1b
assistant2: Add keybinding for profile selector ( #27674 )
...
This PR adds a keybinding to toggle the profile selector.
Defaults to `Cmd-I` on macOS and `ctrl-I` on Linux/Windows.
Release Notes:
- N/A
2025-03-28 17:19:37 +00:00
Marshall Bowers
231e9c2000
assistant2: Add ability to configure tools for profiles in the UI ( #27562 )
...
This PR adds the ability to configure tools for a profile in the UI:
https://github.com/user-attachments/assets/16642f14-8faa-4a91-bb9e-1d480692f1f2
Note: Doesn't yet work for customizing tools for the default profiles.
Release Notes:
- N/A
2025-03-27 02:19:45 +00:00
Marshall Bowers
848a99c605
assistant2: Rework enabled tool representation ( #27527 )
...
This PR reworks how we store enabled tools in the `ToolWorkingSet`.
We now track them based on which tools are explicitly enabled, rather
than by the tools that have been disabled.
Also fixed an issue where switching profiles wouldn't properly set the
right tools.
Release Notes:
- N/A
2025-03-26 20:26:26 +00:00
Marshall Bowers
cdaad2655a
assistant2: Add profile selector ( #27520 )
...
This PR replaces the tool selector with a new profile selector.
<img width="1394" alt="Screenshot 2025-03-26 at 2 35 42 PM"
src="https://github.com/user-attachments/assets/9631c6e9-9c47-411e-b9fc-5d61ed9ca1fe "
/>
<img width="1394" alt="Screenshot 2025-03-26 at 2 35 50 PM"
src="https://github.com/user-attachments/assets/3abe4e08-d044-4d3f-aa95-f472938452a8 "
/>
Release Notes:
- N/A
2025-03-26 18:51:38 +00:00