feat: support SSE write_file(0

This commit is contained in:
Henry Li
2026-01-18 17:13:15 +08:00
parent 6f97dde5d1
commit ec1964c829
9 changed files with 293 additions and 178 deletions

View File

@@ -35,7 +35,7 @@ export default function WorkspaceLayout({
>
<Overscroll behavior="none" overflow="hidden" />
<WorkspaceSidebar />
<SidebarInset>{children}</SidebarInset>
<SidebarInset className="min-w-0">{children}</SidebarInset>
</SidebarProvider>
<Toaster position="top-center" />
</QueryClientProvider>