mirror of
https://github.com/browser-use/browser-use
synced 2026-04-22 17:45:09 +02:00
- `browser-use register` assigns numeric agent index for --connect mode - `--connect <index>` requires explicit agent index (no more bare --connect) - `tab list` shows all tabs with lock status per agent - `tab new [url]` creates a new tab without visually switching - `tab switch <index>` changes agent focus without activating Chrome tab - `tab close <index> [index...]` closes multiple tabs in one command - Agent registry in ~/.browser-use/agents.json with 5min expiry - Improved error messages guide agents to register or use their own tab - Session lock prevents double BrowserSession creation on simultaneous connect - Updated SKILL.md with register workflow and tab commands