We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b52ba9 commit effec8cCopy full SHA for effec8c
sdk/CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to the @codebuff/sdk package will be documented in this file.
4
5
+## [0.1.30]
6
+
7
+Types updates.
8
9
## [0.1.20]
10
11
- You can now retrieve the output of an agent in `result.output` if result is the output of an awaited `client.run(...)` call.
sdk/package.json
@@ -2,7 +2,7 @@
"name": "@codebuff/sdk",
"private": false,
"access": "public",
- "version": "0.1.29",
+ "version": "0.1.30",
"description": "Official SDK for Codebuff — AI coding agent & framework",
"license": "Apache-2.0",
"type": "module",
0 commit comments