Hey, thanks for the detailed report. This is a known issue we’re tracking.
What’s happening is that the built-in browser server can drop out of the agent’s tool list during a session, often right after startup or after you change settings, and right now it doesn’t re-register itself, even in new chats. Cursor Settings still correctly shows Connected to Browser Tab, which is why it’s confusing. Your report that it worked at the start of the session, then disappeared and didn’t come back is exactly this case.
For now, the workaround is a full window reload. Open the command palette with Cmd+Shift+P and run Developer: Reload Window. After the reload, new agent chats should see the browser tools again.
If a reload doesn’t bring the tools back, please share your exact Cursor version from Cursor > About Cursor and we’ll dig deeper. I can’t share an ETA for a fix yet, but I’ll update this thread when there’s news.
Hey, @joinwell52 asked the right question. This is exactly what will help us narrow down the cause.
@Ludek_Skyva, after you run Developer: Reload Window, can you check two things and reply here:
Did cursor-ide-browser show up again in the agent tools list in a new chat.
If it did, do calls actually work, for example does browser_snapshot read the currently open tab, or do the tools show up in the list but calls still fail.
These are two different scenarios, and your answer will make it clearer where to dig.
Hey, thanks for checking and sharing the results, this is exactly what helps narrow down the cause. The fact that reloading restores both the cursor-ide-browser registration and the real calls (since browser_snapshot reads the currently open tab) is a helpful confirmation for us.
For now, please use Developer: Reload Window as a workaround if the tools disappear again during the session. There’s no ETA on a permanent fix yet, but I’ll post an update in this thread as soon as I have one.