mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-08 07:17:39 +00:00
feat: add codex reasoning effort option (#297)
This commit is contained in:
@@ -8,6 +8,7 @@ type SpawnInput = {
|
||||
directory: string
|
||||
agent?: 'claude' | 'codex' | 'cursor' | 'gemini' | 'opencode'
|
||||
model?: string
|
||||
modelReasoningEffort?: string
|
||||
yolo?: boolean
|
||||
sessionType?: 'simple' | 'worktree'
|
||||
worktreeName?: string
|
||||
@@ -30,6 +31,7 @@ export function useSpawnSession(api: ApiClient | null): {
|
||||
input.directory,
|
||||
input.agent,
|
||||
input.model,
|
||||
input.modelReasoningEffort,
|
||||
input.yolo,
|
||||
input.sessionType,
|
||||
input.worktreeName
|
||||
|
||||
Reference in New Issue
Block a user