cicy-code 2.3.190 → 2.3.191
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/bin/cicy-code.js +3 -0
- package/package.json +7 -7
package/bin/cicy-code.js
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
+
// Copyright 2026 CiCy AI
|
|
3
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
4
|
+
|
|
2
5
|
// Launcher for the npm distribution. Resolves the prebuilt binary that ships
|
|
3
6
|
// in the platform-specific optionalDependency (cicy-code-<os>-<cpu>) and execs
|
|
4
7
|
// it — no network, no postinstall download. ALL binary args/subcommands are
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "2.3.
|
|
6
|
+
"version": "2.3.191",
|
|
7
7
|
"description": "CiCy Code - AI-powered development environment",
|
|
8
8
|
"author": {
|
|
9
9
|
"name": "cicybot",
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
"bin/cicy-code.js"
|
|
17
17
|
],
|
|
18
18
|
"optionalDependencies": {
|
|
19
|
-
"cicy-code-darwin-arm64": "2.3.
|
|
20
|
-
"cicy-code-darwin-x64": "2.3.
|
|
21
|
-
"cicy-code-linux-
|
|
22
|
-
"cicy-code-linux-
|
|
23
|
-
"cicy-code-windows-x64": "2.3.
|
|
19
|
+
"cicy-code-darwin-arm64": "2.3.191",
|
|
20
|
+
"cicy-code-darwin-x64": "2.3.191",
|
|
21
|
+
"cicy-code-linux-arm64": "2.3.191",
|
|
22
|
+
"cicy-code-linux-x64": "2.3.191",
|
|
23
|
+
"cicy-code-windows-x64": "2.3.191"
|
|
24
24
|
},
|
|
25
25
|
"repository": {
|
|
26
26
|
"type": "git",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"agent",
|
|
35
35
|
"development"
|
|
36
36
|
],
|
|
37
|
-
"license": "
|
|
37
|
+
"license": "Apache-2.0",
|
|
38
38
|
"engines": {
|
|
39
39
|
"node": ">=14"
|
|
40
40
|
}
|