cleaning up more

This commit is contained in:
Akshay Nathan
2026-04-10 19:08:49 -07:00
parent a7eec40044
commit ff6232d90b
30 changed files with 411 additions and 831 deletions

View File

@@ -4150,27 +4150,6 @@
"title": "FileChangeChangesDeltaNotification",
"type": "object"
},
"FileChangeChangesStartedNotification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"itemId": {
"type": "string"
},
"threadId": {
"type": "string"
},
"turnId": {
"type": "string"
}
},
"required": [
"itemId",
"threadId",
"turnId"
],
"title": "FileChangeChangesStartedNotification",
"type": "object"
},
"FileChangeOutputDeltaNotification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
@@ -9070,26 +9049,6 @@
"title": "Item/fileChange/outputDeltaNotification",
"type": "object"
},
{
"properties": {
"method": {
"enum": [
"item/fileChange/changesStarted"
],
"title": "Item/fileChange/changesStartedNotificationMethod",
"type": "string"
},
"params": {
"$ref": "#/definitions/FileChangeChangesStartedNotification"
}
},
"required": [
"method",
"params"
],
"title": "Item/fileChange/changesStartedNotification",
"type": "object"
},
{
"properties": {
"method": {