We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37407ec commit 51b2614Copy full SHA for 51b2614
sdk/CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
All notable changes to the @codebuff/sdk package will be documented in this file.
4
5
+## [0.4.0] - 2025-01-20
6
+
7
+### Added
8
9
+- XML tool call filtering in stream chunks - filters out `<codebuff_tool_call>` tags while preserving response text
10
+- Stateful parser handles tags split across chunk boundaries
11
+- 50-character safety buffer for split tag detection
12
+- Comprehensive unit tests (17 test cases)
13
14
## [0.3.1]
15
16
- `CodebuffClient.run` now does not return `null`. Instead, the `CodebuffClient.run(...).output.type` will be `'error'`.
0 commit comments