We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b75c35f commit 7c81a0eCopy full SHA for 7c81a0e
.agents/base.ts
@@ -6,7 +6,7 @@ import type { SecretAgentDefinition } from './types/secret-agent-definition'
6
const definition: SecretAgentDefinition = {
7
id: 'base',
8
publisher,
9
- ...base('anthropic/claude-4-sonnet-20250522', 'normal'),
+ ...base('anthropic/claude-4.5-sonnet', 'normal'),
10
}
11
12
export default definition
0 commit comments