Skip to content

Commit 3ca0970

Browse files
yangzhaohuiclaude
andcommitted
配置:Codex 默认模型 sol → terra
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent dc8af2d commit 3ca0970

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.codex/agents/deep-reviewer.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "deep-reviewer"
22
description = "深度审查 agent,重点检查正确性、安全性、行为回归、边界条件和缺失测试。"
3-
model = "gpt-5.6-sol"
3+
model = "gpt-5.6-terra"
44
model_reasoning_effort = "xhigh"
55
service_tier = "fast"
66
sandbox_mode = "danger-full-access"

.codex/agents/fast-explorer.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "fast-explorer"
22
description = "快速探索 agent,用于定位代码入口、模块边界、数据契约、测试、脚本和可能的实现位置。"
3-
model = "gpt-5.6-sol"
3+
model = "gpt-5.6-terra"
44
model_reasoning_effort = "xhigh"
55
service_tier = "fast"
66
sandbox_mode = "danger-full-access"

.codex/agents/verification-runner.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "verification-runner"
22
description = "验证 agent,负责测试、lint、编译检查、契约检查和失败诊断。"
3-
model = "gpt-5.6-sol"
3+
model = "gpt-5.6-terra"
44
model_reasoning_effort = "xhigh"
55
service_tier = "fast"
66
sandbox_mode = "danger-full-access"

.codex/agents/xhigh-worker.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "xhigh-worker"
22
description = "高推理实现 worker,负责有明确所有权边界的代码、测试、文档或配置改动。"
3-
model = "gpt-5.6-sol"
3+
model = "gpt-5.6-terra"
44
model_reasoning_effort = "xhigh"
55
service_tier = "fast"
66
sandbox_mode = "danger-full-access"

.codex/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
model = "gpt-5.6-sol"
1+
model = "gpt-5.6-terra"
22
model_reasoning_effort = "xhigh"
33
model_auto_compact_token_limit = 1000000
44
model_verbosity = "low"

0 commit comments

Comments
 (0)