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
@@ -26,7 +26,7 @@ import {
} from '@/components/ui/dropdown-menu';
import { useSettings } from '@/state/useSettings';
import { useVisibleClaudeModels, useVisibleOpenCodeModels } from '@/state/useModels';
import type { Attachment } from '../Chat/ChatPanel';
import type { Attachment } from 'plugins/Chat/client';
export const ChatLauncher = () => {
const navigate = useNavigate();