agent: Allow renaming threads (#28102)

Release Notes:

- agent: Add support for renaming threads

---------

Co-authored-by: Danilo Leal <daniloleal09@gmail.com>
Co-authored-by: Bennet Bo Fenner <bennetbo@gmx.de>
Co-authored-by: Richard Feldman <oss@rtfeldman.com>
This commit is contained in:
Agus Zubiaga 2025-04-04 13:24:33 -03:00 committed by GitHub
parent ef8fe52877
commit 1bc5618f61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 151 additions and 51 deletions

View file

@ -238,7 +238,7 @@ impl AgentDiff {
fn handle_thread_event(&mut self, event: &ThreadEvent, cx: &mut Context<Self>) {
match event {
ThreadEvent::SummaryChanged => self.update_title(cx),
ThreadEvent::SummaryGenerated => self.update_title(cx),
_ => {}
}
}