@priders/cwindsurf 0.4.2 → 0.4.3

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.3 - 2026-07-22
6
+
7
+ ### 修复
8
+
9
+ - 修复 macOS 26 (Tahoe) 上信任证书失败的问题:`SecTrustSettingsSetTrustSettings: The authorization was denied since no user interaction was possible.`。macOS 26 收紧了证书信任设置的安全策略,即使通过 `osascript` 获取了管理员权限,`security add-trusted-cert -d` 仍然要求额外的用户交互确认,导致非交互式 shell 中无法完成信任操作。现在 macOS 26+ 会自动切换为用户级信任(写入 login keychain,无需提权),旧版 macOS 保持原有 System keychain 方式不变。
10
+
11
+ ### 兼容性
12
+
13
+ - 登录会话、设备授权与 BYOK 协议保持兼容;升级后无需重新配置 Provider。
14
+ - 建议升级后完全退出并重启 Windsurf/Devin,使新扩展与补丁生效。
15
+ - 支持 macOS、Windows 和 Linux,要求 Node.js 18 或更高版本。
16
+
5
17
  ## 0.4.2 - 2026-07-21
6
18
 
7
19
  ### 修复
@@ -1,12 +1,12 @@
1
1
  {
2
- "package": "@priders/cwindsurf@0.4.2",
2
+ "package": "@priders/cwindsurf@0.4.3",
3
3
  "buildFlavor": "public",
4
- "generatedAt": "2026-07-21T14:05:10.263Z",
4
+ "generatedAt": "2026-07-22T04:15:21.942Z",
5
5
  "algorithm": "sha256",
6
6
  "artifacts": {
7
7
  "dist/cli.js": "2a3e7094ad23d9f16b0c90ccb8d577d8c639125a02b54d1a4e9450a98e41cba1",
8
- "vsix/windsurf2plus-0.4.2.vsix": "d0ab110dac9980282261976b1d5d93168633ede9039b56acf25f8a67deb7fd8b",
9
- "extension/dist/extension.js": "84bcf5087e58a089ac100ce6560848d792d870655c218d65d23fdf0b5de09ae0",
10
- "extension/dist/mitm-proxy-standalone.js": "4bc9d609f18b70e7f7f23e129a366043be2644ccefe0262a79e295c405fca291"
8
+ "vsix/windsurf2plus-0.4.3.vsix": "13d35e7a07091f09b737bece39c03db6e6cc5bbab4f69700b96807bb8db54f33",
9
+ "extension/dist/extension.js": "47cb3b3965e39b4942fd337538bd30a9c9ad6265405511dc0d5b852abd76fa3d",
10
+ "extension/dist/mitm-proxy-standalone.js": "4ffc2f7f8e358728c50160f4eca008e308dd7195438d7da1ef6b6792edf88901"
11
11
  }
12
12
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "algorithm": "Ed25519",
3
3
  "keyId": "372f79a5374f158b",
4
- "signature": "u9q7w0kZfau513OVn4s1o95rBCrOvpL+Q2bCZef4enlgPunmoj9KB8nBfcQOhMGbAtdfsjvUqfN418n6u/TQAw=="
4
+ "signature": "3DjgykZB3UBKzadNLl947s/ikP0mnaiHgO//IykzSYhKP8/TrNPvv+pkm1J83rcRmS2pJepHz5aITo1uj+cdCQ=="
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@priders/cwindsurf",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
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