mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
1e1d312cab
The AI Bridge setup docs showed `CODER_AIBRIDGE_ENABLED=true coder server` as a single line, which can confuse users into thinking the env var is a one-time prefix rather than a persistent setting. Split this into `export CODER_AIBRIDGE_ENABLED=true` on its own line followed by `coder server`, which is clearer and consistent with how the Bedrock credentials section already handles env vars in the same file. Created on behalf of @dannykopping Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>