This commit is contained in:
Akshay Nathan
2026-04-09 19:40:52 -07:00
parent d3c0a89ad4
commit 53b166a7ba
32 changed files with 857 additions and 341 deletions

View File

@@ -0,0 +1,21 @@
{
"$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"
}