mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-06 06:41:56 +00:00
feat: add codex reasoning effort option (#297)
This commit is contained in:
@@ -6,6 +6,7 @@ export interface SpawnSessionOptions {
|
||||
approvedNewDirectoryCreation?: boolean
|
||||
agent?: 'claude' | 'codex' | 'cursor' | 'gemini' | 'opencode'
|
||||
model?: string
|
||||
modelReasoningEffort?: string
|
||||
yolo?: boolean
|
||||
token?: string
|
||||
sessionType?: 'simple' | 'worktree'
|
||||
|
||||
Reference in New Issue
Block a user