Files
shopify-ai-backup/chat/public
Developer a831f331cd Fix opencode models dropdown not loading on admin page
The populateOpencodeModelSelect() was called from loadConfigured() which
runs in parallel with loadAvailable() in init(). This caused a race condition
where the dropdown could be populated before state.available was set.

Fixed by moving the populateOpencodeModelSelect() call to after all loaders
complete in init(), ensuring state.available is populated first.
2026-02-18 20:25:39 +00:00
..
2026-02-12 19:35:55 +00:00