We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53b235f + 07dff05 commit de49c08Copy full SHA for de49c08
cli/src/utils/implementor-helpers.ts
@@ -30,7 +30,7 @@ export const getImplementorDisplayName = (
30
let baseName = 'Implementor'
31
// Check most specific patterns first (editor-implementor2-* with model suffix)
32
if (agentType.includes('editor-implementor2-gpt-5')) {
33
- baseName = 'GPT-5.2'
+ baseName = 'GPT-5'
34
} else if (agentType.includes('editor-implementor2-opus')) {
35
baseName = 'Opus'
36
} else if (agentType.includes('editor-implementor2-sonnet')) {
0 commit comments