@costrict/csc 4.1.12 → 4.2.1
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 +166875 -131576
- package/dist/services/rawDump/batchWorker.js +781 -761
- package/package.json +55 -56
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@costrict/csc",
|
|
3
|
-
"version": "4.1
|
|
3
|
+
"version": "4.2.1",
|
|
4
4
|
"description": "costrict",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "costrict",
|
|
@@ -79,25 +79,21 @@
|
|
|
79
79
|
"typecheck": "tsc --noEmit",
|
|
80
80
|
"rcs": "bun run scripts/rcs.ts",
|
|
81
81
|
"self-verify": "bun run scripts/self-verify.ts",
|
|
82
|
-
"self-verify:smoke": "bun run scripts/self-verify.ts --profile smoke",
|
|
83
|
-
"self-verify:release-p0": "bun run scripts/self-verify.ts --profile release-p0",
|
|
84
|
-
"self-verify:smoke:keep": "bun run scripts/self-verify.ts --profile smoke --keep-artifacts",
|
|
85
|
-
"self-verify:release-p0:keep": "bun run scripts/self-verify.ts --profile release-p0 --keep-artifacts",
|
|
86
82
|
"security:scan": "bun run scripts/security-scan.ts"
|
|
87
83
|
},
|
|
88
84
|
"dependencies": {
|
|
89
|
-
"@agentclientprotocol/sdk": "^0.19.
|
|
90
|
-
"@anthropic-ai/sandbox-runtime": "0.0.
|
|
91
|
-
"@claude-code-best/mcp-chrome-bridge": "^2.0.
|
|
85
|
+
"@agentclientprotocol/sdk": "^0.19.2",
|
|
86
|
+
"@anthropic-ai/sandbox-runtime": "^0.0.54",
|
|
87
|
+
"@claude-code-best/mcp-chrome-bridge": "^2.0.9",
|
|
92
88
|
"@protobufjs/utf8": "1.1.1",
|
|
93
89
|
"baseline-browser-mapping": "2.10.29",
|
|
94
90
|
"gray-matter": "^4.0.3",
|
|
95
|
-
"hono": "^4.12.
|
|
91
|
+
"hono": "^4.12.25",
|
|
96
92
|
"partial-json": "^0.1.7",
|
|
97
93
|
"pngjs": "5.0.0",
|
|
98
|
-
"semver": "^7.
|
|
99
|
-
"undici": "^7.
|
|
100
|
-
"ws": "^8.
|
|
94
|
+
"semver": "^7.8.4",
|
|
95
|
+
"undici": "^7.27.2",
|
|
96
|
+
"ws": "^8.21.0"
|
|
101
97
|
},
|
|
102
98
|
"devDependencies": {
|
|
103
99
|
"@alcalzone/ansi-tokenize": "^0.3.0",
|
|
@@ -107,58 +103,58 @@
|
|
|
107
103
|
"@costrict/computer-use-swift": "workspace:*",
|
|
108
104
|
"@costrict/model-provider": "workspace:*",
|
|
109
105
|
"@anthropic-ai/bedrock-sdk": "^0.26.4",
|
|
110
|
-
"@anthropic-ai/claude-agent-sdk": "^0.2.
|
|
111
|
-
"@anthropic-ai/foundry-sdk": "^0.2.
|
|
106
|
+
"@anthropic-ai/claude-agent-sdk": "^0.2.141",
|
|
107
|
+
"@anthropic-ai/foundry-sdk": "^0.2.4",
|
|
112
108
|
"@anthropic-ai/mcpb": "^2.1.2",
|
|
113
109
|
"@anthropic-ai/sdk": "^0.80.0",
|
|
114
110
|
"@anthropic-ai/vertex-sdk": "^0.14.4",
|
|
115
111
|
"@costrict/ink": "workspace:*",
|
|
116
|
-
"@aws-sdk/client-bedrock": "^3.
|
|
117
|
-
"@aws-sdk/client-bedrock-runtime": "^3.
|
|
118
|
-
"@aws-sdk/client-sts": "^3.
|
|
119
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
120
|
-
"@aws-sdk/credential-providers": "^3.
|
|
112
|
+
"@aws-sdk/client-bedrock": "^3.1065.0",
|
|
113
|
+
"@aws-sdk/client-bedrock-runtime": "^3.1065.0",
|
|
114
|
+
"@aws-sdk/client-sts": "^3.1065.0",
|
|
115
|
+
"@aws-sdk/credential-provider-node": "^3.972.54",
|
|
116
|
+
"@aws-sdk/credential-providers": "^3.1065.0",
|
|
121
117
|
"@azure/identity": "^4.13.1",
|
|
122
|
-
"@biomejs/biome": "^2.4.
|
|
118
|
+
"@biomejs/biome": "^2.4.16",
|
|
123
119
|
"@costrict/agent-tools": "workspace:*",
|
|
124
120
|
"@costrict/builtin-tools": "workspace:*",
|
|
125
121
|
"@costrict/mcp-client": "workspace:*",
|
|
126
122
|
"@commander-js/extra-typings": "^14.0.0",
|
|
127
123
|
"@growthbook/growthbook": "^1.6.5",
|
|
128
|
-
"@langfuse/otel": "^5.1
|
|
129
|
-
"@langfuse/tracing": "^5.1
|
|
124
|
+
"@langfuse/otel": "^5.4.1",
|
|
125
|
+
"@langfuse/tracing": "^5.4.1",
|
|
130
126
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
131
127
|
"@opentelemetry/api": "^1.9.1",
|
|
132
128
|
"@opentelemetry/api-logs": "^0.214.0",
|
|
133
|
-
"@opentelemetry/core": "^2.
|
|
129
|
+
"@opentelemetry/core": "^2.7.1",
|
|
134
130
|
"@opentelemetry/exporter-logs-otlp-grpc": "^0.214.0",
|
|
135
131
|
"@opentelemetry/exporter-logs-otlp-http": "^0.214.0",
|
|
136
132
|
"@opentelemetry/exporter-logs-otlp-proto": "^0.214.0",
|
|
137
133
|
"@opentelemetry/exporter-metrics-otlp-grpc": "^0.214.0",
|
|
138
134
|
"@opentelemetry/exporter-metrics-otlp-http": "^0.214.0",
|
|
139
135
|
"@opentelemetry/exporter-metrics-otlp-proto": "^0.214.0",
|
|
140
|
-
"@opentelemetry/exporter-prometheus": "^0.
|
|
136
|
+
"@opentelemetry/exporter-prometheus": "^0.218.0",
|
|
141
137
|
"@opentelemetry/exporter-trace-otlp-grpc": "^0.214.0",
|
|
142
138
|
"@opentelemetry/exporter-trace-otlp-http": "^0.214.0",
|
|
143
139
|
"@opentelemetry/exporter-trace-otlp-proto": "^0.214.0",
|
|
144
|
-
"@opentelemetry/resources": "^2.
|
|
140
|
+
"@opentelemetry/resources": "^2.7.1",
|
|
145
141
|
"@opentelemetry/sdk-logs": "^0.214.0",
|
|
146
|
-
"@opentelemetry/sdk-metrics": "^2.
|
|
147
|
-
"@opentelemetry/sdk-trace-base": "^2.
|
|
148
|
-
"@opentelemetry/semantic-conventions": "^1.
|
|
149
|
-
"@sentry/node": "^10.
|
|
150
|
-
"@smithy/core": "^3.
|
|
151
|
-
"@smithy/node-http-handler": "^4.
|
|
152
|
-
"@types/bun": "^1.3.
|
|
142
|
+
"@opentelemetry/sdk-metrics": "^2.7.1",
|
|
143
|
+
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
144
|
+
"@opentelemetry/semantic-conventions": "^1.41.1",
|
|
145
|
+
"@sentry/node": "^10.57.0",
|
|
146
|
+
"@smithy/core": "^3.24.6",
|
|
147
|
+
"@smithy/node-http-handler": "^4.7.7",
|
|
148
|
+
"@types/bun": "^1.3.14",
|
|
153
149
|
"@types/cacache": "^20.0.1",
|
|
154
150
|
"@types/he": "^1.2.3",
|
|
155
151
|
"@types/lodash-es": "^4.17.12",
|
|
156
|
-
"@types/node": "^25.
|
|
152
|
+
"@types/node": "^25.9.2",
|
|
157
153
|
"@types/picomatch": "^4.0.3",
|
|
158
154
|
"@types/plist": "^3.0.5",
|
|
159
155
|
"@types/proper-lockfile": "^4.1.4",
|
|
160
156
|
"@types/qrcode": "^1.5.6",
|
|
161
|
-
"@types/react": "^19.2.
|
|
157
|
+
"@types/react": "^19.2.17",
|
|
162
158
|
"@types/react-reconciler": "^0.33.0",
|
|
163
159
|
"@types/semver": "^7.7.1",
|
|
164
160
|
"@types/sharp": "^0.32.0",
|
|
@@ -166,11 +162,11 @@
|
|
|
166
162
|
"@types/stack-utils": "^2.0.3",
|
|
167
163
|
"@types/turndown": "^5.0.6",
|
|
168
164
|
"@types/ws": "^8.18.1",
|
|
169
|
-
"ajv": "^8.
|
|
165
|
+
"ajv": "^8.20.0",
|
|
170
166
|
"asciichart": "^1.5.25",
|
|
171
167
|
"audio-capture-napi": "workspace:*",
|
|
172
168
|
"auto-bind": "^5.0.1",
|
|
173
|
-
"axios": "^1.
|
|
169
|
+
"axios": "^1.17.0",
|
|
174
170
|
"bidi-js": "^1.0.3",
|
|
175
171
|
"cacache": "^20.0.4",
|
|
176
172
|
"chalk": "^5.6.2",
|
|
@@ -183,11 +179,11 @@
|
|
|
183
179
|
"emoji-regex": "^10.6.0",
|
|
184
180
|
"env-paths": "^4.0.0",
|
|
185
181
|
"execa": "^9.6.1",
|
|
186
|
-
"fflate": "^0.8.
|
|
182
|
+
"fflate": "^0.8.3",
|
|
187
183
|
"figures": "^6.1.0",
|
|
188
|
-
"fuse.js": "^7.
|
|
189
|
-
"get-east-asian-width": "^1.
|
|
190
|
-
"google-auth-library": "^10.
|
|
184
|
+
"fuse.js": "^7.4.2",
|
|
185
|
+
"get-east-asian-width": "^1.6.0",
|
|
186
|
+
"google-auth-library": "^10.7.0",
|
|
191
187
|
"he": "^1.2.0",
|
|
192
188
|
"highlight.js": "^11.11.1",
|
|
193
189
|
"https-proxy-agent": "^8.0.0",
|
|
@@ -196,39 +192,42 @@
|
|
|
196
192
|
"image-processor-napi": "workspace:*",
|
|
197
193
|
"indent-string": "^5.0.0",
|
|
198
194
|
"jsonc-parser": "^3.3.1",
|
|
199
|
-
"knip": "^6.
|
|
200
|
-
"lodash-es": "^4.
|
|
201
|
-
"lru-cache": "^11.
|
|
202
|
-
"marked": "^17.0.
|
|
195
|
+
"knip": "^6.16.1",
|
|
196
|
+
"lodash-es": "^4.18.1",
|
|
197
|
+
"lru-cache": "^11.5.1",
|
|
198
|
+
"marked": "^17.0.6",
|
|
203
199
|
"modifiers-napi": "workspace:*",
|
|
204
|
-
"openai": "^6.
|
|
200
|
+
"openai": "^6.42.0",
|
|
205
201
|
"p-map": "^7.0.4",
|
|
206
202
|
"picomatch": "^4.0.4",
|
|
207
|
-
"plist": "^3.1.
|
|
203
|
+
"plist": "^3.1.1",
|
|
208
204
|
"proper-lockfile": "^4.1.2",
|
|
209
205
|
"qrcode": "^1.5.4",
|
|
210
|
-
"react": "^19.2.
|
|
206
|
+
"react": "^19.2.7",
|
|
211
207
|
"react-compiler-runtime": "^1.0.0",
|
|
212
208
|
"react-reconciler": "^0.33.0",
|
|
213
|
-
"rollup": "^4.
|
|
209
|
+
"rollup": "^4.61.1",
|
|
214
210
|
"sharp": "^0.34.5",
|
|
215
|
-
"shell-quote": "^1.8.
|
|
211
|
+
"shell-quote": "^1.8.4",
|
|
216
212
|
"signal-exit": "^4.1.0",
|
|
217
213
|
"stack-utils": "^2.0.6",
|
|
218
214
|
"strip-ansi": "^7.2.0",
|
|
219
215
|
"supports-hyperlinks": "^4.4.0",
|
|
220
216
|
"tree-kill": "^1.2.2",
|
|
221
|
-
"turndown": "^7.2.
|
|
222
|
-
"type-fest": "^5.
|
|
217
|
+
"turndown": "^7.2.4",
|
|
218
|
+
"type-fest": "^5.7.0",
|
|
223
219
|
"url-handler-napi": "workspace:*",
|
|
224
220
|
"usehooks-ts": "^3.1.1",
|
|
225
|
-
"vite": "^8.0.
|
|
221
|
+
"vite": "^8.0.16",
|
|
226
222
|
"vscode-jsonrpc": "^8.2.1",
|
|
227
|
-
"vscode-languageserver-protocol": "^3.
|
|
228
|
-
"vscode-languageserver-types": "^3.
|
|
223
|
+
"vscode-languageserver-protocol": "^3.18.0",
|
|
224
|
+
"vscode-languageserver-types": "^3.18.0",
|
|
229
225
|
"wrap-ansi": "^10.0.0",
|
|
230
226
|
"xss": "^1.0.15",
|
|
231
|
-
"yaml": "^2.
|
|
232
|
-
"zod": "^4.3
|
|
227
|
+
"yaml": "^2.9.0",
|
|
228
|
+
"zod": "^4.4.3"
|
|
229
|
+
},
|
|
230
|
+
"overrides": {
|
|
231
|
+
"tmp": "^0.2.7"
|
|
233
232
|
}
|
|
234
233
|
}
|