Skip to content

Commit cba80ba

Browse files
author
yangzhaohui
committed
配置:统一 Codex max agent 与角色名
1 parent 5a70096 commit cba80ba

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.codex/agents/deep-reviewer.toml

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

.codex/agents/fast-explorer.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "fast-explorer"
22
description = "快速探索 agent,用于定位代码入口、模块边界、数据契约、测试、脚本和可能的实现位置。"
33
model = "gpt-5.6-sol"
4-
model_reasoning_effort = "ultra"
4+
model_reasoning_effort = "max"
55
service_tier = "fast"
66
sandbox_mode = "danger-full-access"
77
approval_policy = "never"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name = "ultra-worker"
1+
name = "max-worker"
22
description = "高推理实现 worker,负责有明确所有权边界的代码、测试、文档或配置改动。"
33
model = "gpt-5.6-sol"
4-
model_reasoning_effort = "ultra"
4+
model_reasoning_effort = "max"
55
service_tier = "fast"
66
sandbox_mode = "danger-full-access"
77
approval_policy = "never"

.codex/agents/verification-runner.toml

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

.codex/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
model = "gpt-5.6-sol"
2-
model_reasoning_effort = "ultra"
2+
model_reasoning_effort = "max"
33
model_auto_compact_token_limit = 1000000
44
model_verbosity = "low"
55
service_tier = "fast"

0 commit comments

Comments
 (0)