Skip to content

Commit aa804b1

Browse files
committed
tweak planner spawner prompt to not discorage it so much
1 parent 0a3eebd commit aa804b1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.agents/base2/planner-factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const plannerFactory = (
1313
model,
1414
displayName: 'Peter Plan',
1515
spawnerPrompt:
16-
'Creates comprehensive plans by exploring the codebase, doing research on the web, and thinking deeply. You can also use it get deep answer to any question. This is a slow agent -- use it only for complex tasks.',
16+
'Creates comprehensive plans by exploring the codebase, doing research on the web, and thinking deeply. You can also use it get deep answer to any question. This is a slow agent -- prefer to use it for complex tasks that require thinking.',
1717
inputSchema: {
1818
prompt: {
1919
type: 'string',

common/src/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ export const openrouterModels = {
197197
openrouter_claude_3_5_sonnet: 'anthropic/claude-3.5-sonnet-20240620',
198198
openrouter_gpt4o: 'openai/gpt-4o-2024-11-20',
199199
openrouter_gpt5: 'openai/gpt-5',
200+
openrouter_gpt5_chat: 'openai/gpt-5-chat',
200201
openrouter_gpt4o_mini: 'openai/gpt-4o-mini-2024-07-18',
201202
openrouter_gpt4_1_nano: 'openai/gpt-4.1-nano',
202203
openrouter_o3_mini: 'openai/o3-mini-2025-01-31',

0 commit comments

Comments
 (0)