mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix: --model flag being ignored in TUI mode (#4147)
This commit is contained in:
parent
4e549b1c05
commit
bdaa0e8b8c
1 changed files with 1 additions and 0 deletions
|
|
@ -97,6 +97,7 @@ export const TuiThreadCommand = cmd({
|
|||
continue: args.continue,
|
||||
sessionID: args.session,
|
||||
agent: args.agent,
|
||||
model: args.model,
|
||||
prompt,
|
||||
},
|
||||
onExit: async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue