We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9cd7dd commit 2f02f1fCopy full SHA for 2f02f1f
sdk/README.md
@@ -36,6 +36,9 @@ const client = new WebSocketHandler({
36
onWebsocketReconnect: () => {
37
console.log('onWebsocketReconnect')
38
},
39
+ onResponseError: async (error) => {
40
+ console.log({ error }, 'onResponseError')
41
+ },
42
onRequestReconnect: async () => {
43
console.log('onRequestReconnect')
44
sdk/package.json
@@ -2,7 +2,7 @@
2
"name": "@codebuff/sdk",
3
"private": false,
4
"access": "public",
5
- "version": "0.1.1",
+ "version": "0.1.2",
6
"description": "Official SDK for Codebuff — AI coding agent & framework",
7
"license": "MIT",
8
"type": "module",
0 commit comments