Skip to content

Commit 7c81a0e

Browse files
committed
Switch to sonnet 4.5
1 parent b75c35f commit 7c81a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.agents/base.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',
88
publisher,
9-
...base('anthropic/claude-4-sonnet-20250522', 'normal'),
9+
...base('anthropic/claude-4.5-sonnet', 'normal'),
1010
}
1111

1212
export default definition

0 commit comments

Comments
 (0)