@meetopenbot/claude-code 0.1.10 → 0.1.11
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -19383,7 +19383,7 @@ var buildCreditsAnthropicEnv = () => {
|
|
|
19383
19383
|
if (!config) return void 0;
|
|
19384
19384
|
const apiKey = config.token || CREDITS_API_KEY_PLACEHOLDER;
|
|
19385
19385
|
return {
|
|
19386
|
-
ANTHROPIC_BASE_URL: `${config.baseUrl}/anthropic
|
|
19386
|
+
ANTHROPIC_BASE_URL: `${config.baseUrl}/anthropic`,
|
|
19387
19387
|
ANTHROPIC_CUSTOM_HEADERS: `${INTEGRATIONS_TOKEN_HEADER}: ${config.token}`,
|
|
19388
19388
|
ANTHROPIC_API_KEY: apiKey,
|
|
19389
19389
|
// Prevent the CLI from preferring stored OAuth over gateway routing.
|