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
Incomplete webui chat history: history was truncated twice — the frontend rendered only the last ~80 rows (tool/think rows included → ~15-25 exchanges), and the backend showed only what survived the latest context compaction. The webui now shows the full recent conversation. This also resolves "thinking blocks drifting to the top" (the truncated window started in a post-compaction self-work / thinking region). (afecbdb)
Added
Compaction-boundary divider: after a context compaction, the webui marks the boundary with a subtle divider — "earlier conversation condensed into memory". The raw turns stay fully visible; the divider just tells you honestly that above it the chara holds a summary, not the verbatim turns. The model's context/cache is unchanged. (afecbdb)