Skip to content

Commit de49c08

Browse files
committed
Merge branch 'main' into xml-tools
2 parents 53b235f + 07dff05 commit de49c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/utils/implementor-helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const getImplementorDisplayName = (
3030
let baseName = 'Implementor'
3131
// Check most specific patterns first (editor-implementor2-* with model suffix)
3232
if (agentType.includes('editor-implementor2-gpt-5')) {
33-
baseName = 'GPT-5.2'
33+
baseName = 'GPT-5'
3434
} else if (agentType.includes('editor-implementor2-opus')) {
3535
baseName = 'Opus'
3636
} else if (agentType.includes('editor-implementor2-sonnet')) {

0 commit comments

Comments
 (0)