Skip to content

Commit 93fa395

Browse files
author
semantic-release
committed
chore: release 0.81.9
1 parent c1d3588 commit 93fa395

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# CHANGELOG
22

33

4+
## v0.81.9 (2026-03-29)
5+
6+
### Bug Fixes
7+
8+
- Patch chat_template to remove <think> tags at the source
9+
([#250](https://github.com/OpenAdaptAI/openadapt-evals/pull/250),
10+
[`c1d3588`](https://github.com/OpenAdaptAI/openadapt-evals/commit/c1d35883851ad111f049167051e71e9a44e7819d))
11+
12+
Stripping <think> from rendered text was insufficient — TRL or the processor may re-apply the
13+
template, re-inserting the tags. The fix: patch processor.chat_template and
14+
processor.tokenizer.chat_template on first rollout call, removing <think>/<think> from the Jinja
15+
template itself. This ensures no code path can re-insert thinking mode.
16+
17+
Also strips </think> (was missed in #249).
18+
19+
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
20+
21+
422
## v0.81.8 (2026-03-29)
523

624
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "openadapt-evals"
7-
version = "0.81.8"
7+
version = "0.81.9"
88
description = "Evaluation infrastructure for GUI agent benchmarks"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)