You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: suppress cloud sync URLs when BROWSER_USE_CLOUD_SYNC=false (#3112)
<!-- This is an auto-generated description by cubic. -->
## Summary by cubic
Suppress cloud sync when BROWSER_USE_CLOUD_SYNC=false so runs stay local
and quiet. No auth prompts or cloud links are shown, and no cloud events
are sent.
- **Bug Fixes**
- Do not initialize CloudSync and skip
CreateAgentSession/Task/Step/Update events when disabled.
- Add CloudSync.enabled to ignore events and skip background auth and
authenticate().
- Only print terminal auth instructions and URLs when cloud sync is
enabled.
- Guard auth wait with cloud_sync is not None to avoid stray logs.
<!-- End of auto-generated description by cubic. -->
0 commit comments