acp: Rename assistant::QuoteSelection and support it in agent2 threads (#36628)

Release Notes:

- N/A
This commit is contained in:
Cole Miller 2025-08-20 17:31:25 -04:00 committed by Joseph T. Lyons
parent b070dc66b3
commit 1ee07a4baf
11 changed files with 148 additions and 79 deletions

View file

@ -4097,6 +4097,12 @@ impl AcpThreadView {
})
}
pub(crate) fn insert_selections(&self, window: &mut Window, cx: &mut Context<Self>) {
self.message_editor.update(cx, |message_editor, cx| {
message_editor.insert_selections(window, cx);
})
}
fn render_thread_retry_status_callout(
&self,
_window: &mut Window,