pumpkinai-config 1.0.13 → 1.0.16

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/codex-api.js CHANGED
@@ -190,7 +190,7 @@ function createConfigToml(codexDir) {
190
190
  const configPath = path.join(codexDir, 'config.toml');
191
191
 
192
192
  const configContent = `model_provider = "codex"
193
- model = "gpt-5.1" #可更改为model = "gpt-5.1-codex或者gpt-5.1-codex-max"
193
+ model = "gpt-5.2" #可更改为model = "gpt-5.1-codex或者gpt-5.1-codex-max"
194
194
  model_reasoning_effort = "high"
195
195
  disable_response_storage = true
196
196
 
package/codex-setup.js CHANGED
@@ -190,7 +190,7 @@ function createConfigToml(codexDir) {
190
190
  const configPath = path.join(codexDir, 'config.toml');
191
191
 
192
192
  const configContent = `model_provider = "codex"
193
- model = "gpt-5.1" #可更改为model = "gpt-5.1-codex或者gpt-5.1-codex-max"
193
+ model = "gpt-5.2" #可更改为model = "gpt-5.1-codex或者gpt-5.1-codex-max"
194
194
  model_reasoning_effort = "high"
195
195
  disable_response_storage = true
196
196
 
package/package.json CHANGED
@@ -1,13 +1,12 @@
1
1
  {
2
2
  "name": "pumpkinai-config",
3
- "version": "1.0.13",
3
+ "version": "1.0.16",
4
4
  "description": "PumpkinAI 一键安装配置工具 - 支持 Codex 和 Claude Code",
5
5
  "main": "codex-setup.js",
6
6
  "bin": {
7
7
  "codex-config": "./codex-setup.js",
8
8
  "codex-api": "./codex-api.js",
9
9
  "claude-config": "./claude-setup.js",
10
- "claude-au": "./claude-au.js",
11
10
  "claude-api": "./claude-api.js"
12
11
  },
13
12
  "scripts": {
@@ -1,3 +0,0 @@
1
- {
2
- "OPENAI_API_KEY": "sk-xxx"
3
- }
@@ -1,11 +0,0 @@
1
- model_provider = "codex"
2
- model = "gpt-5.1" #可更改为model = "gpt-5.1-codex或者gpt-5.1-codex-max"
3
- model_reasoning_effort = "high"
4
- disable_response_storage = true
5
-
6
-
7
- [model_providers.codex]
8
- name = "codex"
9
- base_url = "https://code.ppchat.vip/v1"
10
- wire_api = "responses"
11
- requires_openai_auth = true