Files
codex-free-market/.agents/plugins/marketplace.json
2026-07-22 23:38:14 +08:00

33 lines
672 B
JSON

{
"name": "cjysa-free",
"interface": {
"displayName": "CJYSA 免费插件市场"
},
"plugins": [
{
"name": "cjysa-relay-basic",
"source": {
"source": "local",
"path": "./plugins/cjysa-relay-basic"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Developer Tools"
},
{
"name": "git-tools",
"source": {
"source": "local",
"path": "./plugins/git-tools"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Developer Tools"
}
]
}