openclaw - 💡(How to fix) Fix [Feature]: Ensure dropdown during model selection (in openclaw onboard) [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#74368Fetched 2026-04-30 06:24:52
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
2
Timeline (top)
closed ×1commented ×1labeled ×1mentioned ×1

Right now the CLI asks the user to enter the model manually, this requires the user to search the model key name only and enter it, which is too much friction for a non-technical user

Root Cause

Right now the CLI asks the user to enter the model manually, this requires the user to search the model key name only and enter it, which is too much friction for a non-technical user

Code Example

Default model
Enter model manually
# ask here
Default model
│  google/gemini-3-flash-preview
RAW_BUFFERClick to expand / collapse

Summary

Right now the CLI asks the user to enter the model manually, this requires the user to search the model key name only and enter it, which is too much friction for a non-technical user

Problem to solve

General input box for model name is confusing and hard to fill for non tech users

Proposed solution

Ask for dropdown in the prompt

Default model
│  Enter model manually
# ask here
◆  Default model
│  google/gemini-3-flash-preview

Alternatives considered

No response

Impact

  • Easier onboarding

Evidence/examples

No response

Additional information

No response

extent analysis

TL;DR

Implement a dropdown menu for model selection to reduce user friction.

Guidance

  • Replace the general input box for model name with a dropdown menu containing available model options.
  • Pre-populate the dropdown with known models, such as "google/gemini-3-flash-preview", to simplify the selection process.
  • Consider adding a default model option to further streamline the user experience.
  • Evaluate the feasibility of dynamically populating the dropdown menu with available models to ensure it remains up-to-date.

Example

// Example dropdown menu
Default model
│  Enter model manually
│  ◆  google/gemini-3-flash-preview
│  ◆  other-model-name

Notes

The proposed solution assumes that the list of available models is manageable and can be easily integrated into a dropdown menu. If the number of models is excessively large, alternative solutions may be necessary.

Recommendation

Apply workaround: Implement a dropdown menu for model selection to improve user experience and reduce friction. This approach is likely to simplify the onboarding process for non-technical users.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix [Feature]: Ensure dropdown during model selection (in openclaw onboard) [1 comments, 2 participants]