From 58cacc3cf06b25f834f8e7829759e77e6833498a Mon Sep 17 00:00:00 2001 From: Daniel <57051444+daniel-lxs@users.noreply.github.com> Date: Wed, 9 Jul 2025 08:54:26 -0500 Subject: [PATCH] fix: reset user response flag on new ask messages to fix auto-approval (#5508) Co-authored-by: Matt Rubens --- .changeset/ninety-birds-appear.md | 5 +++++ webview-ui/src/components/chat/ChatView.tsx | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 .changeset/ninety-birds-appear.md diff --git a/.changeset/ninety-birds-appear.md b/.changeset/ninety-birds-appear.md new file mode 100644 index 0000000000..d3740a018a --- /dev/null +++ b/.changeset/ninety-birds-appear.md @@ -0,0 +1,5 @@ +--- +"roo-cline": patch +--- + +Fix bug where auto-approval was intermittently failing diff --git a/webview-ui/src/components/chat/ChatView.tsx b/webview-ui/src/components/chat/ChatView.tsx index de2092248d..38b8997faf 100644 --- a/webview-ui/src/components/chat/ChatView.tsx +++ b/webview-ui/src/components/chat/ChatView.tsx @@ -240,6 +240,8 @@ const ChatViewComponent: React.ForwardRefRenderFunction