Files
coder/coderd
Danny Kopping 2716632a51 feat: warn instead of fail on deprecated AI provider env drift
Deprecated CODER_AIBRIDGE_* env configuration that drifts from the
existing ai_providers DB row no longer fails startup.
SeedAIProvidersFromEnv now leaves the stored row untouched, logs a
warning, and returns an "ineffective" flag. The flag is stored on the
API via an atomic so the appearance layer can later surface a banner to
admins. Other missing providers in the same config are still inserted.
2026-06-01 09:22:22 +00:00
..