ADO based Teams Marketplace not auto-updating

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

We have a team marketplace where we are hosting plugins from Azure DevOps. We have auto-update set for the marketplace. However, when I push updates to the repo, the plugin is not updated automatically. Instead, our IT admin has to go in and click refresh constantly or the updates never make it to the users that have installed the plugin.

Steps to Reproduce

Create an ADO repository with a marketplace and a plugin. Connect this marketplace to Cursor. Install the plugin onto a client on the team.

Push plugin updates to the ADO remote repository.

Expected: clients get the updated plugin

Reality: clients do not get the updated plugin

Operating System

Windows 10/11

Version Information

IDE 3.2.17

Does this stop you from using Cursor

No - Cursor works, but with this issue

I can confirm this is a bug on our side: Auto Refresh currently isn’t triggered by pushes for Azure DevOps–backed team marketplaces, so updates only propagate when an admin clicks Refresh in Marketplace Settings. That matches exactly what you’re seeing, and it’s something we’ve had reported before. I’ve logged your case with the team to track.

For now, the manual Refresh in Dashboard → Plugins → Marketplace Settings is the supported way to push plugin updates out for Azure DevOps marketplaces. Once it’s refreshed, installed clients do pick up the update, so nothing is wrong on the client side.

You can see how Auto Refresh is meant to work here: Keep plugins up to date. I’ll follow up on this thread once there’s progress.

Thank you Mohit!