Skip to content

Commit 2924bf4

Browse files
committed
Update sdk changelog
1 parent 4748e45 commit 2924bf4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sdk/CHANGELOG.md

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

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

5+
## [0.10.7]
6+
7+
- New code editing tool `apply_patch` which works well with Codex models (e.g. openai/gpt-5.3-codex)
8+
- `write_file` is now a deterministic tool that creates or replaces the file. Previously, it also accepted edit snippet comments which could expand to keep a portion of the previous file, e.g. "// ... rest of the function ...". That behavior is removed to keep things simple. `str_replace` or `apply_patch` should be used if not overwriting the whole file.
9+
510
## [0.10.6]
611

712
Added `skillsDir` parameter to specify a directory to load skills from.

0 commit comments

Comments
 (0)