wip full delegation

This commit is contained in:
sdcoffey
2026-03-07 09:47:05 -08:00
parent dd9cc542ed
commit 15ba6609c9
46 changed files with 2164 additions and 7 deletions

View File

@@ -1450,6 +1450,25 @@
}
]
},
"SdkDelegationConfiguredNotification": {
"properties": {
"bridgeUrl": {
"type": "string"
},
"modelProvider": {
"type": "string"
},
"threadId": {
"type": "string"
}
},
"required": [
"bridgeUrl",
"modelProvider",
"threadId"
],
"type": "object"
},
"ServerRequestResolvedNotification": {
"properties": {
"requestId": {
@@ -3648,6 +3667,26 @@
"title": "App/list/updatedNotification",
"type": "object"
},
{
"properties": {
"method": {
"enum": [
"codexSdk/delegationConfigured"
],
"title": "CodexSdk/delegationConfiguredNotificationMethod",
"type": "string"
},
"params": {
"$ref": "#/definitions/SdkDelegationConfiguredNotification"
}
},
"required": [
"method",
"params"
],
"title": "CodexSdk/delegationConfiguredNotification",
"type": "object"
},
{
"properties": {
"method": {