The render mode previously only accepted file paths, requiring the investigate command to use curl as a workaround (which broke relative CSS/image resolution). Now --render accepts URLs directly via BrowserUrl::parse + NetworkStack::load_sync, using the correct base URL for resource resolution. The investigate command is simplified to a single --render call. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>