We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0eeb8f commit 23176dfCopy full SHA for 23176df
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.10.1]
6
+
7
+More reliable tool calls!
8
9
## [0.10.0]
10
11
Lots of changes in the implementation, including native tool calls under the hood. Minimal changes in the public API.
sdk/package.json
@@ -1,7 +1,7 @@
1
{
"name": "@codebuff/sdk",
"private": false,
- "version": "0.10.0",
+ "version": "0.10.1",
"description": "Official SDK for Codebuff — AI coding agent & framework",
"license": "Apache-2.0",
"type": "module",
0 commit comments