feat: [US-025] - Add BrowserViewer React component

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Nathan Flurry 2026-03-17 06:31:29 -07:00
parent 11efecfda9
commit 189dfc0cc8
2 changed files with 263 additions and 0 deletions

View file

@ -1,5 +1,6 @@
export { AgentConversation } from "./AgentConversation.tsx";
export { AgentTranscript } from "./AgentTranscript.tsx";
export { BrowserViewer } from "./BrowserViewer.tsx";
export { ChatComposer } from "./ChatComposer.tsx";
export { DesktopViewer } from "./DesktopViewer.tsx";
export { ProcessTerminal } from "./ProcessTerminal.tsx";
@ -24,6 +25,11 @@ export type {
ChatComposerProps,
} from "./ChatComposer.tsx";
export type {
BrowserViewerClient,
BrowserViewerProps,
} from "./BrowserViewer.tsx";
export type {
DesktopViewerClient,
DesktopViewerProps,