changelog: credit TUI fallback model display fix (#82296)

This commit is contained in:
Vincent Koc
2026-05-16 22:42:43 +08:00
parent 0b24ffb91f
commit fa9a22b960

View File

@@ -17,6 +17,7 @@ Docs: https://docs.openclaw.ai
### Fixes
- TUI: update the displayed model in real time when an auto-fallback resolution swaps in a different model mid-turn, so the status line reflects the actual model handling the run. Fixes #82296. Thanks @giodl73-repo.
- Agents/sessions: preserve fresh post-compaction token snapshots across stale usage updates, preventing repeated auto-compaction after every message. Fixes #82576. (#82578) Thanks @njuboy11.
- Gateway/sessions: discard stale metadata when recreating dead main session rows, so replacement sessions do not inherit old labels or transcript paths.
- Codex app-server: mark native context compaction completion events as successful, preventing false "Compaction incomplete" notices after successful Codex-managed compaction. Fixes #82470. (#81593) Thanks @Kyzcreig.