diff options
| -rw-r--r-- | packages/opencode/src/cli/cmd/tui/thread.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/opencode/src/cli/cmd/tui/thread.ts b/packages/opencode/src/cli/cmd/tui/thread.ts index 263008153..5b6f5e83b 100644 --- a/packages/opencode/src/cli/cmd/tui/thread.ts +++ b/packages/opencode/src/cli/cmd/tui/thread.ts @@ -97,6 +97,7 @@ export const TuiThreadCommand = cmd({ continue: args.continue, sessionID: args.session, agent: args.agent, + model: args.model, prompt, }, onExit: async () => { |
