agent: Add menu in the plus icon button for creating a new thread (#34143)

Release Notes:

- N/A

---------

Co-authored-by: Agus Zubiaga <agus@zed.dev>
This commit is contained in:
Danilo Leal 2025-07-09 15:44:45 -03:00 committed by GitHub
parent 974bc4096a
commit 80eed63255
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 85 additions and 68 deletions

View file

@ -57,8 +57,8 @@ actions!(
[
/// Creates a new text-based conversation thread.
NewTextThread,
/// Creates a new Gemini CLI-based conversation thread.
NewGeminiThread,
/// Creates a new external agent conversation thread.
NewAcpThread,
/// Toggles the context picker interface for adding files, symbols, or other context.
ToggleContextPicker,
/// Toggles the navigation menu for switching between threads and views.