mirror of
https://github.com/browser-use/browser-use
synced 2026-04-22 17:45:09 +02:00
When a session is started without --browser remote and a subsequent command uses --browser remote, the CLI now errors with guidance instead of silently using the local browser (which loses cloud features like live_url). Code changes: - Add session metadata file to track browser_mode per session - Error only when remote requested but session is local - Allow local-on-remote (user gets more features than requested) - Clean up metadata on session close SKILL.md improvements: - Clarify that --browser remote only needed on FIRST command - Add table showing session modes - Add "What happens if you forget" section with error example - Add troubleshooting entry for mode mismatch error Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>