Skip to content

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 27 Jun 15:03

更新日志

修复

  • 网页端聊天历史显示不全:历史被截断了两层——前端只渲染最后约 80 行(含工具/思考行,≈15–25 轮对话),且后端只显示最近一次上下文压缩之后的内容。现在网页端显示完整的近期对话。这同时解决了"thinking 块漂到顶部"的现象(截断窗口恰好落在压缩后的自我工作/思考区)。(afecbdb)

新增

  • 压缩边界分隔线:发生上下文压缩后,网页端在边界处显示一条很轻的分隔线"以上对话已压缩进记忆"——原始对话仍完整可见,分隔线只是诚实地告诉你:这条线以上的内容,角色是概要记忆而非逐字记得。模型的上下文/缓存不受影响。(afecbdb)

Changelog

Fixes

  • 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)