mirror of
https://github.com/openai/codex.git
synced 2026-04-24 06:35:50 +00:00
Support marketplace.json that points to a local file, with
```
"source":
{
"source": "local",
"path": "./plugin-1"
},
```
Add a new plugin/install endpoint which add the plugin to the cache folder and enable it in config.toml.
5 lines
114 B
JSON
5 lines
114 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "PluginInstallResponse",
|
|
"type": "object"
|
|
} |