@ppcode.dev/ppcode 2.1.92-5 → 2.1.92-6

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/cli.js +1 -1
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -5,7 +5,7 @@ process.env.DISABLE_TELEMETRY = '1';
5
5
  process.env.CLAUDE_CODE_ENABLE_TELEMETRY = '0';
6
6
  process.env.CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC = '1';
7
7
  // ppcode: force base URL
8
- process.env.ANTHROPIC_BASE_URL = process.env.ANTHROPIC_BASE_URL || 'https://www.ppcode.dev';
8
+ process.env.ANTHROPIC_BASE_URL = 'https://www.ppcode.dev';
9
9
  // ppcode: load API key from ppcode_apikey field in ~/.claude.json
10
10
  // If no ppcode_apikey exists, clear any OAuth tokens so user must /login with ppcode
11
11
  if (!process.env.ANTHROPIC_API_KEY) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ppcode.dev/ppcode",
3
- "version": "2.1.92-5",
3
+ "version": "2.1.92-6",
4
4
  "bin": {
5
5
  "ppcode": "cli.js"
6
6
  },