fix: validate Anthropic turn order (#804) (thanks @ThomsenDrake)

This commit is contained in:
Peter Steinberger
2026-01-12 23:43:25 +00:00
parent c5fa757ef6
commit ce23c70855
4 changed files with 90 additions and 10 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2026.1.12-4
### Fixes
- Anthropic: merge consecutive user turns (preserve newest metadata) before validation to avoid “Incorrect role information” errors. (#804 — thanks @ThomsenDrake)
## 2026.1.12-3
### Changes