Files
rust_browser/.claude
Zachary D. Rowitsch f2ac91cfe6 Add URL support to --render CLI mode
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>
2026-02-16 23:23:46 -05:00
..