We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd564ff commit 9e86141Copy full SHA for 9e86141
sdk/CHANGELOG.md
@@ -2,6 +2,17 @@
2
3
All notable changes to the @codebuff/sdk package will be documented in this file.
4
5
+## [0.1.17]
6
+
7
+### Added
8
9
+- You can now get an API key from the [Codebuff website](https://www.codebuff.com/profile?tab=api-keys)!
10
+- You can provide your own custom tools!
11
12
+### Updated
13
14
+- Updated types and docs
15
16
## [0.1.9] - 2025-08-13
17
18
### Added
sdk/package.json
@@ -2,7 +2,7 @@
"name": "@codebuff/sdk",
"private": false,
"access": "public",
- "version": "0.1.16",
+ "version": "0.1.17",
"description": "Official SDK for Codebuff — AI coding agent & framework",
"license": "MIT",
"type": "module",
0 commit comments