Rename agent threads from the sidebar#57656
Conversation
This reverts commit 6a74798.
| }) | ||
| } | ||
|
|
||
| pub fn update_thread_title( |
There was a problem hiding this comment.
I don't think we need the changes here, nor the ones in db.
I think at this point we could probably remove the title field from the native agent DB, since we store all titles on the thread metadata store, regardless of which agent they come from.
AFAIK all the logic for renaming should already be in-place (since we support it in the thread view), so this PR should only need touch UI code. Could be that I'm missing something though, happy to pair 😄
There was a problem hiding this comment.
Okay I messed up the PR a bit in that I merged the original before it got a review so this is actually a revert of a revert. In the original Mikayla requested that we update the db first before pushing an update to the UI paths to take care of the case where the workspace would not be fully loaded in.
#57521 (comment)
I would be down to pair on this since I am not as familiar with the direction we want to take this code.
Co-authored-by: Bennet Bo Fenner <bennetbo@gmx.de>
Summary: - Added a rename action for agent threads in the sidebar. - Persisted renamed thread titles and kept open thread views in sync. Release Notes: - Improved agent threads by allowing them to be renamed directly from the sidebar. --------- Co-authored-by: Danilo Leal <daniloleal09@gmail.com> Co-authored-by: Bennet Bo Fenner <bennetbo@gmx.de>
Summary:
Release Notes: