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
+1 -1
View File
@@ -1,4 +1,4 @@
import type { SessionEntry, ChatMessage } from '@/Screens/Dashboard/Chat/types';
import type { SessionEntry, ChatMessage } from 'plugins/Chat/client';
import type { SlashCommandResult } from './useSlashCommands';
import { useAuth } from 'hooks/useAuth';
import { useClient } from 'hooks/useClient';