@priders/cwindsurf 0.5.0 → 0.5.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,30 @@
2
2
 
3
3
  本文档记录 Windsurf++ / cwindsurf 各版本面向用户的重要变化。
4
4
 
5
+ ## 0.5.2 - 2026-07-23
6
+
7
+ ### 修复
8
+
9
+ - **Linux 无 lsof 时代理进程检测回退**:Arch Linux 等发行版默认不安装 lsof,导致无法检测 MITM 代理进程是否在运行。现在在 Linux 上会自动回退到扫描 `/proc/*/cmdline` 查找代理脚本,无需 root 权限或额外依赖。
10
+
11
+ ### 兼容性
12
+
13
+ - 登录会话、设备授权与 BYOK 协议保持兼容;升级后无需重新配置 Provider。
14
+ - 建议升级后完全退出并重启 Windsurf/Devin,使新扩展与补丁生效。
15
+ - 支持 macOS、Windows 和 Linux,要求 Node.js 18 或更高版本。
16
+
17
+ ## 0.5.1 - 2026-07-23
18
+
19
+ ### 新功能
20
+
21
+ - **Subagent 模型控制**:新增面板控件,可显式控制子代理(code_search 等工具)使用的模型。支持三种模式:强制相同(默认,subagent 始终使用与主模型相同的模型)、官方逻辑(由客户端按成本比较决定)、自定义(指定 BYOK 模型)。通过补丁注入 `resolveSubagentModel` 方法实现,配置保存后立即生效。
22
+
23
+ ### 兼容性
24
+
25
+ - 登录会话、设备授权与 BYOK 协议保持兼容;升级后无需重新配置 Provider。
26
+ - 建议升级后完全退出并重启 Windsurf/Devin,使新扩展与补丁生效。
27
+ - 支持 macOS、Windows 和 Linux,要求 Node.js 18 或更高版本。
28
+
5
29
  ## 0.5.0 - 2026-07-22
6
30
 
7
31
  ### 新功能
@@ -1,12 +1,12 @@
1
1
  {
2
- "package": "@priders/cwindsurf@0.5.0",
2
+ "package": "@priders/cwindsurf@0.5.2",
3
3
  "buildFlavor": "public",
4
- "generatedAt": "2026-07-22T11:29:27.992Z",
4
+ "generatedAt": "2026-07-23T03:00:24.427Z",
5
5
  "algorithm": "sha256",
6
6
  "artifacts": {
7
7
  "dist/cli.js": "a2fcef1f621fbf94fe974106ec7d8e1a5dd28a3c1195143e2da11442eb0eb2f0",
8
- "vsix/windsurf2plus-0.5.0.vsix": "1e6308bc4c66123aa8d185e462a9fc68fced0257c335aba3c02eed2c07d71acd",
9
- "extension/dist/extension.js": "63c1089d0c86d2a1aa58200eda37e45cd4e94b5c9aff251f7ac4022485a48ce3",
10
- "extension/dist/mitm-proxy-standalone.js": "aa80b5aa2eccc9ab7395cb052e39bd1334d57362f8ae3502536668f04fd539ce"
8
+ "vsix/windsurf2plus-0.5.2.vsix": "ba9e018bfb729ebbfec12c19dc5a113032465f84612ddc8ff87319c619201c15",
9
+ "extension/dist/extension.js": "56130247c4f8645220cacf6f223be1865fc4b6e57732cd43202792b6dbe3ee26",
10
+ "extension/dist/mitm-proxy-standalone.js": "12fe874e2ff9007661e3cc2ef0bdb50511d98cc87f1fe79d08891ecc34708278"
11
11
  }
12
12
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "algorithm": "Ed25519",
3
3
  "keyId": "372f79a5374f158b",
4
- "signature": "fYcmWztirEAz6qmt/7qTMEwAqKj+1C47qZsB3Hk5UJ27ec4kE8C42y0NrIcDCn4TnrU1BNLgsZeoQUweNN2qDg=="
4
+ "signature": "wjahAPXZbiVJSdxskyHQRRRXt/+7AehsblvoebNZ5KAUWirw3JRElIUpGoCTSwYkHwuhazDWeraJBddrL+cbAA=="
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@priders/cwindsurf",
3
- "version": "0.5.0",
3
+ "version": "0.5.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