diff --git a/src/ai/insight_chat.rs b/src/ai/insight_chat.rs index 80b342a..75d050c 100644 --- a/src/ai/insight_chat.rs +++ b/src/ai/insight_chat.rs @@ -2575,7 +2575,7 @@ fn render_tree_path( node_ids.push(node.id); fork_info.push(last_fork.take()); } - "user" => { + "user" => { let is_initial = user_turns_seen == 0; user_turns_seen += 1; pending_tools.clear(); diff --git a/src/ai/llm_client.rs b/src/ai/llm_client.rs index 2c1e9e9..ca4ee58 100644 --- a/src/ai/llm_client.rs +++ b/src/ai/llm_client.rs @@ -788,4 +788,3 @@ mod tests { assert_eq!(opts[1].snippet, "reply 2"); } } -