Skip to content

Commit bfa0002

Browse files
committed
Show gpt 5.2
1 parent 9c32bce commit bfa0002

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
@@ -44,7 +44,7 @@ export const getImplementorDisplayName = (
4444
} else if (agentType.includes('editor-implementor-gemini')) {
4545
baseName = 'Gemini'
4646
} else if (agentType.includes('editor-implementor-gpt-5')) {
47-
baseName = 'GPT-5'
47+
baseName = 'GPT-5.2'
4848
} else if (agentType.includes('editor-implementor')) {
4949
baseName = 'Sonnet'
5050
}

0 commit comments

Comments
 (0)