You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
All notable changes to the @codebuff/sdk package will be documented in this file.
4
4
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
+
5
10
## [0.10.6]
6
11
7
12
Added `skillsDir` parameter to specify a directory to load skills from.
0 commit comments