@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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/v1`,
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meetopenbot/claude-code",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "type": "module",
5
5
  "description": "Claude Code plugin for OpenBot",
6
6
  "main": "./dist/index.js",