Roo-Code/.changeset/seven-kids-return.md
pugazhendhi-m d851586042
Adds refresh models button for Unbound provider (#3663)
* Adds refresh models button for Unbound provider

* Adds changeset

* Optimizes code to prevent memory leak, add error messages

* Adds unbound messages to all supported languages

---------

Co-authored-by: Pugazhendhi <pugazhendhi@unboundsecurity.ai>
2025-05-17 18:09:39 -07:00

418 B

roo-cline
minor

Adds refresh models button for Unbound provider Adds a button above model picker to refresh models based on the current API Key.

  1. Clicking the refresh button saves the API Key and calls /models endpoint using that.
  2. Gets the new models and updates the current model if it is invalid for the given API Key.
  3. The refresh button also flushes existing Unbound models and refetches them.