From 9308352131b4d391c24c2f63e133ca5ed4aee52c Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 16 Dec 2025 23:20:46 +0000 Subject: [PATCH] Add blockedMarketplaces to enterprise managed settings Add support for blockedMarketplaces in enterprise managed settings, allowing administrators to prevent specific plugin marketplaces from being installed. This takes precedence over other marketplace settings. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8490d0a..953e3cee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 2.0.71 +- Added `blockedMarketplaces` to enterprise managed settings, allowing administrators to prevent specific plugin marketplaces from being installed - Added /config toggle to enable/disable prompt suggestions - Added `/settings` as an alias for the `/config` command - Fixed @ file reference suggestions incorrectly triggering when cursor is in the middle of a path