@priders/cwindsurf 0.5.2 → 0.5.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,19 @@
2
2
 
3
3
  本文档记录 Windsurf++ / cwindsurf 各版本面向用户的重要变化。
4
4
 
5
+ ## 0.5.3 - 2026-07-24
6
+
7
+ ### 改进
8
+
9
+ - **Subagent 模型控制增强**:改进子代理(code_search 等工具)的模型控制机制,三种模式(强制相同、官方逻辑、自定义)现在更稳定地覆盖更多进程场景,配置变更后即时生效。
10
+ - **操作确认体验优化**:删除 Provider、清空统计等高风险操作改用编辑器原生确认对话框,交互更流畅。
11
+
12
+ ### 兼容性
13
+
14
+ - 登录会话、设备授权与 BYOK 协议保持兼容;升级后无需重新配置 Provider。
15
+ - 建议升级后完全退出并重启 Windsurf/Devin,使新扩展与补丁生效。
16
+ - 支持 macOS、Windows 和 Linux,要求 Node.js 18 或更高版本。
17
+
5
18
  ## 0.5.2 - 2026-07-23
6
19
 
7
20
  ### 修复
@@ -1,12 +1,12 @@
1
1
  {
2
- "package": "@priders/cwindsurf@0.5.2",
2
+ "package": "@priders/cwindsurf@0.5.3",
3
3
  "buildFlavor": "public",
4
- "generatedAt": "2026-07-23T03:00:24.427Z",
4
+ "generatedAt": "2026-07-24T06:14:51.448Z",
5
5
  "algorithm": "sha256",
6
6
  "artifacts": {
7
7
  "dist/cli.js": "a2fcef1f621fbf94fe974106ec7d8e1a5dd28a3c1195143e2da11442eb0eb2f0",
8
- "vsix/windsurf2plus-0.5.2.vsix": "ba9e018bfb729ebbfec12c19dc5a113032465f84612ddc8ff87319c619201c15",
9
- "extension/dist/extension.js": "56130247c4f8645220cacf6f223be1865fc4b6e57732cd43202792b6dbe3ee26",
10
- "extension/dist/mitm-proxy-standalone.js": "12fe874e2ff9007661e3cc2ef0bdb50511d98cc87f1fe79d08891ecc34708278"
8
+ "vsix/windsurf2plus-0.5.3.vsix": "666d496a3bf1c2dcda35b4b2035fc92fc4f19821285fab796af5dd7d1af3793e",
9
+ "extension/dist/extension.js": "daae89ded0080bb2daea8b63659fa5e3623cac1f1113acd3bab85ce9dd89619e",
10
+ "extension/dist/mitm-proxy-standalone.js": "ac97322753fcc764bb0e01ee47b4a2299a91a79ab524bcaf79e3e76049e13ea9"
11
11
  }
12
12
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "algorithm": "Ed25519",
3
3
  "keyId": "372f79a5374f158b",
4
- "signature": "wjahAPXZbiVJSdxskyHQRRRXt/+7AehsblvoebNZ5KAUWirw3JRElIUpGoCTSwYkHwuhazDWeraJBddrL+cbAA=="
4
+ "signature": "V1BqXqIfAy9Tn0JRCbKVWhmfxsEXOxtJ0/0CRiArsduu56uc26rlBAnYvvJTjCV9nhMSrGXYIscVeG2q8bGvBA=="
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@priders/cwindsurf",
3
- "version": "0.5.2",
3
+ "version": "0.5.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