fix(聊天): 修复提问工具启动竞态 - #327
Merged
su-fen merged 3 commits intoJul 30, 2026
Merged
Conversation
- 在工具执行开始时发布 AskUserQuestion,确保挂起状态先建立 - 倒计时归零后统一关闭选项、自定义输入和提交 - 补充生命周期、网关、超时与交互回归测试
倒计时归零硬禁用交互后,WebUI 的截止时间(桌面时钟盖章的绝对毫秒) 与本机 Date.now() 跨机器比较:浏览器时钟偏移超界会把仍在挂起的提问 卡一挂载就锁死。现仅当截止时间落在"挂载时刻~挂载时刻+完整应答窗口" 内才采信,否则回退挂载近似;过期提交仍由桌面挂起表权威拒绝。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends-On: none
Stack-Root: #327
改动说明
改动类型
测试说明
git diff --check已知基线问题
关联 Issue
无