@priders/cwindsurf 0.4.2 → 0.5.0
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,35 @@
|
|
|
2
2
|
|
|
3
3
|
本文档记录 Windsurf++ / cwindsurf 各版本面向用户的重要变化。
|
|
4
4
|
|
|
5
|
+
## 0.5.0 - 2026-07-22
|
|
6
|
+
|
|
7
|
+
### 新功能
|
|
8
|
+
|
|
9
|
+
- **支持 Devin Local 自定义模型**:BYOK 模型现在会自动出现在 Devin Local 的 CLI、Cascade 和命令模型选择器中。注入模型会同步加入团队设置白名单,不再被默认过滤隐藏,无需手动配置即可在本地推理场景下切换到自己的 Provider 与模型。
|
|
10
|
+
|
|
11
|
+
### 改进
|
|
12
|
+
|
|
13
|
+
- 增强代理启动可靠性:进程重定向补丁在启动前先检测代理端口是否就绪,未就绪时自动拉起并等待监听成功后再继续,减少重复启动与首次连接失败。
|
|
14
|
+
- 完善模型注入的去重与异常回退,避免重复注入或在异常响应上崩溃。
|
|
15
|
+
|
|
16
|
+
### 兼容性
|
|
17
|
+
|
|
18
|
+
- 登录会话、设备授权与 BYOK 协议保持兼容;升级后无需重新配置 Provider。
|
|
19
|
+
- 建议升级后完全退出并重启 Windsurf/Devin,使新扩展与补丁生效。
|
|
20
|
+
- 支持 macOS、Windows 和 Linux,要求 Node.js 18 或更高版本。
|
|
21
|
+
|
|
22
|
+
## 0.4.3 - 2026-07-22
|
|
23
|
+
|
|
24
|
+
### 修复
|
|
25
|
+
|
|
26
|
+
- 修复 macOS 26 (Tahoe) 上信任证书失败的问题:`SecTrustSettingsSetTrustSettings: The authorization was denied since no user interaction was possible.`。macOS 26 收紧了证书信任设置的安全策略,即使通过 `osascript` 获取了管理员权限,`security add-trusted-cert -d` 仍然要求额外的用户交互确认,导致非交互式 shell 中无法完成信任操作。现在 macOS 26+ 会自动切换为用户级信任(写入 login keychain,无需提权),旧版 macOS 保持原有 System keychain 方式不变。
|
|
27
|
+
|
|
28
|
+
### 兼容性
|
|
29
|
+
|
|
30
|
+
- 登录会话、设备授权与 BYOK 协议保持兼容;升级后无需重新配置 Provider。
|
|
31
|
+
- 建议升级后完全退出并重启 Windsurf/Devin,使新扩展与补丁生效。
|
|
32
|
+
- 支持 macOS、Windows 和 Linux,要求 Node.js 18 或更高版本。
|
|
33
|
+
|
|
5
34
|
## 0.4.2 - 2026-07-21
|
|
6
35
|
|
|
7
36
|
### 修复
|