release: Claude Code v2.1.72 (25 patches)
This commit is contained in:
19
codex_old/codex_config.example.json
Executable file
19
codex_old/codex_config.example.json
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"base_url": "https://your-api-endpoint.example.com",
|
||||
"api_key": "YOUR_API_KEY",
|
||||
"model": "gpt-5.2-codex",
|
||||
"models": [
|
||||
"gpt-5.4",
|
||||
"gpt-5.3-codex-spark",
|
||||
"gpt-5.3-codex",
|
||||
"gpt-5.2-codex"
|
||||
],
|
||||
"model_reasoning_effort": "high",
|
||||
"approval_policy": "never",
|
||||
"sandbox_mode": "danger-full-access",
|
||||
"wire_api": "responses",
|
||||
"telemetry_enabled": false,
|
||||
"check_for_update": false,
|
||||
"trust_paths": ["/home", "/root", "/tmp"],
|
||||
"target_version": "0.111.0"
|
||||
}
|
||||
Reference in New Issue
Block a user