@priders/cwindsurf 0.8.8 → 0.8.10
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,30 @@
|
|
|
2
2
|
|
|
3
3
|
本文档记录 Windsurf++ / cwindsurf 各版本面向用户的重要变化。
|
|
4
4
|
|
|
5
|
+
## 0.8.10 - 2026-09-07
|
|
6
|
+
|
|
7
|
+
### 修复
|
|
8
|
+
|
|
9
|
+
- **OpenAI SDK 临时鉴权故障重试**:当 `auth_unavailable` / `no auth available` 包含明确的上游过载、服务不可用、限流、超时或连接错误时,继续使用可取消的指数退避自动重试;纯凭据不可用错误仍立即返回,避免无效重试。
|
|
10
|
+
|
|
11
|
+
### 验证
|
|
12
|
+
|
|
13
|
+
- **状态缺失错误回归**:覆盖 `response.failed` 未携带 HTTP 状态、内层 `server_is_overloaded` 的场景,并验证多 API Key 轮换、流中断恢复和工具调用防重放行为保持不变。
|
|
14
|
+
|
|
15
|
+
## 0.8.9 - 2026-09-04
|
|
16
|
+
|
|
17
|
+
### 修复
|
|
18
|
+
|
|
19
|
+
- **自定义模型 Logo 安装卡顿**:优化大型 Renderer Bundle 的 Logo 补丁扫描,避免重复解析全部函数和重复扫描整文件,显著缩短 `cwindsurf install` 在 Devin 1.126.0 上的停顿时间。
|
|
20
|
+
|
|
21
|
+
### 改进
|
|
22
|
+
|
|
23
|
+
- **Goal 模式多窗口绑定**:发送目标后支持通过 pending ID 与真实 Cascade ID 显式绑定,减少多窗口、多线程场景下目标模式发送前 Hook 的误路由。
|
|
24
|
+
|
|
25
|
+
### 验证
|
|
26
|
+
|
|
27
|
+
- **回归覆盖**:完成 CLI/扩展双实现、字段顺序兼容、幂等安装、语法检查和字节级还原验证。
|
|
28
|
+
|
|
5
29
|
## 0.8.8 - 2026-09-02
|
|
6
30
|
|
|
7
31
|
### 修复
|