feat!: default CODER_AI_GATEWAY_ENABLED to true (#25575)

`CODER_AI_GATEWAY_ENABLED` / `CODER_AIBRIDGE_ENABLED` is now being defaulted to `true` now that it will be used by Coder Agents.

If you previously had this value disabled explicitly, that value will persist.
This commit is contained in:
Danny Kopping
2026-05-22 08:57:36 +02:00
committed by GitHub
parent 9341efec9f
commit c50b0e84b9
7 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -1730,7 +1730,7 @@ Force chat debug logging on for every chat, bypassing the runtime admin and user
| Type | <code>bool</code> |
| Environment | <code>$CODER_AI_GATEWAY_ENABLED</code> |
| YAML | <code>ai_gateway.enabled</code> |
| Default | <code>false</code> |
| Default | <code>true</code> |
Whether to start an in-memory AI Gateway instance.