mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-09 22:31:08 +00:00
* 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>
418 B
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.
- Clicking the refresh button saves the API Key and calls /models endpoint using that.
- Gets the new models and updates the current model if it is invalid for the given API Key.
- The refresh button also flushes existing Unbound models and refetches them.