zed/crates/assistant2/src
Marshall Bowers 6aad616165
assistant2: Fix focus issues with opening history (#22169)
This PR fixes some focus issues with opening the thread history, which
required that the Assistant2 panel be focused in order for the history
to open.

Release Notes:

- N/A
2024-12-17 18:07:28 -05:00
..
context_picker assistant2: Fix file context picker (#22163) 2024-12-17 16:53:56 -05:00
ui assistant2: Uniquely identify remove buttons on ContextPills (#22115) 2024-12-16 17:57:05 -05:00
active_thread.rs
assistant.rs Allow the use of both Assistants when in the assistant2 feature flag (#22150) 2024-12-17 14:23:57 -05:00
assistant_panel.rs assistant2: Fix focus issues with opening history (#22169) 2024-12-17 18:07:28 -05:00
assistant_settings.rs
context.rs assistant2: Sketch in directory context picker (#22148) 2024-12-17 13:02:46 -05:00
context_picker.rs assistant2: Sketch in directory context picker (#22148) 2024-12-17 13:02:46 -05:00
context_store.rs
context_strip.rs Add Corner to geometry and make names of corner methods consistent (#22119) 2024-12-16 22:57:15 -07:00
inline_assistant.rs Add Corner to geometry and make names of corner methods consistent (#22119) 2024-12-16 22:57:15 -07:00
message_editor.rs assistant2: Add keybinding to toggle ContextPicker (#22124) 2024-12-16 20:20:32 -05:00
prompts.rs
streaming_diff.rs
terminal_inline_assistant.rs assistant2: Add keybinding to toggle ContextPicker (#22124) 2024-12-16 20:20:32 -05:00
thread.rs
thread_history.rs assistant2: Add spacing between historical thread entries (#22140) 2024-12-17 11:03:09 -05:00
thread_store.rs
ui.rs