You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -303,6 +305,7 @@ async function switchHarness(harnessId) {
303
305
304
306
initializeScopeState();
305
307
updateHarnessSelector();
308
+
updateHarnessBranding();
306
309
updateCapabilityVisibility();
307
310
if(hasCapability("mcpSecurity")){
308
311
awaitloadCachedSecurityResults();
@@ -318,7 +321,7 @@ function setupScopeNotice() {
318
321
if(!tree)return;
319
322
constnotice=document.createElement("div");
320
323
notice.className="scope-notice";
321
-
notice.innerHTML=`<span class="scope-notice-dismiss" id="scopeNoticeDismiss">✕</span><strong>How scopes work:</strong> Different categories have different inheritance rules. Use <strong>✦ Show Effective</strong> to see what actually applies in each project. Hover any category pill for its specific rule.`;
324
+
notice.innerHTML=`<span class="scope-notice-dismiss" id="scopeNoticeDismiss">✕</span><strong>How ${esc(getHarnessShortName())}scopes work:</strong> Different categories can have different inheritance rules. Use <strong>✦ Show Effective</strong> to see what actually applies in each project. Hover any category pill for its specific rule.`;
0 commit comments