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
Fixed CSV export (Download CSV buttons / "Download CSV to see all" links) not working inside the VS Code webview. The dashboard iframe's sandbox was missing allow-downloads, so Chromium silently blocked the Blob download; added the token. Keeps the export client-side, so it still respects the current model/range/sort filters.
The extension no longer pops a system browser tab when opening the dashboard — it passes the new --no-browser flag to the bundled cli.py dashboard. Running python cli.py dashboard as a script still opens the browser as before.
Matched the webview's pre-load / behind-iframe background to the dashboard (#191A1B), removing the brief #0f1117 flash before the dashboard renders.
Scanner / CLI
Added a --no-browser flag to cli.py dashboard to start the server without opening a browser (used by the VS Code extension; standalone CLI usage is unchanged).