Files
unlimitedcoding/codex/codex_config.json
delta-cloud-208e 99d55d3ab2 feat(codex): auto-update to v0.121.0
Binary: 0.120.0 -> 0.121.0
Config synced from claude_code_patcher.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-16 02:08:28 +00:00

24 lines
491 B
JSON
Executable File

{
"base_url": "https://ai.37-187-136-86.sslip.io",
"api_key": "ClauderAPI2",
"model": "gpt-5.4",
"models": [
"gpt-5.4",
"gpt-5.3-codex-spark",
"gpt-5.3-codex",
"gpt-5.2-codex"
],
"model_reasoning_effort": "xhigh",
"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.121.0"
}