From 6c6bfd0e7297040d4dba6ccfb24f2a32c68869ce Mon Sep 17 00:00:00 2001 From: daniel-lxs Date: Wed, 22 Oct 2025 16:32:55 -0500 Subject: [PATCH] revert: remove temporary testing code for checkpoint warning The warning will now only show when actually triggered by checkpoint timeouts. --- webview-ui/src/components/chat/ChatView.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/webview-ui/src/components/chat/ChatView.tsx b/webview-ui/src/components/chat/ChatView.tsx index 79c288b598..d471d0aba3 100644 --- a/webview-ui/src/components/chat/ChatView.tsx +++ b/webview-ui/src/components/chat/ChatView.tsx @@ -1802,10 +1802,11 @@ const ChatViewComponent: React.ForwardRefRenderFunction )} - {/* TEMPORARY: Always show warning for testing */} -
- -
+ {checkpointWarning && ( +
+ +
+ )} ) : (