feat: add codex reasoning effort option (#297)

This commit is contained in:
ROOOO
2026-03-17 22:55:55 +08:00
committed by GitHub
parent caa76826f4
commit cb09f0b898
18 changed files with 107 additions and 6 deletions
+1
View File
@@ -104,6 +104,7 @@ export default {
'newSession.agent': 'Agent',
'newSession.model': 'Model',
'newSession.model.optional': 'optional',
'newSession.reasoningEffort': 'Reasoning effort',
'newSession.yolo': 'YOLO mode',
'newSession.yolo.title': 'Bypass approvals and sandbox',
'newSession.yolo.desc': 'Uses dangerous agent flags when spawning.',
+1
View File
@@ -106,6 +106,7 @@ export default {
'newSession.agent': '代理',
'newSession.model': '模型',
'newSession.model.optional': '可选',
'newSession.reasoningEffort': '推理强度',
'newSession.yolo': 'YOLO 模式',
'newSession.yolo.title': '跳过审批和沙箱',
'newSession.yolo.desc': '启动时使用危险的代理标志。',