mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(ai-tooling): standardize agent model policy
This commit is contained in:
@@ -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,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,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,4 +1,4 @@
|
||||
model = "gpt-5.3-codex-spark"
|
||||
model = "gpt-5.4"
|
||||
model_reasoning_effort = "medium"
|
||||
sandbox_mode = "read-only"
|
||||
developer_instructions = """
|
||||
|
||||
@@ -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,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,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,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.
|
||||
|
||||
Reference in New Issue
Block a user