@@ -183,8 +183,9 @@ test("model picker descriptors target the current state and menu bundles", () =>
183183 const stateAsset =
184184 "app-initial~app-main~new-thread-panel-page~appgen-library-page~hotkey-window-thread-page~ho~iufn7mg3-DRU9Ekz0.js" ;
185185 const allowlistAsset =
186- "app-initial~app-main~onboarding-page~projects-index-page~hotkey-window-thread-page~quick-ch~iiv1g666-BjNKtmac.js" ;
187- const menuAsset = allowlistAsset ;
186+ "app-initial~app-main~projects-index-page~remote-conversation-page-ClV_ycdc.js" ;
187+ const menuAsset =
188+ "app-initial~app-main~new-thread-panel-page~onboarding-page~projects-index-page~appgen-libra~lpb6mnim-BiQtt1Kd.js" ;
188189
189190 assert . match ( stateAsset , MODEL_PICKER_STATE_ASSET_PATTERN ) ;
190191 assert . match ( allowlistAsset , MODEL_PICKER_ALLOWLIST_ASSET_PATTERN ) ;
@@ -195,8 +196,7 @@ test("model picker descriptors target the current state and menu bundles", () =>
195196 assert . doesNotMatch ( allowlistAsset , MODEL_PICKER_STATE_ASSET_PATTERN ) ;
196197 assert . doesNotMatch ( menuAsset , MODEL_PICKER_STATE_ASSET_PATTERN ) ;
197198
198- // The previous DMG split these patches across different chunks.
199- // Current-DMG-only targeting must not retain those chunks as fallbacks.
199+ // Current-DMG-only targeting must not retain previous chunks as fallbacks.
200200 assert . doesNotMatch (
201201 "app-initial~app-main~page-CMpPiY3-.js" ,
202202 MODEL_PICKER_STATE_ASSET_PATTERN ,
@@ -206,7 +206,7 @@ test("model picker descriptors target the current state and menu bundles", () =>
206206 MODEL_PICKER_ALLOWLIST_ASSET_PATTERN ,
207207 ) ;
208208 assert . doesNotMatch (
209- "app-initial~app-main~new-thread-panel-page~ onboarding-page~projects-index-page~appgen-libra~lpb6mnim-Bawo32lF .js" ,
209+ "app-initial~app-main~onboarding-page~projects-index-page~hotkey-window-thread-page~quick-ch~iiv1g666-BjNKtmac .js" ,
210210 MODEL_PICKER_MENU_ASSET_PATTERN ,
211211 ) ;
212212 assert . doesNotMatch (
@@ -396,11 +396,11 @@ test("English reasoning effort labels can be disabled", () => {
396396
397397test ( "sidebar project descriptor targets only the current project sidebar asset" , ( ) => {
398398 assert . match (
399- "app-initial~app-main~page-kMhXWEru .js" ,
399+ "app-initial~app-main~projects-index- page~remote-conversation-page-ClV_ycdc .js" ,
400400 PROJECTS_SIDEBAR_ASSET_PATTERN ,
401401 ) ;
402402 assert . doesNotMatch (
403- "app-initial~app-main~projects-index- page~remote-conversation-page-CFT2LLOB .js" ,
403+ "app-initial~app-main~page-kMhXWEru .js" ,
404404 PROJECTS_SIDEBAR_ASSET_PATTERN ,
405405 ) ;
406406 assert . doesNotMatch (
0 commit comments