Skip to content

Coding Tools MCP v0.3.1

Choose a tag to compare

@ZGMFX01A ZGMFX01A released this 01 Sep 02:07
· 1 commit to main since this release

性能优化

  • 降低 ChatGPT 长回复期间观察器的主线程占用,减少可能造成页面卡顿的界面更新与状态写入。
  • 优化流式事件处理,同时保持轮次状态可靠同步。

修复

  • 合并聊天页面的高频流式更新,避免重复重建浮层界面。

Performance Improvements

  • Reduced observer main-thread work during long ChatGPT responses, avoiding excessive UI updates and state writes that could slow the page.
  • Improved streaming-event processing while keeping turn-state synchronization reliable.

Bug Fixes

  • Coalesced high-frequency streaming updates to avoid repeatedly rebuilding the in-page overlay.