feat(ai): optimize tool loops, fix deployments, and integrate new onboarding flow
This commit is contained in:
@@ -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" />
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user