We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b936af1 commit b2f2a97Copy full SHA for b2f2a97
schema/meta.json
@@ -28,4 +28,4 @@
28
"cancel_request": "$/cancel_request"
29
},
30
"version": 1
31
-}
+}
schema/schema.json
@@ -4816,4 +4816,4 @@
4816
}
4817
],
4818
"title": "Agent Client Protocol"
4819
src/acp/agent/connection.py
@@ -33,7 +33,7 @@
33
ToolCallProgress,
34
ToolCallStart,
35
ToolCallUpdate,
36
- usage_update
+ UsageUpdate,
37
UserMessageChunk,
38
WaitForTerminalExitRequest,
39
WaitForTerminalExitResponse,
0 commit comments