From 14d70bef9aa3bb82fc48652ca7f9d3f61d54917a Mon Sep 17 00:00:00 2001 From: Katia Bulatova Date: Sat, 8 Aug 2026 13:45:53 +0000 Subject: [PATCH] docs(webapp): say that the agent is off until a flag turns it on --- apps/webapp/app/v3/canAccessDashboardAgent.server.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/webapp/app/v3/canAccessDashboardAgent.server.ts b/apps/webapp/app/v3/canAccessDashboardAgent.server.ts index 26b2f8445..48f1f0c33 100644 --- a/apps/webapp/app/v3/canAccessDashboardAgent.server.ts +++ b/apps/webapp/app/v3/canAccessDashboardAgent.server.ts @@ -6,6 +6,7 @@ import { makeFlag } from "~/v3/featureFlags.server"; /** * Whether the in-dashboard AI agent is available to this user in this org, per the * `hasDashboardAgentAccess` flag with a per-org override winning. Must stay server-side. + * Both env defaults are off, so an unflagged install has no agent and can start no session. */ export async function canAccessDashboardAgent(options: { userId: string;