-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enabled Ai Chat feature now it's released to preview. #2734
Conversation
Don't forget to add an individual reviewer (in addition to those already added, this should create a task for them in Asana). |
Generated file outputs:Time updated: Thu, 06 Feb 2025 19:11:52 GMT legacytrackers-unprotected-temporary.txt (13 more)
v3/windows-config.json--- v3/windows-config.json
+++ v3/windows-config.json
@@ -71,18 +71,19 @@
"exceptions": [],
"minSupportedVersion": "0.100.0"
},
"aiChat": {
- "state": "disabled",
+ "state": "enabled",
"exceptions": [],
"features": {
"toolbarShortcut": {
- "state": "disabled"
+ "state": "enabled"
},
"applicationMenuShortcut": {
- "state": "disabled"
+ "state": "enabled"
}
},
+ "minSupportedVersion": "0.100.0",
"settings": {
"aiChatURL": "https://duckduckgo.com/?q=DuckDuckGo+AI+Chat&ia=chat&duckai=3",
"onboardingCookieName": "dcm",
"onboardingCookieDomain": "duckduckgo.com",
latestv4/android-config.json (12 more)
v4/windows-config.json--- v4/windows-config.json
+++ v4/windows-config.json
@@ -71,18 +71,19 @@
"exceptions": [],
"minSupportedVersion": "0.100.0"
},
"aiChat": {
- "state": "disabled",
+ "state": "enabled",
"exceptions": [],
"features": {
"toolbarShortcut": {
- "state": "disabled"
+ "state": "enabled"
},
"applicationMenuShortcut": {
- "state": "disabled"
+ "state": "enabled"
}
},
+ "minSupportedVersion": "0.100.0",
"settings": {
"aiChatURL": "https://duckduckgo.com/?q=DuckDuckGo+AI+Chat&ia=chat&duckai=3",
"onboardingCookieName": "dcm",
"onboardingCookieDomain": "duckduckgo.com",
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for checking @Jonathan-L!
Asana Task/Github Issue:
https://app.asana.com/0/1206272239963149/1208518098397240
Description
AI Chat has been released to preview, so it's time to update the remote config to enable the feature flag.
Additional info:
Reference