mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
Updates hand-written documentation to use "AI Gateway" instead of "AI Bridge" as a follow-up to the UI rename in https://github.com/coder/coder/pull/26161#issuecomment-4660014072. Changed files: - `docs/ai-coder/ai-gateway/clients/codex.md` — display name and config key (`aibridge` to `ai_gateway`) in TOML config examples - `docs/ai-coder/ai-gateway/clients/factory.md` — display names in JSON config examples and prose - `docs/ai-coder/ai-gateway/monitoring.md` — structured logging description - `docs/ai-coder/ai-gateway/ai-gateway-proxy/setup.md` — CA cert example filenames (`coder-aibridge-proxy-ca.pem` to `coder-ai-gateway-proxy-ca.pem`) - `docs/ai-coder/ai-gateway/clients/copilot.md` — CA cert example filenames - `docs/ai-coder/ai-gateway/clients/index.md` — CA cert example filename Generated reference docs (`docs/reference/cli/`, `docs/reference/api/`) and `docs/manifest.json` are generated from Go code and will update automatically via `make gen` in the context of AIGOV-230 (API swagger tags) and AIGOV-231 (CLI help). Refs https://linear.app/codercom/issue/AIGOV-233 > Generated by Coder Agents on behalf of @ssncferreira