@chatcode/chatcode-cli-test 1.0.18 → 1.0.20
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/cli.js +19 -3
- package/dist/cli.js +1415 -1415
- package/package.json +8 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chatcode/chatcode-cli-test",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.20",
|
|
4
4
|
"description": "ChatCode CLI command-line coding assistant.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"type": "module",
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"engines": {
|
|
17
17
|
"node": ">=18.0.0"
|
|
18
18
|
},
|
|
19
|
+
"chatcodeNativePackageFormat": 1,
|
|
19
20
|
"scripts": {
|
|
20
21
|
"dev": "bun run --feature BUDDY --feature AGENT_TRIGGERS ./src/dev-entry.ts",
|
|
21
22
|
"start": "bun run --feature BUDDY --feature AGENT_TRIGGERS ./src/dev-entry.ts",
|
|
@@ -73,6 +74,7 @@
|
|
|
73
74
|
"emoji-regex": "10.6.0",
|
|
74
75
|
"env-paths": "4.0.0",
|
|
75
76
|
"execa": "9.6.1",
|
|
77
|
+
"fflate": "0.8.2",
|
|
76
78
|
"figures": "6.1.0",
|
|
77
79
|
"fuse.js": "7.1.0",
|
|
78
80
|
"get-east-asian-width": "1.5.0",
|
|
@@ -115,10 +117,10 @@
|
|
|
115
117
|
"url-handler-napi": "file:./shims/url-handler-napi"
|
|
116
118
|
},
|
|
117
119
|
"optionalDependencies": {
|
|
118
|
-
"@chatcode/chatcode-cli-test-darwin-arm64": "1.0.
|
|
119
|
-
"@chatcode/chatcode-cli-test-darwin-x64": "1.0.
|
|
120
|
-
"@chatcode/chatcode-cli-test-linux-x64": "1.0.
|
|
121
|
-
"@chatcode/chatcode-cli-test-linux-arm64": "1.0.
|
|
122
|
-
"@chatcode/chatcode-cli-test-win32-x64": "1.0.
|
|
120
|
+
"@chatcode/chatcode-cli-test-darwin-arm64": "1.0.20",
|
|
121
|
+
"@chatcode/chatcode-cli-test-darwin-x64": "1.0.20",
|
|
122
|
+
"@chatcode/chatcode-cli-test-linux-x64": "1.0.20",
|
|
123
|
+
"@chatcode/chatcode-cli-test-linux-arm64": "1.0.20",
|
|
124
|
+
"@chatcode/chatcode-cli-test-win32-x64": "1.0.20"
|
|
123
125
|
}
|
|
124
126
|
}
|