@hippox/codegenie-darwin-x64 4.11.26-demo → 4.12.26-demo-alpha
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/README.md +5 -7
- package/bin/codegenie +0 -0
- package/bin/mcp-bridge-native/napi_bridge.node +0 -0
- package/bin/mcp-bridge-native/package.json +14 -0
- package/package.json +23 -23
package/README.md
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
# @hippox/codegenie-darwin-x64
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
本包来源发布基址:https://releases.codegenie.io
|
|
1
|
+
# @hippox/codegenie-darwin-x64
|
|
2
|
+
|
|
3
|
+
Platform-specific binary package for CodeGenie CLI (macOS x64).
|
|
4
|
+
|
|
5
|
+
This package is installed automatically by `@hippox/codegenie`.
|
package/bin/codegenie
CHANGED
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@hippox/codegenie-darwin-x64",
|
|
3
|
-
"version": "4.
|
|
4
|
-
"description": "Platform binary for CodeGenie (darwin-x64)",
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"os": [
|
|
7
|
-
"darwin"
|
|
8
|
-
],
|
|
9
|
-
"cpu": [
|
|
10
|
-
"x64"
|
|
11
|
-
],
|
|
12
|
-
"files": [
|
|
13
|
-
"bin",
|
|
14
|
-
"README.md"
|
|
15
|
-
],
|
|
16
|
-
"publishConfig": {
|
|
17
|
-
"access": "public"
|
|
18
|
-
},
|
|
19
|
-
"repository": {
|
|
20
|
-
"type": "git",
|
|
21
|
-
"url": "https://gitcode.com/codegenie/codegenie.git"
|
|
22
|
-
}
|
|
23
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@hippox/codegenie-darwin-x64",
|
|
3
|
+
"version": "4.12.26-demo-alpha",
|
|
4
|
+
"description": "Platform binary for CodeGenie (darwin-x64)",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"os": [
|
|
7
|
+
"darwin"
|
|
8
|
+
],
|
|
9
|
+
"cpu": [
|
|
10
|
+
"x64"
|
|
11
|
+
],
|
|
12
|
+
"files": [
|
|
13
|
+
"bin",
|
|
14
|
+
"README.md"
|
|
15
|
+
],
|
|
16
|
+
"publishConfig": {
|
|
17
|
+
"access": "public"
|
|
18
|
+
},
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "https://gitcode.com/codegenie/codegenie.git"
|
|
22
|
+
}
|
|
23
|
+
}
|