mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
87d0cf1a62
1. Adds v2 plugin/share/save, plugin/share/list, and plugin/share/delete RPCs. 2. Implements save by archiving a local plugin root, enforcing a size limit, uploading through the workspace upload flow, and supporting updates via remotePluginId. 3. Lists created workspace plugins 4. Deletes a previously uploaded/shared plugin.
17 lines
298 B
JSON
Generated
17 lines
298 B
JSON
Generated
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"properties": {
|
|
"remotePluginId": {
|
|
"type": "string"
|
|
},
|
|
"shareUrl": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"remotePluginId",
|
|
"shareUrl"
|
|
],
|
|
"title": "PluginShareSaveResponse",
|
|
"type": "object"
|
|
} |