diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-31 11:40:45 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-31 11:40:45 +0200 |
| commit | 1886786c5c12332af90eb3cc8bda4330ec7f3f83 (patch) | |
| tree | 98f84e607ea1762b9765390f9abeebdb5439995b /CHANGELOG.md | |
| parent | 99b849463b6748dbb14f4d4cdfa18185e2a860a9 (diff) | |
| download | llamachat-1886786c5c12332af90eb3cc8bda4330ec7f3f83.tar.gz llamachat-1886786c5c12332af90eb3cc8bda4330ec7f3f83.zip | |
chore: release 0.2.1v0.2.1
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a6a83c..8d3542e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.2.0] - 2026-07-31 +## [0.2.1] - 2026-07-31 + +### Fixed + +- Reasoning could be spliced into the reply. A delta carrying both + `reasoning_content` and an empty `content` was classified by truthiness, + so the thinking fell through to the content branch and the tail of the + model's reasoning was stored and shown as the answer. Deltas are now + classified on the presence of the field, and an empty reasoning delta + renders nothing instead of falling through. +- An unbalanced backtick reflowed the rest of a reply as code. Leaked + thinking is dense with backticks, and an odd count left a run open to the + end of the message. An unterminated fence is now closed before parsing, + with a closer matching the opener's length, and a lone dangling inline + backtick is dropped. This also covers streaming, where a fence is + unclosed on nearly every frame. ### Added |
