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-spark"
model = "gpt-5.4"
model_reasoning_effort = "medium"
sandbox_mode = "read-only"
developer_instructions = """
+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.
+1 -1
View File
@@ -1,4 +1,4 @@
model = "gpt-5.3-codex"
model = "gpt-5.4"
model_reasoning_effort = "medium"
developer_instructions = """
Implement only the concrete task or task slice assigned by the parent agent.
+1 -1
View File
@@ -1,4 +1,4 @@
model = "gpt-5.3-codex-spark"
model = "gpt-5.4"
model_reasoning_effort = "medium"
sandbox_mode = "read-only"
developer_instructions = """
+1 -1
View File
@@ -1,4 +1,4 @@
model = "gpt-5.3-codex"
model = "gpt-5.4"
model_reasoning_effort = "medium"
developer_instructions = """
Only act when the parent agent provides both the exact React Doctor diagnostic and a concrete fix plan.
+1 -1
View File
@@ -1,4 +1,4 @@
model = "gpt-5.3-codex"
model = "gpt-5.4"
model_reasoning_effort = "medium"
developer_instructions = """
Review only the recently changed React files or the file set the parent agent names.
+1 -1
View File
@@ -1,4 +1,4 @@
model = "gpt-5.3-codex"
model = "gpt-5.4"
model_reasoning_effort = "medium"
developer_instructions = """
Test only the Android workflow the parent agent asks about on the local emulator, leaving the emulator running when you finish unless the parent agent says otherwise.
+1 -1
View File
@@ -1,4 +1,4 @@
model = "gpt-5.3-codex-spark"
model = "gpt-5.4"
model_reasoning_effort = "medium"
developer_instructions = """
Translate exactly one i18next key at a time into every supported language.