We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 399ca74 commit 0a70a15Copy full SHA for 0a70a15
1 file changed
.agents/editor/editor.ts
@@ -9,7 +9,7 @@ export const createCodeEditor = (options: {
9
publisher,
10
model:
11
options.model === 'gpt-5'
12
- ? 'openai/gpt-5.2'
+ ? 'openai/gpt-5.1'
13
: 'anthropic/claude-opus-4.5',
14
displayName: 'Code Editor',
15
spawnerPrompt:
0 commit comments