@chatcode/chatcode-cli-test 1.0.20 → 1.0.21
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/dist/cli.js +1223 -1223
- package/package.json +15 -12
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.21",
|
|
4
4
|
"description": "ChatCode CLI command-line coding assistant.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"type": "module",
|
|
@@ -42,13 +42,12 @@
|
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@alcalzone/ansi-tokenize": "0.3.0",
|
|
45
|
-
"adm-zip": "0.5.16",
|
|
46
45
|
"@chatcode/chrome-mcp": "file:./shims/chatcode-chrome-mcp",
|
|
47
46
|
"@chatcode/computer-use-input": "file:./shims/chatcode-computer-use-input",
|
|
48
47
|
"@chatcode/computer-use-mcp": "file:./shims/chatcode-computer-use-mcp",
|
|
49
48
|
"@chatcode/computer-use-swift": "file:./shims/chatcode-computer-use-swift",
|
|
50
|
-
"@chatcode/sandbox-runtime": "file:./shims/chatcode-sandbox-runtime",
|
|
51
49
|
"@chatcode/mcpb": "file:./shims/chatcode-mcpb",
|
|
50
|
+
"@chatcode/sandbox-runtime": "file:./shims/chatcode-sandbox-runtime",
|
|
52
51
|
"@chatcode/sdk": "file:./shims/chatcode-sdk",
|
|
53
52
|
"@commander-js/extra-typings": "14.0.0",
|
|
54
53
|
"@growthbook/growthbook": "1.6.5",
|
|
@@ -61,6 +60,7 @@
|
|
|
61
60
|
"@opentelemetry/sdk-metrics": "2.6.1",
|
|
62
61
|
"@opentelemetry/sdk-trace-base": "2.6.1",
|
|
63
62
|
"@opentelemetry/semantic-conventions": "1.40.0",
|
|
63
|
+
"adm-zip": "0.5.16",
|
|
64
64
|
"ajv": "8.18.0",
|
|
65
65
|
"asciichart": "1.5.25",
|
|
66
66
|
"auto-bind": "5.0.1",
|
|
@@ -70,6 +70,7 @@
|
|
|
70
70
|
"chokidar": "5.0.0",
|
|
71
71
|
"cli-boxes": "4.0.1",
|
|
72
72
|
"code-excerpt": "4.0.0",
|
|
73
|
+
"color-diff-napi": "file:./shims/color-diff-napi",
|
|
73
74
|
"diff": "8.0.4",
|
|
74
75
|
"emoji-regex": "10.6.0",
|
|
75
76
|
"env-paths": "4.0.0",
|
|
@@ -87,6 +88,7 @@
|
|
|
87
88
|
"lodash-es": "4.17.23",
|
|
88
89
|
"lru-cache": "11.2.7",
|
|
89
90
|
"marked": "17.0.5",
|
|
91
|
+
"modifiers-napi": "file:./shims/modifiers-napi",
|
|
90
92
|
"p-map": "7.0.4",
|
|
91
93
|
"picomatch": "4.0.4",
|
|
92
94
|
"proper-lockfile": "4.1.2",
|
|
@@ -102,6 +104,7 @@
|
|
|
102
104
|
"tree-kill": "1.2.2",
|
|
103
105
|
"type-fest": "5.5.0",
|
|
104
106
|
"undici": "7.24.6",
|
|
107
|
+
"url-handler-napi": "file:./shims/url-handler-napi",
|
|
105
108
|
"usehooks-ts": "3.1.1",
|
|
106
109
|
"uuid": "^11.1.0",
|
|
107
110
|
"vscode-jsonrpc": "8.2.1",
|
|
@@ -111,16 +114,16 @@
|
|
|
111
114
|
"ws": "8.20.0",
|
|
112
115
|
"xss": "1.0.15",
|
|
113
116
|
"yaml": "2.8.3",
|
|
114
|
-
"zod": "4.3.6"
|
|
115
|
-
"color-diff-napi": "file:./shims/color-diff-napi",
|
|
116
|
-
"modifiers-napi": "file:./shims/modifiers-napi",
|
|
117
|
-
"url-handler-napi": "file:./shims/url-handler-napi"
|
|
117
|
+
"zod": "4.3.6"
|
|
118
118
|
},
|
|
119
119
|
"optionalDependencies": {
|
|
120
|
-
"@chatcode/chatcode-cli-test-darwin-arm64": "1.0.
|
|
121
|
-
"@chatcode/chatcode-cli-test-darwin-x64": "1.0.
|
|
122
|
-
"@chatcode/chatcode-cli-test-linux-x64": "1.0.
|
|
123
|
-
"@chatcode/chatcode-cli-test-linux-arm64": "1.0.
|
|
124
|
-
"@chatcode/chatcode-cli-test-win32-x64": "1.0.
|
|
120
|
+
"@chatcode/chatcode-cli-test-darwin-arm64": "1.0.21",
|
|
121
|
+
"@chatcode/chatcode-cli-test-darwin-x64": "1.0.21",
|
|
122
|
+
"@chatcode/chatcode-cli-test-linux-x64": "1.0.21",
|
|
123
|
+
"@chatcode/chatcode-cli-test-linux-arm64": "1.0.21",
|
|
124
|
+
"@chatcode/chatcode-cli-test-win32-x64": "1.0.21"
|
|
125
|
+
},
|
|
126
|
+
"dependencies": {
|
|
127
|
+
"@chatcode/chatcode-cli-test": "^1.0.20"
|
|
125
128
|
}
|
|
126
129
|
}
|