diff --git a/src/app/ai/page.tsx b/src/app/ai/page.tsx index da38ce9..3c3d565 100644 --- a/src/app/ai/page.tsx +++ b/src/app/ai/page.tsx @@ -138,6 +138,7 @@ export default function AIChatPage() { {/* Main chat */}
+ {currentSession?.title || "AI Chat"}
@@ -160,7 +161,7 @@ export default function AIChatPage() { className="flex-1 p-3 border rounded-lg" disabled={loading} /> -