@priders/cwindsurf 0.5.3 → 0.5.5

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,31 @@
2
2
 
3
3
  本文档记录 Windsurf++ / cwindsurf 各版本面向用户的重要变化。
4
4
 
5
+ ## 0.5.5 - 2026-07-24
6
+
7
+ ### 修复
8
+
9
+ - **首次启动稳定性提升**:修复部分场景下扩展激活后代理尚未完全就绪,导致首次连接或登录失败的问题;现在会等待代理就绪后再继续启动后续进程。
10
+ - **兼容新版 Windsurf 客户端**:兼容 Windsurf v1.110.1 及以上版本的认证流程调整,避免新版客户端登录或会话异常。
11
+
12
+ ### 兼容性
13
+
14
+ - 登录会话、设备授权与 BYOK 协议保持兼容;升级后无需重新配置 Provider。
15
+ - 建议升级后完全退出并重启 Windsurf/Devin,使新扩展与补丁生效。
16
+ - 支持 macOS、Windows 和 Linux,要求 Node.js 18 或更高版本。
17
+
18
+ ## 0.5.4 - 2026-07-24
19
+
20
+ ### 修复
21
+
22
+ - **BYOK Codex/GPT 调用 `run_subagent` 失败**:部分模型会在新建 subagent 时仍发送空或无效的 `resume`(如 `""`、`new`、`__omit__`),导致 Devin 工具层报 `No subagent found with ID`。现在仅对 `run_subagent` 缓冲完整工具参数后清洗:去掉无效 `resume`,合法 UUID 续接仍保留;其他工具保持边收边发。
23
+
24
+ ### 兼容性
25
+
26
+ - 登录会话、设备授权与 BYOK 协议保持兼容;升级后无需重新配置 Provider。
27
+ - 建议升级后完全退出并重启 Windsurf/Devin,使新扩展与补丁生效。
28
+ - 支持 macOS、Windows 和 Linux,要求 Node.js 18 或更高版本。
29
+
5
30
  ## 0.5.3 - 2026-07-24
6
31
 
7
32
  ### 改进