Skip to content

Commit a4edbcd

Browse files
committed
docs(webapp): say who Cmd-I actually opens the agent for
1 parent 138e498 commit a4edbcd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/webapp/app/env.server.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1714,7 +1714,8 @@ const EnvironmentSchema = z
17141714
SLACK_BOT_TOKEN: z.string().optional(),
17151715
SLACK_SIGNUP_REASON_CHANNEL_ID: z.string().optional(),
17161716

1717-
// kapa.ai — read by the root loader; unset turns Ask AI off and ⌘I opens the agent instead.
1717+
// 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.
17181719
KAPA_AI_WEBSITE_ID: z.string().optional(),
17191720

17201721
// BetterStack

0 commit comments

Comments
 (0)