feat(web): wire terminal panel to live process websocket

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
tao.chen
2026-07-03 12:36:12 +08:00
co-authored by Claude
parent fa5b53939d
commit d8c8c7fc83
2 changed files with 82 additions and 12 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ export function WorkspaceShell({ workspaceId }: WorkspaceShellProps) {
<>
<PanelResizeHandle className="h-1 bg-border transition-colors hover:bg-accent" />
<Panel defaultSize={30} minSize={10} maxSize={70}>
<TerminalPanel />
<TerminalPanel workspaceId={workspaceId} />
</Panel>
</>
)}