You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema/schema.json
+18-7Lines changed: 18 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -765,13 +765,6 @@
765
765
"NewSessionResponse": {
766
766
"description": "Response from creating a new session.\n\nSee protocol docs: [Creating a Session](https://agentclientprotocol.com/protocol/session-setup#creating-a-session)",
767
767
"properties": {
768
-
"availableCommands": {
769
-
"description": "**UNSTABLE**\n\nCommands that may be executed via `session/prompt` requests",
770
-
"items": {
771
-
"$ref": "#/$defs/AvailableCommand"
772
-
},
773
-
"type": "array"
774
-
},
775
768
"sessionId": {
776
769
"$ref": "#/$defs/SessionId",
777
770
"description": "Unique identifier for the created session.\n\nUsed in all subsequent requests for this conversation."
@@ -1316,6 +1309,24 @@
1316
1309
},
1317
1310
"required": ["sessionUpdate", "entries"],
1318
1311
"type": "object"
1312
+
},
1313
+
{
1314
+
"description": "Available commands are ready or have changed",
0 commit comments