We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f16403 commit e6a6496Copy full SHA for e6a6496
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.7] - 2025-08-12
6
+
7
+### Updated types! AgentConfig has been renamed to AgentDefinition.
8
9
## [0.1.5] - 2025-08-09
10
11
### Added
sdk/package.json
@@ -2,7 +2,7 @@
"name": "@codebuff/sdk",
"private": false,
"access": "public",
- "version": "0.1.6",
+ "version": "0.1.7",
"description": "Official SDK for Codebuff — AI coding agent & framework",
"license": "MIT",
"type": "module",
0 commit comments