@priders/cwindsurf 0.8.7 → 0.8.9
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.8.9 - 2026-09-04
|
|
6
|
+
|
|
7
|
+
### 修复
|
|
8
|
+
|
|
9
|
+
- **自定义模型 Logo 安装卡顿**:优化大型 Renderer Bundle 的 Logo 补丁扫描,避免重复解析全部函数和重复扫描整文件,显著缩短 `cwindsurf install` 在 Devin 1.126.0 上的停顿时间。
|
|
10
|
+
|
|
11
|
+
### 改进
|
|
12
|
+
|
|
13
|
+
- **Goal 模式多窗口绑定**:发送目标后支持通过 pending ID 与真实 Cascade ID 显式绑定,减少多窗口、多线程场景下目标模式发送前 Hook 的误路由。
|
|
14
|
+
|
|
15
|
+
### 验证
|
|
16
|
+
|
|
17
|
+
- **回归覆盖**:完成 CLI/扩展双实现、字段顺序兼容、幂等安装、语法检查和字节级还原验证。
|
|
18
|
+
|
|
19
|
+
## 0.8.8 - 2026-09-02
|
|
20
|
+
|
|
21
|
+
### 修复
|
|
22
|
+
|
|
23
|
+
- **新版 Bundle 补丁兼容性**:增强自定义模型 Logo 和新会话默认 Agent 的模式识别,兼容官方压缩代码的字段顺序、空白和 JSX/function 结构变化。
|
|
24
|
+
- **补丁可逆性**:新增 V2 fallback marker,支持新版结构幂等安装、状态检查和完整还原。
|
|
25
|
+
|
|
26
|
+
### 验证
|
|
27
|
+
|
|
28
|
+
- **回归覆盖**:新增新版变体、语法检查和字节级还原测试。
|
|
29
|
+
|
|
5
30
|
## 0.8.7 - 2026-08-23
|
|
6
31
|
|
|
7
32
|
### 新功能
|