Skip to content

Commit 14d70be

Browse files
committed
docs(webapp): say that the agent is off until a flag turns it on
1 parent f6afda3 commit 14d70be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/webapp/app/v3/canAccessDashboardAgent.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { makeFlag } from "~/v3/featureFlags.server";
66
/**
77
* Whether the in-dashboard AI agent is available to this user in this org, per the
88
* `hasDashboardAgentAccess` flag with a per-org override winning. Must stay server-side.
9+
* Both env defaults are off, so an unflagged install has no agent and can start no session.
910
*/
1011
export async function canAccessDashboardAgent(options: {
1112
userId: string;

0 commit comments

Comments
 (0)