Skip to content

Commit 42c2a1f

Browse files
committed
Bump sdk + changelog
1 parent e560c6a commit 42c2a1f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to the @codebuff/sdk package will be documented in this file.
44

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+
511
## [0.1.17]
612

713
### Added

sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@codebuff/sdk",
33
"private": false,
44
"access": "public",
5-
"version": "0.1.19",
5+
"version": "0.1.20",
66
"description": "Official SDK for Codebuff — AI coding agent & framework",
77
"license": "Apache-2.0",
88
"type": "module",

0 commit comments

Comments
 (0)