Skip to content

Commit 6bc1694

Browse files
authored
chore: drop AI from UI (#5344)
Our first AI experiment is barely used. And we don't want our users to confuse it with upcoming Inception. The next integrated with builder solution will be based on Inception.
1 parent d7e757b commit 6bc1694

22 files changed

+1
-3017
lines changed

apps/builder/app/builder/builder.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ import { BlockingAlerts } from "./features/blocking-alerts";
4141
import { useSyncPageUrl } from "~/shared/pages";
4242
import { useMount, useUnmount } from "~/shared/hook-utils/use-mount";
4343
import { subscribeCommands } from "~/builder/shared/commands";
44-
import { AiCommandBar } from "./features/ai/ai-command-bar";
4544
import { ProjectSettings } from "./features/project-settings";
4645
import type { UserPlanFeatures } from "~/shared/db/user-plan-features.server";
4746
import {
@@ -437,7 +436,6 @@ export const Builder = ({
437436
}}
438437
/>
439438
</ChromeWrapper>
440-
{isDesignMode && <AiCommandBar />}
441439
<Loading state={loadingState} />
442440
<BlockingAlerts />
443441
<CommandPanel />

apps/builder/app/builder/features/ai/ai-button.tsx

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)