Skip to content

Commit fd30549

Browse files
authored
Windows: Enable Duck.ai suggestions internally (#4757)
1 parent 916f32a commit fd30549

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

overrides/windows-override.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,6 +1306,9 @@
13061306
},
13071307
"accessibleEntryPoints": {
13081308
"state": "internal"
1309+
},
1310+
"aiChatSuggestions": {
1311+
"state": "internal"
13091312
}
13101313
},
13111314
"minSupportedVersion": "0.100.0",
@@ -1317,6 +1320,16 @@
13171320
"aiChatURLIdentifiableQueryValue": "chat"
13181321
}
13191322
},
1323+
"duckAiChatHistory": {
1324+
"state": "enabled",
1325+
"exceptions": [],
1326+
"settings": {
1327+
"chatsLocalStorageKeys": [
1328+
"savedAIChats"
1329+
],
1330+
"maxHistoryCount": 5
1331+
}
1332+
},
13201333
"duckAiDataClearing": {
13211334
"exceptions": [],
13221335
"state": "enabled",

0 commit comments

Comments
 (0)