feat(agent): optimize Agent's streaming response by removing word-by-word animation queue and adjusting message placeholder behavior

This commit is contained in:
HouYunFei
2026-07-31 11:33:25 +08:00
parent 29e52fecd6
commit ed2b0dabad
3 changed files with 6 additions and 3 deletions
+1
View File
@@ -5,6 +5,7 @@
+ [新增] 画布右侧Agent支持按当前账号可用范围选择Codex 模型与推理强度。
+ [优化] Canvas Agent 升级至最新 Codex,启动时检查版本更新,
+ [优化] 统一通过公共日志输出 Info 以上信息,美化转发日志时间。
+ [优化] Agent高速流式回复取消逐词动画排队和当前消息离屏占位。
+ [修复] Agent首次发送消息时立即保留并展示用户内容,不再晚于思考状态。
## v0.12.0 - 2026-07-30