Commit Graph

1 Commits

Author SHA1 Message Date
肖应宇 d2b5df210b fix(frontend): 修复 /chats/new 误用 thread_id=new 导致 artifact 路径与写入异常
- 消息渲染链路统一使用解析后的 threadId,移除对路由参数 thread_id 的直接依赖\n- InputBox 移除 params.thread_id 兜底,避免 new 泄漏到请求链路\n- 在提交流程中拦截 threadId="new",阻止错误写入\n- 命中复用旧线程时从 /workspace/chats/new 立即跳转到真实线程路由\n- 新增排错总结文档:docs/troubleshooting-new-thread-artifact.md
2026-03-31 19:40:35 +08:00