File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to the @codebuff/sdk package will be documented in this file.
44
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+
514## [ 0.3.1]
615
716- ` CodebuffClient.run ` now does not return ` null ` . Instead, the ` CodebuffClient.run(...).output.type ` will be ` 'error' ` .
Original file line number Diff line number Diff line change 11{
22 "name" : " @codebuff/sdk" ,
33 "private" : false ,
4- "version" : " 0.3.13 " ,
4+ "version" : " 0.4.0 " ,
55 "description" : " Official SDK for Codebuff — AI coding agent & framework" ,
66 "license" : " Apache-2.0" ,
77 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments