Under the hood
Claude in Chrome tool calls now pass the active model along when checking permissions
What
The function that handles the permission prompt for Claude in Chrome tool calls now explicitly takes the abort signal and the session's main-loop model as arguments, and that model is now passed through to the Chrome bridge call.
Why
Permission checks for Chrome tool calls can now take the currently active model into account rather than being made without that information.