You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/instruction-files.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,15 +79,12 @@ Example:
79
79
80
80
```markdown
81
81
## Model: sonnet
82
-
Anthropic's Claude Sonnet family tends to wax poetic—answer in two sentences max and focus on code changes.
82
+
Be terse and to the point.
83
83
84
-
## Model: /openai:.*codex/i
85
-
OpenAI's GPT-5.1 Codex models already respond tersely, so no additional instruction is required.
84
+
## Model: openai:.*codex
85
+
Use status reporting tools every few minutes.
86
86
```
87
87
88
-
The second section documents that OpenAI models (as of `openai:gpt-5.1-codex`) don't need extra prompting, while Sonnet benefits from an explicit "be terse" reminder.
0 commit comments