core: revert fork_conversation to (path, conversation_id); protocol: ConversationPathResponseEvent carries path again; core: emit path in ConversationHistory; recorder: expose path(); tui: backtrack uses path+id; fmt

This commit is contained in:
Ahmed Ibrahim
2025-09-08 11:16:32 -07:00
parent aa94d9c4b3
commit 52a5ea5f4e
8 changed files with 78 additions and 31 deletions

View File

@@ -801,7 +801,7 @@ pub struct WebSearchEndEvent {
#[derive(Debug, Clone, Deserialize, Serialize, TS)]
pub struct ConversationPathResponseEvent {
pub conversation_id: ConversationId,
pub entries: Vec<ResponseItem>,
pub path: PathBuf,
}
#[derive(Debug, Clone, Deserialize, Serialize, TS)]