From e635a5be522dd39aad44137fd3355abbf05bb330 Mon Sep 17 00:00:00 2001 From: Nick Shirokov Date: Thu, 7 May 2026 20:26:09 +0300 Subject: [PATCH] fix(plugins): drop invalid `authentication: OFF` from Codex marketplace Codex schema only accepts `ON_INSTALL` or `ON_USE`; the field is optional, so omit it for an unauthenticated plugin. Co-Authored-By: Claude Opus 4.7 (1M context) --- .agents/plugins/marketplace.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json index 9cb92373..42c7ac50 100644 --- a/.agents/plugins/marketplace.json +++ b/.agents/plugins/marketplace.json @@ -12,8 +12,7 @@ "ref": "port-codex" }, "policy": { - "installation": "AVAILABLE", - "authentication": "OFF" + "installation": "AVAILABLE" }, "category": "Development", "interface": { @@ -28,8 +27,7 @@ "ref": "port-codex-py" }, "policy": { - "installation": "AVAILABLE", - "authentication": "OFF" + "installation": "AVAILABLE" }, "category": "Development", "interface": {