Skip to content

Commit 13fbe72

Browse files
authored
Enable native storage for Apple AI Chat (#5063)
* Enable native storage for Apple AI Chat * Limit native storage rollout to 5 percent * Add min version
1 parent 465ef84 commit 13fbe72

2 files changed

Lines changed: 26 additions & 2 deletions

File tree

overrides/ios-override.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,19 @@
221221
"minSupportedVersion": "7.181.0"
222222
},
223223
"nativeStorage": {
224-
"state": "internal"
224+
"state": "enabled",
225+
"minSupportedVersion": "7.217.0",
226+
"rollout": {
227+
"steps": [
228+
{
229+
"percent": 5
230+
}
231+
]
232+
}
233+
},
234+
"nativeDataAccess": {
235+
"state": "enabled",
236+
"minSupportedVersion": "7.217.0"
225237
},
226238
"showAIChatAddressBarChoiceScreen": {
227239
"state": "enabled",

overrides/macos-override.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,19 @@
319319
"state": "enabled"
320320
},
321321
"nativeStorage": {
322-
"state": "internal"
322+
"state": "enabled",
323+
"minSupportedVersion": "1.187.0",
324+
"rollout": {
325+
"steps": [
326+
{
327+
"percent": 5
328+
}
329+
]
330+
}
331+
},
332+
"nativeDataAccess": {
333+
"state": "enabled",
334+
"minSupportedVersion": "1.187.0"
323335
},
324336
"sidebar": {
325337
"state": "enabled",

0 commit comments

Comments
 (0)