Chat and Terminal as plugins

This commit is contained in:
2026-02-16 23:08:27 +00:00
parent dca4743e8b
commit 9f720e1804
25 changed files with 230 additions and 127 deletions
@@ -3,8 +3,7 @@ import { Search, AlertCircle, CheckCircle2, Clock, ArrowLeft } from 'lucide-reac
import { useClient } from 'hooks/useClient';
import { DashboardLayout } from '../Layout';
import { Card } from '@/components/Card';
import { MessageBubble } from '../Chat/MessageBubble';
import type { ChatMessage } from '../Chat/types';
import { MessageBubble, type ChatMessage } from 'plugins/Chat/client';
type LogMetadata = {
filename: string;