@priders/cwindsurf 0.6.0 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  本文档记录 Windsurf++ / cwindsurf 各版本面向用户的重要变化。
4
4
 
5
+ ## 0.6.1 - 2026-07-27
6
+
7
+ ### 修复
8
+
9
+ - **Windows 自定义安装位置发现**:修复 Devin/Windsurf 安装在非系统盘、中文目录、映射盘或 `app-*` 子目录时可能找不到应用,导致补丁注入后自定义模型不显示的问题。现在会结合当前运行路径、显式配置、App Paths/卸载注册表、`PATH` 和默认目录发现实际安装位置,并继续兼容 C 盘默认安装。
10
+ - **跨平台代理就绪检测**:MITM 代理启动检测改用当前 Node/Electron 进程执行原生 TCP 探测,不再依赖 `nc`、`lsof` 或 `sleep`;内置代理脚本不存在时不会无意义等待,减少 Windows 首次启动延迟和模型配置加载竞态。
11
+
12
+ ### 兼容性
13
+
14
+ - 登录会话、设备授权、Provider 配置与 BYOK 协议保持兼容,升级后无需重新配置。
15
+ - 建议升级后重新执行 `cwindsurf install`,并完全退出后重新打开 Windsurf/Devin。
16
+ - 支持 macOS、Windows 和 Linux,要求 Node.js 18 或更高版本。
17
+
5
18
  ## 0.6.0 - 2026-07-26
6
19
 
7
20
  ### 新功能