fix: --model flag being ignored in TUI mode (#4147)

pull/3797/head
lenstr 2025-11-10 05:21:52 +03:00 committed by GitHub
parent 4e549b1c05
commit bdaa0e8b8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ export const TuiThreadCommand = cmd({
continue: args.continue,
sessionID: args.session,
agent: args.agent,
model: args.model,
prompt,
},
onExit: async () => {