OpenHands/agent-canvas

LLM config accepts invalid data.

Closed

#911 opened on May 28, 2026

 (1 comment) (0 reactions) (0 assignees)TypeScript (26 forks)github user discovery
bugenhancementgood first issue

Repository metrics

Stars
 (43 stars)
PR merge metrics
 (Avg merge 2d 10h) (106 merged PRs in 30d)

Description

When configuring your LLM, you can specify invalid data (URL/API key). This gets saved and errors don't show up until you try to use the LLM.

We should add code to verify the LLM configuration when "Save" is clicked and not allow the user to proceed.

Contributor guide