Skip to content

Commit bdaa0e8

Browse files
authored
fix: --model flag being ignored in TUI mode (#4147)
1 parent 4e549b1 commit bdaa0e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/opencode/src/cli/cmd/tui/thread.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ export const TuiThreadCommand = cmd({
9797
continue: args.continue,
9898
sessionID: args.session,
9999
agent: args.agent,
100+
model: args.model,
100101
prompt,
101102
},
102103
onExit: async () => {

0 commit comments

Comments
 (0)