You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@ parallel copies under `docs/` or `scripts/notes/`. At cut time: rename
15
15
16
16
### Agent
17
17
18
+
-**Context estimate syncs incrementally on append.**`syncFromTurns` keys
19
+
prefix turns by object identity and estimates only the new suffix. A rewrite,
20
+
shrink, or middle-turn identity break still fully recomputes so image-aging
21
+
cannot leave a stale total.
18
22
-**Thinking-only replay no longer collapses into an identical request.** Assistant turns with no text or tool_call (empty content, leftover thinking/citation) are replaced with a stable `[thinking-only turn omitted]` marker so the turn is kept, roles still alternate, and the next `buildRequest` body differs from the previous one.
19
23
20
24
-**Compaction keeps scored work, not retry loops.** Errored tool results are no
0 commit comments