Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Grok Bot launch notes say the computer is account-scoped and a login should be available to all bots. In practice, each agent has its own browser window and the same site still needs a fresh human sign-in / 2FA handoff per agent.
Actual Behavior: Auth appears scoped to each agent’s browser window, so N agents ⇒ N login handoffs for the same account.
Steps to Reproduce
- Agent A opens a site that needs login → user signs in on that agent’s browser → leave session open.
- Agent B (different agent) opens the same site.
- Agent B is signed out → second full human auth handoff for the same account.
Expected Behavior
Sign in once per account for the fleet; other agent browsers inherit or reuse that auth (first login / real step-up 2FA still human). Matches the announced account-level computer/logins model.
Operating System
Linux
Version Information
Cursor 3.15.6 (Grok Bot 0.16.0)
Additional Information
MCP connectors stay preferred where they exist; this is about the browser path agents already use. Happy to help validate a fix.
Ref: Introducing Grok Bot
Does this stop you from using Cursor
No - Cursor works, but with this issue