Agus Zubiaga
374c298bd5
assistant2: Suggest current thread in inline assistant ( #22586 )
...
Release Notes:
- N/A
---------
Co-authored-by: Marshall <marshall@zed.com>
2025-01-02 20:36:57 +00:00
Agus Zubiaga
59b5b9af90
assistant2: Suggest current file as context ( #22526 )
...
Suggest adding the current file as context in the new assistant panel.
https://github.com/user-attachments/assets/62bc267b-3dfe-4a3b-a6af-c89af2c779a8
Note: This doesn't include suggesting the current thread in the inline
assistant.
Release Notes:
- N/A
2025-01-02 13:33:47 +00:00
Marshall Bowers
4c84600630
assistant2: Derive the Context
icon at render time instead of storing ( #22397 )
...
This PR is a follow up to #22385 that makes it so we treat the icon as
derived state.
Release Notes:
- N/A
2024-12-24 16:13:35 +00:00
Danilo Leal
3d4e0780c4
assistant2: Add icons to the context pill ( #22385 )
...
This PR adds an icon field to the `ContextKind` enum, which means that
icons will now display on context pills, both on the message editor and
on the active thread.
<img width="800" alt="Screenshot 2024-12-24 at 12 23 17 AM"
src="https://github.com/user-attachments/assets/f00e540b-30fe-49ac-b3df-7c7a5dc86d65 "
/>
Release Notes:
- N/A
2024-12-24 04:26:09 +00:00
Marshall Bowers
b17f2089a2
assistant2: Sketch in directory context picker ( #22148 )
...
This PR sketches in the structure for the directory context picker.
Waiting on implementing the actual behavior until we fix the issues with
the file context picker.
Release Notes:
- N/A
2024-12-17 13:02:46 -05:00
Marshall Bowers
6fa5a17586
assistant2: Only add context if it is non-empty ( #22141 )
...
This PR fixes an issue where we were attaching empty message content
even if there was no context.
Release Notes:
- N/A
2024-12-17 11:09:10 -05:00
Marshall Bowers
4bf005ef52
assistant2: Wire up context picker with inline assist ( #22106 )
...
This PR wire up the context picker with the inline assist.
UI is not finalized.
Release Notes:
- N/A
---------
Co-authored-by: Richard <richard@zed.dev>
Co-authored-by: Agus <agus@zed.dev>
2024-12-16 15:46:28 -05:00
Marshall Bowers
88f7942f11
assistant2: Add support for referencing other threads as context ( #22092 )
...
This PR adds the ability to reference other threads as context:
<img width="1159" alt="Screenshot 2024-12-16 at 11 29 54 AM"
src="https://github.com/user-attachments/assets/bb8a24ff-56d3-4406-ab8c-6657e65d8c70 "
/>
<img width="1159" alt="Screenshot 2024-12-16 at 11 29 35 AM"
src="https://github.com/user-attachments/assets/7a02ebda-a2f5-40e9-9dd4-1bb029cb1c43 "
/>
Release Notes:
- N/A
2024-12-16 11:50:57 -05:00
Marshall Bowers
c57cc35b03
assistant2: Add ability to fetch URLs as context ( #21988 )
...
This PR adds the ability to fetch URLs as context in Assistant2.
In the picker we use the search area as an input for the user to enter
the URL they wish to fetch:
<img width="1159" alt="Screenshot 2024-12-13 at 2 45 41 PM"
src="https://github.com/user-attachments/assets/b3b20648-2c22-4509-b592-d0291d25b202 "
/>
<img width="1159" alt="Screenshot 2024-12-13 at 2 45 47 PM"
src="https://github.com/user-attachments/assets/7e6bab2d-2731-467f-9781-130c6e4ea5cf "
/>
Release Notes:
- N/A
2024-12-13 15:03:55 -05:00
Marshall Bowers
b3ffbea376
assistant2: Allow removing individual context ( #21868 )
...
This PR adds the ability to remove individual pieces of context from the
message editor:
<img width="1159" alt="Screenshot 2024-12-11 at 12 38 45 PM"
src="https://github.com/user-attachments/assets/77d04272-f667-4ebb-a567-84b382afef3d "
/>
Release Notes:
- N/A
2024-12-11 12:51:05 -05:00
Marshall Bowers
c255e55599
assistant2: Sketch in sending file context to model ( #21829 )
...
This PR sketches in support for sending file context attached to a
message to the model.
Right now the context is just mocked.
<img width="1159" alt="Screenshot 2024-12-10 at 4 18 41 PM"
src="https://github.com/user-attachments/assets/3ee4e86a-7893-42dc-98f9-982aa202d310 ">
<img width="1159" alt="Screenshot 2024-12-10 at 4 18 53 PM"
src="https://github.com/user-attachments/assets/8a3c2dd7-a466-4dbf-83ec-1c7d969c1a4b ">
Release Notes:
- N/A
2024-12-10 16:35:53 -05:00