You can now share a report directly from the report page. Clicking Share generates a public link and copies it to your clipboard, so you can send the analysis to anyone without requiring them to log in.
There was no way to share a report from the report view itself. The Share action only existed in the history page, so users who arrived at a report after running an analysis had no obvious path to sharing it.
The backend infrastructure for share links — token generation, 90-day expiry, public share view — was already complete. The gap was purely in the UI: the report page had no button to trigger it.
A user noticed the missing action immediately after running an analysis. With the backend already in place, surfacing it was straightforward.