4444 "developerInstructions" : null ,
4545 "personality" : null ,
4646 "ephemeral" : null ,
47- "experimentalRawEvents" : false
47+ "experimentalRawEvents" : false ,
48+ "persistExtendedHistory" : false
4849 }
4950}
51+ {
52+ "eventType" : " notification" ,
53+ "method" : " thread/status/changed" ,
54+ "params" : {
55+ "threadId" : " threadId" ,
56+ "status" : {
57+ "type" : " idle"
58+ }
59+ },
60+ "jsonrpc" : " 2.0"
61+ }
5062{
5163 "eventType" : " response" ,
5264 "thread" : " thread" ,
7688{
7789 "eventType" : " response" ,
7890 "data" : [
91+ {
92+ "id" : " id" ,
93+ "model" : " model" ,
94+ "upgrade" : " upgrade" ,
95+ "displayName" : " gpt-5.3-codex" ,
96+ "description" : " Latest frontier agentic coding model." ,
97+ "hidden" : false ,
98+ "supportedReasoningEfforts" : " supportedReasoningEfforts" ,
99+ "defaultReasoningEffort" : " medium" ,
100+ "inputModalities" : [
101+ " text" ,
102+ " image"
103+ ],
104+ "supportsPersonality" : true ,
105+ "isDefault" : true
106+ },
79107 {
80108 "id" : " id" ,
81109 "model" : " model" ,
82110 "upgrade" : " upgrade" ,
83111 "displayName" : " gpt-5.2-codex" ,
84112 "description" : " Frontier agentic coding model." ,
113+ "hidden" : false ,
85114 "supportedReasoningEfforts" : " supportedReasoningEfforts" ,
86115 "defaultReasoningEffort" : " medium" ,
87116 "inputModalities" : [
88117 " text" ,
89118 " image"
90119 ],
91120 "supportsPersonality" : true ,
92- "isDefault" : true
121+ "isDefault" : false
93122 },
94123 {
95124 "id" : " id" ,
96125 "model" : " model" ,
97126 "upgrade" : " upgrade" ,
98127 "displayName" : " gpt-5.1-codex-max" ,
99128 "description" : " Codex-optimized flagship for deep and fast reasoning." ,
129+ "hidden" : false ,
100130 "supportedReasoningEfforts" : " supportedReasoningEfforts" ,
101131 "defaultReasoningEffort" : " medium" ,
102132 "inputModalities" : [
112142 "upgrade" : " upgrade" ,
113143 "displayName" : " gpt-5.2" ,
114144 "description" : " Latest frontier model with improvements across knowledge, reasoning and coding" ,
145+ "hidden" : false ,
115146 "supportedReasoningEfforts" : " supportedReasoningEfforts" ,
116147 "defaultReasoningEffort" : " medium" ,
117148 "inputModalities" : [
127158 "upgrade" : " upgrade" ,
128159 "displayName" : " gpt-5.1-codex-mini" ,
129160 "description" : " Optimized for codex. Cheaper, faster, but less capable." ,
161+ "hidden" : false ,
130162 "supportedReasoningEfforts" : " supportedReasoningEfforts" ,
131163 "defaultReasoningEffort" : " medium" ,
132164 "inputModalities" : [
157189 "eventType" : " request" ,
158190 "method" : " skills/list" ,
159191 "params" : {}
160- }
192+ }
0 commit comments