Skip to content

fix(ui): model picker on Run Agent form (#1451) - #1485

Draft
shaileshpadave wants to merge 3 commits into
mainfrom
fix/ui-1451-model-picker-run-agent
Draft

fix(ui): model picker on Run Agent form (#1451)#1485
shaileshpadave wants to merge 3 commits into
mainfrom
fix/ui-1451-model-picker-run-agent

Conversation

@shaileshpadave

Copy link
Copy Markdown
Contributor

Fixes #1451

The Model override field was a plain text box with no hint of what to type. Now it fetches the AI model integrations configured on the cluster and offers them as autocomplete suggestions in provider/model format (e.g. openai/gpt-4o).

Free text entry still works for models not in the list. If no AI integrations are configured, it degrades gracefully to an empty autocomplete (same UX as before).

shaileshpadave and others added 3 commits August 5, 2026 22:26
Fetches AI model integrations configured on the cluster and shows them
as autocomplete suggestions in the Model override field. Free-text entry
is still allowed for models not in the list. Falls back gracefully to a
plain text input when no integrations are configured.
Prevents a 401 error page redirect on OSS where the integrations
endpoint does not exist. Model picker gracefully shows no options
when INTEGRATIONS is disabled.
@shaileshpadave
shaileshpadave marked this pull request as draft August 6, 2026 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UI: Model override on Run Agent is free-text with no way to pick an available model

2 participants