## 更新内容
- 修复了用户输入提交后、消息渲染前短暂消失导致的 UI 闪烁问题
- 修复了批量结束代理进程(ctrl+f)功能:现改为发送一条综合通知,而非每个代理发送一条,并确保正确清空命令队列
- 修复了使用远程控制时,优雅关闭偶发遗留过期会话的问题,通过并行执行拆卸网络调用来解决
- 修复了首次启动时 `--worktree` 参数有时被忽略的问题
- 修复了 Windows 系统上一个“基于损坏的值进行切换”的运行时恐慌错误
- 修复了 Windows 系统上生成大量进程时可能发生的崩溃问题
- 修复了 Linux x64 与 Windows x64 平台上 WebAssembly 解释器的崩溃问题
- 修复了 Windows ARM64 平台上运行约2分钟后有时会崩溃的问题
## What's changed
- Fixed a UI flicker where user input would briefly disappear after submission before the message rendered
- Fixed bulk agent kill (ctrl+f) to send a single aggregate notification instead of one per agent, and to properly clear the command queue
- Fixed graceful shutdown sometimes leaving stale sessions when using Remote Control by parallelizing teardown network calls
- Fixed `--worktree` sometimes being ignored on first launch
- Fixed a panic ("switch on corrupted value") on Windows
- Fixed a crash that could occur when spawning many processes on Windows
- Fixed a crash in the WebAssembly interpreter on Linux x64 & Windows x64
- Fixed a crash that sometimes occurred after 2 minutes on Windows ARM64