diff --git a/webview-ui/src/components/chat/ChatView.tsx b/webview-ui/src/components/chat/ChatView.tsx
index ef857e06e26..41bca60362b 100644
--- a/webview-ui/src/components/chat/ChatView.tsx
+++ b/webview-ui/src/components/chat/ChatView.tsx
@@ -1008,26 +1008,31 @@ const ChatView = ({ isHidden, showAnnouncement, hideAnnouncement, showHistoryVie
{showAnnouncement && }
{messages.length === 0 && (
<>
-
-
-

-
+
+
+
+

+
+
PearAI Coding Agent
Powered by Roo Code / Cline
-
-
- Autonomous coding agent that has access to your development environment (with
- your permission) for a feedback loop to add features, fix bugs, and more.
+
+
+ Autonomous coding agent that has access to your development environment
+ (with your permission) for a feedback loop to add features, fix bugs,
+ and more.
+
+
>
)}
- {taskHistory.length > 0 &&
}
+ {/* {taskHistory.length > 0 &&
} */}
)}