@priders/cwindsurf 0.8.8 → 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,20 @@
|
|
|
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
|
+
|
|
5
19
|
## 0.8.8 - 2026-09-02
|
|
6
20
|
|
|
7
21
|
### 修复
|