File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const wordpressDescribeFields = [
1414 'description' ,
1515] as const satisfies readonly ImageDescribeField [ ]
1616
17- const defaultDescribeModel = 'anthropic/claude-sonnet-4-5 '
17+ const defaultDescribeModel = 'anthropic/claude-4-sonnet-20250514 '
1818
1919export const imageDescribeExecutionDefinition = {
2020 kind : 'dynamic-step' ,
@@ -43,7 +43,8 @@ export const imageDescribeExecutionDefinition = {
4343 kind : 'string' ,
4444 propertyName : 'model' ,
4545 optionFlags : '--model' ,
46- description : 'Model to use for generated text fields (default: anthropic/claude-sonnet-4-5)' ,
46+ description :
47+ 'Model to use for generated text fields (default: anthropic/claude-4-sonnet-20250514)' ,
4748 required : false ,
4849 } ,
4950 ] as const satisfies readonly IntentOptionDefinition [ ] ,
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ describe('intent commands', () => {
147147 robot : '/ai/chat' ,
148148 use : ':original' ,
149149 result : true ,
150- model : 'anthropic/claude-sonnet-4-5 ' ,
150+ model : 'anthropic/claude-4-sonnet-20250514 ' ,
151151 format : 'json' ,
152152 return_messages : 'last' ,
153153 test_credentials : true ,
You can’t perform that action at this time.
0 commit comments