We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e560c6a commit 42c2a1fCopy full SHA for 42c2a1f
sdk/CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to the @codebuff/sdk package will be documented in this file.
4
5
+## [0.1.20]
6
+
7
+- You can now retrieve the output of an agent in `result.output` if result is the output of an awaited `client.run(...)` call.
8
+- cwd is optional in the CodebuffClient constructor.
9
+- You can pass in `extraToolResults` into a run() call to include more info to the agent.
10
11
## [0.1.17]
12
13
### Added
sdk/package.json
@@ -2,7 +2,7 @@
"name": "@codebuff/sdk",
"private": false,
"access": "public",
- "version": "0.1.19",
+ "version": "0.1.20",
"description": "Official SDK for Codebuff — AI coding agent & framework",
"license": "Apache-2.0",
"type": "module",
0 commit comments