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
@@ -0,0 +1,11 @@
export { EmbeddableChat, type Attachment } from './EmbeddableChat';
export { MessageList } from './MessageList';
export { InputArea } from './InputArea';
export { Settings } from './Settings';
export { MessageBubble, StreamingBubble } from './MessageBubble';
export { ToolActivity } from './ToolActivity';
export { QuestionActivity } from './QuestionActivity';
export { OpenCodeModelPicker } from './OpenCodeModelPicker';
export { useClaude } from './useClaude';
export { useOpenCode } from './useOpenCode';
export type { ChatMessage, SessionEntry, ServerMessage, TaskInfo } from './types';