Feature/insight chat branching #109

Merged
cameron merged 7 commits from feature/insight-chat-branching into master 2026-08-22 02:06:25 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 5e6bd69405 - Show all commits
+1 -1
View File
@@ -2575,7 +2575,7 @@ fn render_tree_path(
node_ids.push(node.id); node_ids.push(node.id);
fork_info.push(last_fork.take()); fork_info.push(last_fork.take());
} }
"user" => { "user" => {
let is_initial = user_turns_seen == 0; let is_initial = user_turns_seen == 0;
user_turns_seen += 1; user_turns_seen += 1;
pending_tools.clear(); pending_tools.clear();
-1
View File
@@ -788,4 +788,3 @@ mod tests {
assert_eq!(opts[1].snippet, "reply 2"); assert_eq!(opts[1].snippet, "reply 2");
} }
} }