Files
smartmate/frontend
LoveLosita bdf38f2f8d Version: 0.9.54.dev.260429
后端:
1. reasoning 摘要提示词升级为“增量阶段摘要”口径——`reasoning_summary` 明确区分 `previous_summary` / `delta_reasoning` / `recent_reasoning` 语义,要求摘要优先表达本轮新增推进、修正、卡点与下一步动作,避免重复改写整段思考上下文;`short_summary` / `detail_summary` 的长度、句式和完成态约束同步收紧

前端:
2. AssistantPanel 正式切到 `thinking_summary` 协议——SSE extra 新增 `thinking_summary` 接入,按 `messageId + block_id/stage` 维度去重,同一条消息只保留一个 reasoning block;长摘要改为逐字流式追加,历史 timeline 恢复时一次性回放 detail_summary,不再依赖旧 `reasoning_content` 主链
3. 深度思考展示与自动跟随重构——新增 thinking stream 队列/定时器清理、首条消息 follow line 对齐、首发空态过渡抑制、message list 隐身对齐期与 follow spacer 补偿,解决新会话首条消息、长 reasoning、展开收起工具卡/思考框时的“先上屏再瞬移”与底部跟随线漂移问题
4. 助手消息块渲染继续收敛——仅展示真正有可见输出的 assistant source,活跃空 assistant 保留稳定 answering indicator;移除旧 `quickActions` 建议 chips,工具卡/状态块/业务卡片/排程卡片与 thinking block 的时序整合更稳定
5. timeline 类型补注释——`reasoning_content` 标记为仅供 Debug mock 和 legacy 后端兼容,生产页已切换到 `thinking_summary` 协议
2026-04-29 13:25:23 +08:00
..
2026-04-29 13:25:23 +08:00
2026-04-19 23:54:48 +08:00
2026-03-26 00:38:17 +08:00
2026-04-19 23:54:48 +08:00
2026-03-25 00:49:16 +08:00
2026-03-25 00:49:16 +08:00
2026-03-25 00:49:16 +08:00
2026-04-18 11:20:49 +08:00