fix(coding-agent): remove extra spacer before tool executions

This commit is contained in:
Mario Zechner 2026-02-06 01:11:40 +01:00
parent c213cb5873
commit 4c91c803ff
2 changed files with 13 additions and 4 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed extra spacing between thinking-only assistant content and subsequent tool execution blocks when assistant messages contain no text
## [0.52.6] - 2026-02-05
### Breaking Changes