Under the hood
Chrome bridge's verbose "Bridge received" debug log now only prints when debug mode is actually enabled
What
When Claude in Chrome's bridge receives a message it doesn't recognize, it used to always log the full payload (Bridge received: ...) for debugging. Now this logging only happens if debug mode is enabled; if there's no way to check, it defaults to still logging.
Why
This avoids dumping potentially large or sensitive message payloads to logs during normal use, restricting the verbose output to when debugging is actually turned on.