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 GitHub
parent d1820b183a
commit 595cf1c6c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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,