Skip to content

Commit d2c5fab

Browse files
committed
Switch context pruner model
1 parent be375b3 commit d2c5fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agents/context-pruner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const definition: AgentDefinition = {
1414
id: 'context-pruner',
1515
publisher,
1616
displayName: 'Context Pruner',
17-
model: 'openai/gpt-5-mini',
17+
model: 'anthropic/claude-sonnet-4.6',
1818

1919
spawnerPrompt: `Spawn this agent between steps to prune context, summarizing the conversation into a condensed format when context exceeds the limit.`,
2020

0 commit comments

Comments
 (0)