From 52603754cd9bfd8874f50edac50d212d6dee2068 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Wed, 4 Feb 2026 07:19:19 +0000 Subject: [PATCH] docs(codex): simplify AI Bridge section in README --- registry/coder-labs/modules/codex/README.md | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/registry/coder-labs/modules/codex/README.md b/registry/coder-labs/modules/codex/README.md index 7181f41e..015ac7e3 100644 --- a/registry/coder-labs/modules/codex/README.md +++ b/registry/coder-labs/modules/codex/README.md @@ -44,12 +44,6 @@ module "codex" { [AI Bridge](https://coder.com/docs/ai-coder/ai-bridge) is a Premium Coder feature that provides centralized LLM proxy management. To use AI Bridge, set `enable_aibridge = true`. Requires Coder version 2.30+ -For tasks integration with AI Bridge, add `enable_aibridge = true` to the [Usage with Tasks](#usage-with-tasks) example below. - -#### Standalone usage with AI Bridge - -For simple Codex CLI usage without Tasks UI, set `enable_tasks = false`. This is ideal when you just want Codex installed with AI Bridge configuration for manual use. - ```tf module "codex" { source = "registry.coder.com/coder-labs/codex/coder" @@ -61,19 +55,7 @@ module "codex" { } ``` -Users can then run `codex` from any directory and it will automatically use the AI Bridge profile. - -#### Tasks usage with AI Bridge - -```tf -module "codex" { - source = "registry.coder.com/coder-labs/codex/coder" - version = "4.2.0" - agent_id = coder_agent.example.id - workdir = "/home/coder/project" - enable_aibridge = true -} -``` +Users can run `codex` from any directory and it will automatically use the AI Bridge profile. For Tasks integration, add `enable_aibridge = true` to the [Usage with Tasks](#usage-with-tasks) example below. When `enable_aibridge = true`, the module: