command-code 1.23.1 → 1.23.2
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "command-code",
|
|
3
|
-
"version": "1.23.
|
|
3
|
+
"version": "1.23.2",
|
|
4
4
|
"description": "Command Code, coding agent that continuously learns your coding taste. Best coding agent for open models.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -41,11 +41,9 @@
|
|
|
41
41
|
"@ai-sdk/provider": "^3.0.8",
|
|
42
42
|
"@clack/prompts": "^1.0.1",
|
|
43
43
|
"@crosscopy/clipboard": "^0.2.8",
|
|
44
|
-
"@microlabs/otel-cf-workers": "1.0.0-rc.52",
|
|
45
44
|
"@opentelemetry/api": "^1.9.0",
|
|
46
45
|
"@opentelemetry/exporter-trace-otlp-http": "^0.218.0",
|
|
47
46
|
"@opentelemetry/resources": "^2.0.0",
|
|
48
|
-
"@opentelemetry/sdk-node": "^0.218.0",
|
|
49
47
|
"@opentelemetry/sdk-trace-node": "^2.0.0",
|
|
50
48
|
"@opentelemetry/semantic-conventions": "^1.30.0",
|
|
51
49
|
"@sindresorhus/slugify": "^2.2.1",
|
|
@@ -109,13 +107,13 @@
|
|
|
109
107
|
"tsup": "^8.5.0",
|
|
110
108
|
"vitest": "^4.1.6",
|
|
111
109
|
"vitest-ansi-serializer": "^0.2.1",
|
|
112
|
-
"@commandcode/
|
|
110
|
+
"@commandcode/provider-openai": "0.1.0",
|
|
113
111
|
"@commandcode/provider-anthropic": "0.1.0",
|
|
114
112
|
"@commandcode/provider-copilot": "0.1.0",
|
|
115
|
-
"@commandcode/
|
|
116
|
-
"@commandcode/
|
|
113
|
+
"@commandcode/shared": "0.0.1",
|
|
114
|
+
"@commandcode/harness": "0.1.0",
|
|
117
115
|
"@commandcode/tui": "0.1.0",
|
|
118
|
-
"@commandcode/
|
|
116
|
+
"@commandcode/providers": "0.1.0"
|
|
119
117
|
},
|
|
120
118
|
"scripts": {
|
|
121
119
|
"prebuild": "test -f vsix/commandcode-vscode.vsix || bash ../../scripts/build-ext.sh",
|
|
Binary file
|