diff --git a/components/vibn-chat/chat-panel.tsx b/components/vibn-chat/chat-panel.tsx
index 00fff57f..fc02ef74 100644
--- a/components/vibn-chat/chat-panel.tsx
+++ b/components/vibn-chat/chat-panel.tsx
@@ -1683,53 +1683,31 @@ export function ChatPanel({
))}
- {sending && messages[messages.length - 1]?.role !== "assistant" && (
+ {sending && (
-
-
- V
-
-
-
- {[0, 1, 2].map((i) => (
-
- ))}
-
+
+
+ {messages[messages.length - 1]?.role !== "assistant"
+ ? "Vibn AI is formulating plan..."
+ : "Vibn AI is executing tools & planning next steps..."}
+
)}