feat: publish Codex 429 auto-continue plugin

This commit is contained in:
2026-09-11 01:29:34 +08:00
commit 6661bf26f1
14 changed files with 990 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "codex-429-auto-continue",
"interface": {
"displayName": "Codex 429 Auto Continue"
},
"plugins": [
{
"name": "codex-429-auto-continue",
"source": {
"source": "local",
"path": "./plugins/codex-429-auto-continue"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Productivity"
}
]
}