Skip to content

Coding Tools MCP v0.2.3

Choose a tag to compare

@ZGMFX01A ZGMFX01A released this 31 Aug 07:47

问题修复

  • 单轮执行预算窗口紧凑化:将单轮执行超时告警提前至 23 分钟,收尾阶段设为 24 分钟,并在 25 分钟触发硬停止,为 ChatGPT 平台 30 分钟上限预留 5 分钟安全缓冲期,防止长任务生成超时导致整轮答复被平台丢弃。
  • 伴生扩展反向超时熔断同步:ChatGPT Turn Observer 伴生扩展与后端预算机制深度对齐,达到 25 分钟上限时自动中止网页端生成请求,避免无效推流。
  • 流结束等待窗口优化:单个流结束后的静默等待窗口由 10 秒精简为 1 秒,大幅提升轮次结束判断的灵敏度与流转效率。

Bug Fixes

  • Compacted Turn Budget Window: Advanced the turn execution warning to 23 minutes, wrap-up phase to 24 minutes, and hard stop to 25 minutes, reserving a 5-minute safety buffer against ChatGPT's 30-minute platform limit to prevent response dropouts.
  • Companion Extension Reverse Stop Sync: ChatGPT Turn Observer aligns with the backend turn budget to automatically abort web stream generation upon reaching the 25-minute hard stop.
  • Optimized Stream Completion Window: Reduced the silence wait window after stream completion from 10 seconds to 1 second, improving responsiveness when finalizing turns.