Tracking background updates from the Discord alpha client.
Current build hash: fd97e0960be26278ad8e87034b4a25b470f8d22a
Shows a small, non-blocking suggestion panel when Discord detects a new microphone or speaker.
People who connect a headset or microphone can switch call devices without opening the full settings screen. The panel is less disruptive than a blocking dialog, but actual exposure still depends on the assignment state.
default {
"showDeviceDetectedPanel": false
}variations {
"1": {
"showDeviceDetectedPanel": true
}
}Tests whether the large banner placeholder remains visible while Quest Home is loading.
This is a small loading-state change that can affect how much the Quest Home layout shifts or appears empty when opened. It should not be expanded into a claim about the fully loaded banner without another consumer.
default {
"showDefaultBanner": true,
"showHeroPlaceholder": true
}variations {
"1": {
"showDefaultBanner": false,
"showHeroPlaceholder": true
},
"2": {
"showDefaultBanner": false,
"showHeroPlaceholder": false
}
}default {
"enabled": false
}variations {
"0": {
"enabled": false
},
"1": {
"enabled": true
}
}default {
"enabled": false
}variations {
"0": {
"enabled": false
},
"1": {
"enabled": true
}
}default {
"enabled": false
}variations {
"0": {
"enabled": false
},
"1": {
"enabled": true
}
}Uses voice-gateway protocol version 10 instead of 9 on supported desktop voice connections.
Although it is not directly visible, this changes the compatibility layer used when Discord receives updated voice-server information during a call. Any user-perceived improvement would need separate runtime evidence.
default {
"enabled": false
}variations {
"1": {
"enabled": true
}
}A new version of message bookmarks and reminders, including saved lists, overdue reminders, and account-specific limits.
It helps people keep important conversations and avoid missing follow-ups, while the storage limits also connect the feature to Nitro benefit discovery.
Lets Discord Clips detect Counter-Strike 2 match events when Auto Clips is enabled on Windows.
This provides the path for Counter-Strike 2 moments such as match events to become automatic clip candidates instead of relying only on manual saves. The experiment alone does not show that every event will be saved.
default {
"enableCs2Gsi": false
}variations {
"1": {
"enableCs2Gsi": true
}
}