@priders/cwindsurf 0.5.3 → 0.5.4
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,18 @@
|
|
|
2
2
|
|
|
3
3
|
本文档记录 Windsurf++ / cwindsurf 各版本面向用户的重要变化。
|
|
4
4
|
|
|
5
|
+
## 0.5.4 - 2026-07-24
|
|
6
|
+
|
|
7
|
+
### 修复
|
|
8
|
+
|
|
9
|
+
- **BYOK Codex/GPT 调用 `run_subagent` 失败**:部分模型会在新建 subagent 时仍发送空或无效的 `resume`(如 `""`、`new`、`__omit__`),导致 Devin 工具层报 `No subagent found with ID`。现在仅对 `run_subagent` 缓冲完整工具参数后清洗:去掉无效 `resume`,合法 UUID 续接仍保留;其他工具保持边收边发。
|
|
10
|
+
|
|
11
|
+
### 兼容性
|
|
12
|
+
|
|
13
|
+
- 登录会话、设备授权与 BYOK 协议保持兼容;升级后无需重新配置 Provider。
|
|
14
|
+
- 建议升级后完全退出并重启 Windsurf/Devin,使新扩展与补丁生效。
|
|
15
|
+
- 支持 macOS、Windows 和 Linux,要求 Node.js 18 或更高版本。
|
|
16
|
+
|
|
5
17
|
## 0.5.3 - 2026-07-24
|
|
6
18
|
|
|
7
19
|
### 改进
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"package": "@priders/cwindsurf@0.5.
|
|
2
|
+
"package": "@priders/cwindsurf@0.5.4",
|
|
3
3
|
"buildFlavor": "public",
|
|
4
|
-
"generatedAt": "2026-07-
|
|
4
|
+
"generatedAt": "2026-07-24T08:26:25.567Z",
|
|
5
5
|
"algorithm": "sha256",
|
|
6
6
|
"artifacts": {
|
|
7
7
|
"dist/cli.js": "a2fcef1f621fbf94fe974106ec7d8e1a5dd28a3c1195143e2da11442eb0eb2f0",
|
|
8
|
-
"vsix/windsurf2plus-0.5.
|
|
9
|
-
"extension/dist/extension.js": "
|
|
10
|
-
"extension/dist/mitm-proxy-standalone.js": "
|
|
8
|
+
"vsix/windsurf2plus-0.5.4.vsix": "10d23a0ff7bf288634bdf2fc6b325b46cb7b4c61d97240e076a46fb180a195a2",
|
|
9
|
+
"extension/dist/extension.js": "fa44873590c8aa434afc72750ad106035dcd7bc5bca466fb35cb8cc85843a46a",
|
|
10
|
+
"extension/dist/mitm-proxy-standalone.js": "429394ff6ee47ff11a405482c85175ba111121825980a40414bb3dae85754988"
|
|
11
11
|
}
|
|
12
12
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"algorithm": "Ed25519",
|
|
3
3
|
"keyId": "372f79a5374f158b",
|
|
4
|
-
"signature": "
|
|
4
|
+
"signature": "xgMb8/9ZOXiE+RhuoYT1zSOaN8donoXJT9tZvu26ibpU4ijJzqi5GstiyCqr6UWrDJxIN67NcJnlxAd1FN1rDw=="
|
|
5
5
|
}
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|