@priders/cwindsurf 0.4.1 → 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,18 @@
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
+
5
17
  ## 0.4.1 - 2026-07-21
6
18
 
7
19
  ### 修复
@@ -1,12 +1,12 @@
1
1
  {
2
- "package": "@priders/cwindsurf@0.4.1",
2
+ "package": "@priders/cwindsurf@0.4.2",
3
3
  "buildFlavor": "public",
4
- "generatedAt": "2026-07-21T10:20:42.857Z",
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.1.vsix": "2a001afc396ddb551e1e432b59ab10a11f98251faeeef4b92fb1507d8ffb2abe",
9
- "extension/dist/extension.js": "f87adb18e49e9e5eb35a59c5cabfe16b524bc04cd21018d09e2590b12dd14561",
10
- "extension/dist/mitm-proxy-standalone.js": "2289d31ce9d9233d3abe5856c8a3ebae003d96f88e8b8fc1c956cdae9275a39c"
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": "E0FlJPp9mU3go6PBTB3WnbllPtLHL7cwz+Uzdsk5eSTnGBmGTo+O8XVkdTPwr/gTnYmpqdCnwlaag2O+UjhWDw=="
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.1",
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