## 核心功能
- 同步变更
- 临时禁用计划进入工具,防止任务执行期间意外切换模式
- 将 Bun.spawn 迁移至带超时和清理功能的 Process 工具
- 在 CI 中禁用 Bun 配置缓存
- 等待项目模块中的 git ID 缓存写入
- 通过文件 URL 导入自定义工具
## 文本界面 (TUI)
- 添加 Go SDK 代码生成脚本
- 为 apply_patch 工具显示 LSP 错误
## 桌面端
- 增强 Windows 应用分辨率和 UI 加载状态 (@neriousy)
- 更新桌面端 README 以确保准确性
**感谢 1 位社区贡献者:**
- @neriousy:
- feat(desktop): 增强 Windows 应用分辨率和 UI 加载状态 (#13320)
## Core
- Synchronize changes
- Temporarily disable plan enter tool to prevent unintended mode switches during task execution
- Migrate Bun.spawn to Process utility with timeout and cleanup
- Disable Bun config cache in CI
- Await git ID cache write in project module
- Import custom tools via file URL
## TUI
- Add Go SDK code generation script
- Show LSP errors for apply_patch tool
## Desktop
- Enhance Windows app resolution and UI loading states (@neriousy)
- Update desktop README for accuracy
**Thank you to 1 community contributor:**
- @neriousy:
- feat(desktop): enhance Windows app resolution and UI loading states (#13320)