4cbc5dfa4d
ChatBrowserUse now accepts provider-prefixed model ids (anthropic/*, openai/*, google/*) alongside the bu-* aliases and browser-use/* models, so a single BROWSER_USE_API_KEY can reach them. bu-* aliases and the bu-latest -> bu-2-0 normalization are unchanged; bare ids are rejected with guidance toward the provider/model form. Also matches provider-prefixed Claude Sonnet ids in the Agent llm_screenshot_size auto-config, so the screenshot optimization isn't lost when Claude is reached via ChatBrowserUse. Adds an example, a README FAQ entry, and tests. ENG-5060