@priders/cwindsurf 0.5.1 → 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,31 @@
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
+
18
+ ## 0.5.2 - 2026-07-23
19
+
20
+ ### 修复
21
+
22
+ - **Linux 无 lsof 时代理进程检测回退**:Arch Linux 等发行版默认不安装 lsof,导致无法检测 MITM 代理进程是否在运行。现在在 Linux 上会自动回退到扫描 `/proc/*/cmdline` 查找代理脚本,无需 root 权限或额外依赖。
23
+
24
+ ### 兼容性
25
+
26
+ - 登录会话、设备授权与 BYOK 协议保持兼容;升级后无需重新配置 Provider。
27
+ - 建议升级后完全退出并重启 Windsurf/Devin,使新扩展与补丁生效。
28
+ - 支持 macOS、Windows 和 Linux,要求 Node.js 18 或更高版本。
29
+
5
30
  ## 0.5.1 - 2026-07-23
6
31
 
7
32
  ### 新功能
@@ -1,12 +1,12 @@
1
1
  {
2
- "package": "@priders/cwindsurf@0.5.1",
2
+ "package": "@priders/cwindsurf@0.5.3",
3
3
  "buildFlavor": "public",
4
- "generatedAt": "2026-07-23T02:45:08.091Z",
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.1.vsix": "87ec3b5604f772ee6211e861f9c22565a93b23c363bab58cd738d46e3cbc4ff1",
9
- "extension/dist/extension.js": "268a4ca0bbaf3f3bd97345ba4f945d40112ca0141fe3070d1d7f8cb74940d2c2",
10
- "extension/dist/mitm-proxy-standalone.js": "24411541a7f2ec4b667698b5371c4ed5beeccdc662f83d392925b816e0ef476d"
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": "yHyuKh4LmybRQNb5b3omBRT06vhsDgVe6B0xy8rHC8h+Ag9sbKkRAa4TQpKYqzzZZ1yrOE9Zr/zGhWiqAjRjCQ=="
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.1",
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