@@ -195,11 +195,11 @@ public extension UserDefaultPreferenceKeys {
195195 var gitHubCopilotPretendIDEToBeVSCode : PreferenceKey < Bool > {
196196 . init( defaultValue: false , key: " GitHubCopilotPretendIDEToBeVSCode " )
197197 }
198-
198+
199199 var gitHubCopilotModelId : PreferenceKey < String > {
200200 . init( defaultValue: " " , key: " GitHubCopilotModelId " )
201201 }
202-
202+
203203 var gitHubCopilotModelFamily : PreferenceKey < String > {
204204 . init( defaultValue: " " , key: " GitHubCopilotModelFamily " )
205205 }
@@ -478,11 +478,15 @@ public extension UserDefaultPreferenceKeys {
478478 var preferredChatModelIdForWebScope : PreferenceKey < String > {
479479 . init( defaultValue: " " , key: " PreferredChatModelIdForWebScope " )
480480 }
481-
481+
482482 var preferredChatModelIdForUtilities : PreferenceKey < String > {
483483 . init( defaultValue: " " , key: " PreferredChatModelIdForUtilities " )
484484 }
485485
486+ var alwaysDisableFloatOnTopForChatPanel : PreferenceKey < Bool > {
487+ . init( defaultValue: false , key: " AlwaysDisableFloatOnTopForChatPanel " )
488+ }
489+
486490 var disableFloatOnTopWhenTheChatPanelIsDetached : PreferenceKey < Bool > {
487491 . init( defaultValue: true , key: " DisableFloatOnTopWhenTheChatPanelIsDetached " )
488492 }
@@ -494,7 +498,7 @@ public extension UserDefaultPreferenceKeys {
494498 var openChatMode : PreferenceKey < UserDefaultsStorageBox < OpenChatMode > > {
495499 . init( defaultValue: . init( . chatPanel) , key: " DefaultOpenChatMode " )
496500 }
497-
501+
498502 var legacyOpenChatMode : DeprecatedPreferenceKey < OpenChatMode . LegacyOpenChatMode > {
499503 . init( defaultValue: . chatPanel, key: " OpenChatMode " )
500504 }
@@ -731,7 +735,7 @@ public extension UserDefaultPreferenceKeys {
731735 var useCloudflareDomainNameForLicenseCheck : FeatureFlag {
732736 . init( defaultValue: false , key: " FeatureFlag-UseCloudflareDomainNameForLicenseCheck " )
733737 }
734-
738+
735739 var doNotInstallLaunchAgentAutomatically : FeatureFlag {
736740 . init( defaultValue: false , key: " FeatureFlag-DoNotInstallLaunchAgentAutomatically " )
737741 }
0 commit comments