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
'Use any of the supported tools or editors listed above to interact with an AI model.',
728
+
'For GitHub Copilot in VS Code: open the Copilot Chat panel (Ctrl+Alt+I / Cmd+Alt+I) and start a conversation.',
729
+
'For terminal agents (Claude Code, OpenCode, Copilot CLI): run a coding session in your terminal.',
730
+
'Click the 🔄 Refresh button above to reload the stats after your first session.',
731
+
];
732
+
stepTexts.forEach(text=>{
733
+
constli=document.createElement('li');
734
+
li.textContent=text;
735
+
steps.append(li);
736
+
});
737
+
738
+
constnote=el('div','empty-state-note',
739
+
'💡 If you have been using one of the supported tools but still see no data, open the Diagnostics panel (🔍 Diagnostics button above) to verify that session files are being discovered correctly.'
0 commit comments