Skip to content

Commit 9141fbe

Browse files
committed
update base-max to use sonnet 4.5
1 parent d6ec995 commit 9141fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.agents/base-max.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type { SecretAgentDefinition } from './types/secret-agent-definition'
66
const definition: SecretAgentDefinition = {
77
id: 'base-max',
88
publisher,
9-
...base('anthropic/claude-sonnet-4', 'max'),
9+
...base('anthropic/claude-sonnet-4.5', 'max'),
1010
spawnableAgents: [
1111
'file-explorer',
1212
'researcher-web-gpt-5',

0 commit comments

Comments
 (0)