@priders/cwindsurf 0.1.0

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.
@@ -0,0 +1,12 @@
1
+ {
2
+ "package": "@priders/cwindsurf@0.1.0",
3
+ "buildFlavor": "public",
4
+ "generatedAt": "2026-07-14T16:14:53.064Z",
5
+ "algorithm": "sha256",
6
+ "artifacts": {
7
+ "dist/cli.js": "70b1a87b2f3be6c4cdafb5d11fc69c86257ed7ef6dd277b13a0b8177486005cf",
8
+ "vsix/windsurf2plus-0.1.0.vsix": "9e6dd2bf1ed91f0b20b584ca538f64d341adbd76a24c2da58c739e2f3929c98d",
9
+ "extension/dist/extension.js": "9148b7512d11df28792204576f4bab4005e461be25d9d5106d46ca7ad471499d",
10
+ "extension/dist/mitm-proxy-standalone.js": "5cfbfd79a294175213e271ffa19a62fcfe11a871a7347890ea8ddf9b51f95628"
11
+ }
12
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "algorithm": "Ed25519",
3
+ "keyId": "372f79a5374f158b",
4
+ "signature": "0R+qqB0wyq7qc6GYI+i5nwYVFHMnx1vk1Y4e55NF5DGBAxwkkAXunVJOrSs+tjkgygMM9gkAmDua733p96hgBQ=="
5
+ }
package/package.json ADDED
@@ -0,0 +1,35 @@
1
+ {
2
+ "name": "@priders/cwindsurf",
3
+ "version": "0.1.0",
4
+ "description": "Windsurf/Devin BYOK integration with multi-provider routing, native model selection, tools and usage analytics",
5
+ "keywords": [
6
+ "windsurf",
7
+ "devin",
8
+ "byok",
9
+ "llm",
10
+ "ollama",
11
+ "openai",
12
+ "anthropic",
13
+ "gemini"
14
+ ],
15
+ "type": "module",
16
+ "bin": {
17
+ "cwindsurf": "./dist/cli.js"
18
+ },
19
+ "files": [
20
+ "dist/",
21
+ "vsix/",
22
+ "THIRD_PARTY_NOTICES.txt"
23
+ ],
24
+ "license": "UNLICENSED",
25
+ "private": false,
26
+ "publishConfig": {
27
+ "access": "public"
28
+ },
29
+ "engines": {
30
+ "node": ">=18"
31
+ },
32
+ "scripts": {
33
+ "preinstall": "node -e \"const m=Number(process.versions.node.split('.')[0]);if(!Number.isInteger(m)||m<18){console.error('\\n安装 @priders/cwindsurf 需要 Node.js 18 或更高版本,当前版本:'+process.version+'。\\n请升级 Node.js 后重试。\\n');process.exit(1)}\""
34
+ }
35
+ }
Binary file