# Release version 0.8.5
- perf(frontend): optimize ACP tool call output handling to reduce CPU and memory pressure. - perf(file-watch): increase debounce and batch window to reduce event pressure. - fix(windows): normalize Windows file paths with leading slash and add i18n to link safety dialog. - fix(macos): detect untracked file deletion via Finder as remove event. - fix(macos): update traffic-light Y position. ----------------------------- # 发布版本 0.8.5 - 性能(前端):优化 ACP 工具调用输出处理,降低 CPU 和内存压力; - 性能(文件监听):增大防抖和批处理窗口,减少事件压力; - 修复(Windows):规范化 Windows 文件路径前导斜杠,并为链接安全对话框添加国际化支持; - 修复(macOS):检测通过 Finder 删除的未追踪文件并正确触发移除事件; - 修复(macOS):更新红绿灯按钮 Y 轴位置。
This commit is contained in:
2
src-tauri/Cargo.lock
generated
2
src-tauri/Cargo.lock
generated
@@ -853,7 +853,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
|
||||
|
||||
[[package]]
|
||||
name = "codeg"
|
||||
version = "0.8.4"
|
||||
version = "0.8.5"
|
||||
dependencies = [
|
||||
"agent-client-protocol-schema",
|
||||
"async-trait",
|
||||
|
||||
Reference in New Issue
Block a user