There was an error while loading. Please reload this page.
1 parent 138e498 commit a4edbcdCopy full SHA for a4edbcd
1 file changed
apps/webapp/app/env.server.ts
@@ -1714,7 +1714,8 @@ const EnvironmentSchema = z
1714
SLACK_BOT_TOKEN: z.string().optional(),
1715
SLACK_SIGNUP_REASON_CHANNEL_ID: z.string().optional(),
1716
1717
- // kapa.ai — read by the root loader; unset turns Ask AI off and ⌘I opens the agent instead.
+ // kapa.ai — read by the root loader; unset turns Ask AI off, and ⌘I then opens the agent
1718
+ // for users who have agent access, or does nothing for everyone else.
1719
KAPA_AI_WEBSITE_ID: z.string().optional(),
1720
1721
// BetterStack
0 commit comments