fix creation chat initial progress

This commit is contained in:
2026-04-25 14:18:40 +08:00
parent 8ec19e2364
commit 1b2daf4796
3 changed files with 41 additions and 2 deletions

View File

@@ -308,6 +308,7 @@
2. 壳层文件内不再直接包含自动保存防抖实现。
3. 壳层文件内不再直接包含 session -> result profile 编译细节。
4. 壳层文件内不再直接处理 works/library/history/save 的多路请求编排。
5. Agent 聊天工作区进入时必须如实展示后端 session 的 `progressPercent`。新会话后端初始值为 `0` 时,前端数字与进度条填充都必须保持 `0%`;只允许对大于 0 的值使用视觉最小宽度,避免用户误判聊天流程已经推进。
## 5.2 custom world 专属 client 拆分方案