chore(ai-tooling): standardize agent model policy

This commit is contained in:
Tommaso Casaburi
2026-04-08 18:35:08 +07:00
parent f14d0562cd
commit d5e00a241e
10 changed files with 20 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
model = "gpt-5.3-codex"
model = "gpt-5.4"
model_reasoning_effort = "medium"
developer_instructions = """
Run the repo's required verification commands for the files or feature area the parent agent just changed, then fix only issues surfaced by those checks.