Space to select model does not work #9487

Closed
opened 2026-02-16 18:12:33 -05:00 by yindo · 2 comments
Owner

Originally created by @Rick-van-Dam on GitHub (Feb 16, 2026).

Originally assigned to: @rekram1-node on GitHub.

Description

Pressing space seems to search for a model named space instead of selecting a model. This makes it impossible to select a model.

PS H:\git> ollama launch opencode
Select models for OpenCode: Type to filter...

  Recommended
  ▸ [ ] glm-4.7-flash
      Reasoning and code generation locally, ~25GB, (not downloaded)
    [ ] qwen3:8b
      Efficient all-purpose assistant
    [ ] minimax-m2.5:cloud
      Fast, efficient coding and real-world productivity, (not downloaded)
    [ ] glm-5:cloud
      Reasoning and code generation, (not downloaded)
    [ ] kimi-k2.5:cloud
      Multimodal reasoning with subagents, (not downloaded)

  More
    [ ] qwen3-coder
    [ ] qwen3-coder-next
    [ ] qwen3-coder:30b

  Select at least one model.

↑/↓ navigate • space toggle • enter confirm • esc cancel

Plugins

No response

OpenCode version

No response

Steps to reproduce

No response

Screenshot and/or share link

No response

Operating System

Windows 11

Terminal

windows terminal

Originally created by @Rick-van-Dam on GitHub (Feb 16, 2026). Originally assigned to: @rekram1-node on GitHub. ### Description Pressing space seems to search for a model named space instead of selecting a model. This makes it impossible to select a model. ``` PS H:\git> ollama launch opencode Select models for OpenCode: Type to filter... Recommended ▸ [ ] glm-4.7-flash Reasoning and code generation locally, ~25GB, (not downloaded) [ ] qwen3:8b Efficient all-purpose assistant [ ] minimax-m2.5:cloud Fast, efficient coding and real-world productivity, (not downloaded) [ ] glm-5:cloud Reasoning and code generation, (not downloaded) [ ] kimi-k2.5:cloud Multimodal reasoning with subagents, (not downloaded) More [ ] qwen3-coder [ ] qwen3-coder-next [ ] qwen3-coder:30b Select at least one model. ↑/↓ navigate • space toggle • enter confirm • esc cancel ``` ### Plugins _No response_ ### OpenCode version _No response_ ### Steps to reproduce _No response_ ### Screenshot and/or share link _No response_ ### Operating System Windows 11 ### Terminal windows terminal
yindo added the opentuibug labels 2026-02-16 18:12:33 -05:00
yindo closed this issue 2026-02-16 18:12:33 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Feb 16, 2026):

This issue appears to be related to #11471, which requested implementing space-based toggling for multi-select questions.

The expected behavior (using space to toggle selections) seems to have been implemented but may not be working correctly in the model selection context. The space key is being treated as a search input rather than a toggle action.

Please verify if this is a regression from the implementation of #11471 or if the model selection dialog uses a different interaction pattern than the standard question tool.

@github-actions[bot] commented on GitHub (Feb 16, 2026): This issue appears to be related to #11471, which requested implementing space-based toggling for multi-select questions. The expected behavior (using space to toggle selections) seems to have been implemented but may not be working correctly in the model selection context. The space key is being treated as a search input rather than a toggle action. Please verify if this is a regression from the implementation of #11471 or if the model selection dialog uses a different interaction pattern than the standard question tool.
Author
Owner

@Rick-van-Dam commented on GitHub (Feb 16, 2026):

nvm its an ollama cli issue

@Rick-van-Dam commented on GitHub (Feb 16, 2026): nvm its an ollama cli issue
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9487