Under the hood
Remote bridge sessions now also send the git repository URL as part of session setup
What
When a remote bridge session sends its configuration during handoff, it now includes a gitRepoUrl field that wasn't part of that payload before.
Why
This git remote URL passes through the same credential-stripping step already used elsewhere, so any embedded username and password are redacted before being sent, in line with how the git remote URL is already handled during bridge registration.