feat: support product-scoped plugins.

This commit is contained in:
Xin Lin
2026-03-17 23:51:24 -07:00
parent a5d3114e97
commit 5ca279b096
40 changed files with 926 additions and 52 deletions

View File

@@ -536,6 +536,19 @@
],
"type": "string"
},
{
"additionalProperties": false,
"properties": {
"custom": {
"type": "string"
}
},
"required": [
"custom"
],
"title": "CustomSessionSource",
"type": "object"
},
{
"additionalProperties": false,
"properties": {