Skip to content

Commit 8d4c9e2

Browse files
committed
base2-gpt-5: High effort
1 parent fe84a3a commit 8d4c9e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.agents/base2/base2.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ export const createBase2: (
2020
return {
2121
publisher,
2222
model: isGpt5 ? 'openai/gpt-5' : 'anthropic/claude-sonnet-4.5',
23+
...(isGpt5 && {
24+
reasoningModel: {
25+
effort: 'high',
26+
},
27+
}),
2328
displayName: 'Buffy the Orchestrator',
2429
spawnerPrompt:
2530
'Advanced base agent that orchestrates planning, editing, and reviewing for complex coding tasks',

0 commit comments

Comments
 (0)