feat(ai): optimize tool loops, fix deployments, and integrate new onboarding flow

This commit is contained in:
2026-05-19 12:52:47 -07:00
parent 331312b648
commit 618f7796b2
250 changed files with 2993 additions and 24695 deletions

View File

@@ -5,7 +5,6 @@
import { ReactNode } from "react";
import { Toaster } from "sonner";
import { ProjectAssociationPrompt } from "@/components/project-association-prompt";
import { ChatPanel } from "@/components/vibn-chat/chat-panel";
export default async function ProjectShell({
@@ -22,7 +21,6 @@ export default async function ProjectShell({
<div style={pageWrap}>
<ChatPanel structural artifactSlot={children} />
</div>
<ProjectAssociationPrompt workspace={workspace} />
<Toaster position="top-center" />
</>
);