@@ -76,6 +76,9 @@ const AGENT_MODELS = {
7676 { value : 'claude-sonnet-4-20250514' , label : 'Sonnet 4' } ,
7777 ] ,
7878 codex : [
79+ { value : 'openai/gpt-5.1' , label : 'GPT-5.1' } ,
80+ { value : 'openai/gpt-5.1-codex' , label : 'GPT-5.1-Codex' } ,
81+ { value : 'openai/gpt-5.1-codex-mini' , label : 'GPT-5.1-Codex mini' } ,
7982 { value : 'openai/gpt-5' , label : 'GPT-5' } ,
8083 { value : 'gpt-5-codex' , label : 'GPT-5-Codex' } ,
8184 { value : 'openai/gpt-5-mini' , label : 'GPT-5 mini' } ,
@@ -117,7 +120,7 @@ const AGENT_MODELS = {
117120// Default models for each agent
118121const DEFAULT_MODELS = {
119122 claude : 'claude-sonnet-4-5-20250929' ,
120- codex : 'openai/gpt-5' ,
123+ codex : 'openai/gpt-5.1 ' ,
121124 copilot : 'claude-sonnet-4.5' ,
122125 cursor : 'auto' ,
123126 gemini : 'gemini-2.5-pro' ,
@@ -420,7 +423,7 @@ export function TaskForm({
420423 disabled = { isSubmitting }
421424 required
422425 rows = { 4 }
423- className = "w-full border-0 resize-none focus-visible:ring-0 focus-visible:ring-offset-0 p-4 text-base !bg-transparent"
426+ className = "w-full border-0 resize-none focus-visible:ring-0 focus-visible:ring-offset-0 p-4 text-base !bg-transparent shadow-none! "
424427 />
425428 </ div >
426429
0 commit comments