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) <noreply@anthropic.com>
This commit is contained in:
Nick Shirokov
2026-05-07 20:26:09 +03:00
parent dfb258dd3f
commit e635a5be52
+2 -4
View File
@@ -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": {