mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-30 17:14:40 +08:00
1cc75733f4
Looking up by provider+model id instead of relying on array index makes the default robust to reordering of the AUTOCOMPLETE_MODELS list, and fails loudly at module load if the referenced entry is ever removed. Adds a test asserting the default resolves to a real entry.