Add open provider mode support to SDK

This commit is contained in:
2026-06-27 23:42:06 +08:00
parent d15e79db13
commit 8cab72cf29
5 changed files with 12 additions and 1 deletions
+7
View File
@@ -393,6 +393,13 @@
"contexts": {
"type": "array",
"items": { "type": "string" }
},
"modes": {
"type": "array",
"items": {
"type": "string",
"enum": ["view", "edit"]
}
}
},
"required": ["kind"]