
Share a link straight to a BIMIT run's pipeline or history
Sending a teammate a link to a specific pipeline run used to land them on a closed modal, because the tab parameter in the URL had nothing to open it.

Sending a teammate a link to a specific pipeline run used to land them on a closed modal, because the tab parameter in the URL had nothing to open it.
Now a link with ?bimit-tab=pipeline or ?bimit-tab=history opens the BIMIT AI modal directly on that tab. Open the modal yourself and the address bar updates automatically, so the link in your browser is always shareable and always points at the tab you're looking at. Close the modal and the parameter clears, so refreshing the page doesn't reopen it behind you.
This also fixes an edge case where the tab could get stuck on the wrong default: the URL now waits for your job history to finish loading before writing the resolved tab, instead of guessing while data is still loading.
Existing ?bimit=open and ?bimitModal=<id> links keep working the same way.