feat!: default CODER_AI_GATEWAY_ENABLED to true#25575
Merged
Merged
Conversation
Docs preview📖 View docs preview for |
This was referenced May 21, 2026
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced May 21, 2026
CODER_AI_GATEWAY_ENABLED to true
CODER_AI_GATEWAY_ENABLED to trueCODER_AI_GATEWAY_ENABLED to true
dc4e5d1 to
1183a22
Compare
johnstcn
approved these changes
May 21, 2026
b3f39e5 to
dbd70f6
Compare
1183a22 to
0982edf
Compare
Contributor
Author
Merge activity
|
Now that the aibridged daemon has moved to AGPL and chatd routes its LLM traffic through the in-process roundtripper, the bridge is on the hot path for every chat. Defaulting the flag to false made every deployment hit upstream providers directly, bypassing recording, BYOK rules, and per-user pooling. Flips the default to true for both CODER_AIBRIDGE_ENABLED (deprecated) and CODER_AI_GATEWAY_ENABLED (current). Operators that want to keep the previous behaviour can set the flag to false explicitly. Regenerates the CLI golden files and docs that embed the default value. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0982edf to
44c7719
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

CODER_AI_GATEWAY_ENABLED/CODER_AIBRIDGE_ENABLEDis now being defaulted totruenow that it will be used by Coder Agents.If you previously had this value disabled explicitly, that value will persist.