Skip to content

Commit 8e24daa

Browse files
author
yangzhaohui
committed
配置:统一 Codex agent 为 sol ultra
1 parent 5cbd89c commit 8e24daa

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.codex/agents/deep-reviewer.toml

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

.codex/agents/fast-explorer.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "fast-explorer"
22
description = "快速探索 agent,用于定位代码入口、模块边界、数据契约、测试、脚本和可能的实现位置。"
3-
model = "gpt-5.4-mini"
4-
model_reasoning_effort = "high"
3+
model = "gpt-5.6-sol"
4+
model_reasoning_effort = "ultra"
55
service_tier = "fast"
66
sandbox_mode = "danger-full-access"
77
approval_policy = "never"
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name = "xhigh-worker"
1+
name = "ultra-worker"
22
description = "高推理实现 worker,负责有明确所有权边界的代码、测试、文档或配置改动。"
3-
model = "gpt-5.5"
4-
model_reasoning_effort = "xhigh"
3+
model = "gpt-5.6-sol"
4+
model_reasoning_effort = "ultra"
55
service_tier = "fast"
66
sandbox_mode = "danger-full-access"
77
approval_policy = "never"
@@ -13,4 +13,4 @@ developer_instructions = """
1313
优先复用现有 public API 和已有工具,不要新增平行主流程。
1414
最终回答列出改动文件、验证命令和结果,以及剩余风险。
1515
"""
16-
nickname_candidates = ["XHigh Worker", "Boundary Patch", "Mainline Build"]
16+
nickname_candidates = ["Ultra Worker", "Boundary Patch", "Mainline Build"]

.codex/agents/verification-runner.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "verification-runner"
22
description = "验证 agent,负责测试、lint、编译检查、契约检查和失败诊断。"
3-
model = "gpt-5.5"
4-
model_reasoning_effort = "high"
3+
model = "gpt-5.6-sol"
4+
model_reasoning_effort = "ultra"
55
service_tier = "fast"
66
sandbox_mode = "danger-full-access"
77
approval_policy = "never"

0 commit comments

Comments
 (0)