diff --git a/webview-ui/src/components/chat/ChatView.tsx b/webview-ui/src/components/chat/ChatView.tsx
index 5bc0715e25..1721424d84 100644
--- a/webview-ui/src/components/chat/ChatView.tsx
+++ b/webview-ui/src/components/chat/ChatView.tsx
@@ -1814,6 +1814,16 @@ const ChatViewComponent: React.ForwardRefRenderFunction
) : (
+ {/* Version indicator in top-right corner - only on welcome screen */}
+
{
+ setShowAnnouncementModal(true)
+ onVersionIndicatorClick?.()
+ }}
+ showBadge={hasNewAnnouncement}
+ className="absolute top-2 right-3 z-10"
+ />
+
{/* Moved Task Bar Header Here */}
{tasks.length !== 0 && (
@@ -1829,16 +1839,6 @@ const ChatViewComponent: React.ForwardRefRenderFunction 0 ? "mt-0" : ""} px-3.5 min-[370px]:px-10 pt-5 transition-all duration-300`}>
- {/* Version indicator in top-right corner - only on welcome screen */}
- {
- setShowAnnouncementModal(true)
- onVersionIndicatorClick?.()
- }}
- showBadge={hasNewAnnouncement}
- className="absolute top-2 right-3 z-10"
- />
-
{telemetrySetting === "unset" && }