@priders/cwindsurf 0.8.9 → 0.8.11
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,26 @@
|
|
|
2
2
|
|
|
3
3
|
本文档记录 Windsurf++ / cwindsurf 各版本面向用户的重要变化。
|
|
4
4
|
|
|
5
|
+
## 0.8.11 - 2026-09-09
|
|
6
|
+
|
|
7
|
+
### 修复
|
|
8
|
+
|
|
9
|
+
- **新会话默认 Agent 兼容性**:兼容新版 Bundle 中通过 `params.desiredAgent` 成员访问默认 Agent 的代码结构,确保 Cascade/Devin Local 偏好能正常安装、检查和还原。
|
|
10
|
+
|
|
11
|
+
### 验证
|
|
12
|
+
|
|
13
|
+
- **补丁回归**:新增成员访问形式的默认 Agent 切换覆盖,验证幂等安装、状态检查和字节级还原。
|
|
14
|
+
|
|
15
|
+
## 0.8.10 - 2026-09-07
|
|
16
|
+
|
|
17
|
+
### 修复
|
|
18
|
+
|
|
19
|
+
- **OpenAI SDK 临时鉴权故障重试**:当 `auth_unavailable` / `no auth available` 包含明确的上游过载、服务不可用、限流、超时或连接错误时,继续使用可取消的指数退避自动重试;纯凭据不可用错误仍立即返回,避免无效重试。
|
|
20
|
+
|
|
21
|
+
### 验证
|
|
22
|
+
|
|
23
|
+
- **状态缺失错误回归**:覆盖 `response.failed` 未携带 HTTP 状态、内层 `server_is_overloaded` 的场景,并验证多 API Key 轮换、流中断恢复和工具调用防重放行为保持不变。
|
|
24
|
+
|
|
5
25
|
## 0.8.9 - 2026-09-04
|
|
6
26
|
|
|
7
27
|
### 修复
|