@anthropic-ai/claude-code 2.0.17 → 2.0.19
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/cli.js +976 -974
- package/package.json +1 -1
- package/sdk.mjs +2 -1
package/package.json
CHANGED
package/sdk.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
// (c) Anthropic PBC. All rights reserved. Use is subject to the Legal Agreements outlined here: https://docs.claude.com/en/docs/claude-code/legal-and-compliance.
|
|
3
3
|
|
|
4
|
-
// Version: 2.0.
|
|
4
|
+
// Version: 2.0.19
|
|
5
5
|
|
|
6
6
|
// Want to see the unminified source? We're hiring!
|
|
7
7
|
// https://job-boards.greenhouse.io/anthropic/jobs/4816199008
|
|
@@ -7374,6 +7374,7 @@ function getInitialState() {
|
|
|
7374
7374
|
loggerProvider: null,
|
|
7375
7375
|
eventLogger: null,
|
|
7376
7376
|
meterProvider: null,
|
|
7377
|
+
tracerProvider: null,
|
|
7377
7378
|
agentColorMap: new Map,
|
|
7378
7379
|
agentColorIndex: 0,
|
|
7379
7380
|
envVarValidators: [bashMaxOutputLengthValidator, maxOutputTokensValidator],
|