mirror of
https://github.com/Routstr/routstrd.git
synced 2026-08-09 03:44:38 +00:00
After bootstrapProviders runs, newly discovered URLs (e.g. privateprovider.xyz) were only known to the ModelManager cache and never written into the store's baseUrlsList. This caused `providers list` and `models -m <id>` to show different sets of providers. Now the bootstrap step merges any new URLs into the store so both commands draw from the same source of truth. Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>