@priders/cwindsurf 0.4.0 → 0.4.2

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,37 @@
2
2
 
3
3
  本文档记录 Windsurf++ / cwindsurf 各版本面向用户的重要变化。
4
4
 
5
+ ## 0.4.2 - 2026-07-21
6
+
7
+ ### 修复
8
+
9
+ - 修复自定义注入模型不出现在 Cascade「Recommended」推荐列表顶部的问题:MITM 与本地代理在改写 `GetUserStatus` 时,会将注入模型的 `ClientModelSort` 标签前置到 Recommended 分组(在 SWE 等官方模型之前)。
10
+
11
+ ### 兼容性
12
+
13
+ - 登录会话、设备授权与 BYOK 协议保持兼容;升级后无需重新配置 Provider。
14
+ - 建议升级后完全退出并重启 Windsurf/Devin,使新扩展与补丁生效。
15
+ - 支持 macOS、Windows 和 Linux,要求 Node.js 18 或更高版本。
16
+
17
+ ## 0.4.1 - 2026-07-21
18
+
19
+ ### 修复
20
+
21
+ - 修正统计面板的生成阶段吞吐率计算:仅使用成功且有输出的流式样本,按总耗时减去首事件耗时计算生成阶段吞吐率,排除无效及过短样本。
22
+
23
+ ### 改进
24
+
25
+ - 增强代理进程守护与多实例生命周期管理:新增跨进程引用计数,多窗口场景下仅最后一个实例退出时才终止 MITM 子进程。
26
+ - 代理服务每 10 秒健康检查,端口不可达时自动重启代理与 MITM。
27
+ - MITM 子进程以 detached 模式启动,避免扩展进程退出时被意外终止。
28
+ - 代理服务器关闭时主动断开所有连接,加快重启速度。
29
+
30
+ ### 兼容性
31
+
32
+ - 登录会话、设备授权与 BYOK 协议保持兼容;升级后无需重新配置 Provider。
33
+ - 建议升级后完全退出并重启 Windsurf/Devin,使新扩展与补丁生效。
34
+ - 支持 macOS、Windows 和 Linux,要求 Node.js 18 或更高版本。
35
+
5
36
  ## 0.4.0 - 2026-07-21
6
37
 
7
38
  ### 修复
@@ -1,12 +1,12 @@
1
1
  {
2
- "package": "@priders/cwindsurf@0.4.0",
2
+ "package": "@priders/cwindsurf@0.4.2",
3
3
  "buildFlavor": "public",
4
- "generatedAt": "2026-07-21T03:55:21.029Z",
4
+ "generatedAt": "2026-07-21T14:05:10.263Z",
5
5
  "algorithm": "sha256",
6
6
  "artifacts": {
7
7
  "dist/cli.js": "2a3e7094ad23d9f16b0c90ccb8d577d8c639125a02b54d1a4e9450a98e41cba1",
8
- "vsix/windsurf2plus-0.4.0.vsix": "6a73db0490c0a4e31edf6ca79e567dd84b0598aba096e6162444fd694e6f1435",
9
- "extension/dist/extension.js": "e13a0b9d4f231b50d80bd99c15f6f5c8dc776c0cbf254cb69900a982fbb537fe",
10
- "extension/dist/mitm-proxy-standalone.js": "49cfcc63657de8c5b90a2db707698aab89506d8cf1d66b94db2fc5a0c08fe23b"
8
+ "vsix/windsurf2plus-0.4.2.vsix": "d0ab110dac9980282261976b1d5d93168633ede9039b56acf25f8a67deb7fd8b",
9
+ "extension/dist/extension.js": "84bcf5087e58a089ac100ce6560848d792d870655c218d65d23fdf0b5de09ae0",
10
+ "extension/dist/mitm-proxy-standalone.js": "4bc9d609f18b70e7f7f23e129a366043be2644ccefe0262a79e295c405fca291"
11
11
  }
12
12
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "algorithm": "Ed25519",
3
3
  "keyId": "372f79a5374f158b",
4
- "signature": "8XlKZuxsjvIm7FocT/Mx6E6cJQCXArVS31buu5RCGyWuNO+x+LP4bWut9jCST1pIfsodDjkMVajQsu+JCM0dDg=="
4
+ "signature": "u9q7w0kZfau513OVn4s1o95rBCrOvpL+Q2bCZef4enlgPunmoj9KB8nBfcQOhMGbAtdfsjvUqfN418n6u/TQAw=="
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@priders/cwindsurf",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "description": "Windsurf/Devin BYOK integration with multi-provider routing, native model selection, tools and usage analytics",
5
5
  "keywords": [
6
6
  "windsurf",
Binary file
Binary file