Compare commits

...

1 Commits

Author SHA1 Message Date
Claude
9308352131 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.
2025-12-16 23:20:46 +00:00

View File

@@ -2,6 +2,7 @@
## 2.0.71 ## 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 /config toggle to enable/disable prompt suggestions
- Added `/settings` as an alias for the `/config` command - Added `/settings` as an alias for the `/config` command
- Fixed @ file reference suggestions incorrectly triggering when cursor is in the middle of a path - Fixed @ file reference suggestions incorrectly triggering when cursor is in the middle of a path