pumpkinai-config 1.0.9 → 1.0.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/claude-api.js CHANGED
@@ -175,7 +175,7 @@ function createClaudeConfig(apiKey) {
175
175
  const settings = {
176
176
  env: {
177
177
  ANTHROPIC_AUTH_TOKEN: apiKey,
178
- ANTHROPIC_BASE_URL: "https://cc.aicode.us.com/"
178
+ ANTHROPIC_BASE_URL: "https://new.aicode.us.com"
179
179
  }
180
180
  };
181
181
 
package/codex-api.js CHANGED
@@ -197,7 +197,7 @@ disable_response_storage = true
197
197
 
198
198
  [model_providers.codex]
199
199
  name = "codex"
200
- base_url = "https://cc.aicode.us.com/v1"
200
+ base_url = "https://new.aicode.us.com/v1"
201
201
  wire_api = "responses"
202
202
  requires_openai_auth = true`;
203
203
 
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "pumpkinai-config",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "description": "PumpkinAI 一键安装配置工具 - 支持 Codex 和 Claude Code",
5
5
  "main": "codex-setup.js",
6
6
  "bin": {
7
7
  "codex-config": "./codex-setup.js",
8
+ "codex-api": "./codex-api.js",
8
9
  "claude-config": "./claude-setup.js",
9
10
  "claude-au": "./claude-au.js",
10
11
  "claude-api": "./claude-api.js"