We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f186b3c commit 32fd860Copy full SHA for 32fd860
1 file changed
packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx
@@ -632,7 +632,7 @@ export function Prompt(props: PromptProps) {
632
633
// Capture mode before it gets reset
634
const currentMode = store.mode
635
- const variant = local.model.variant.selected()
+ const variant = local.model.variant.current()
636
637
if (store.mode === "shell") {
638
sdk.client.session.shell({
0 commit comments