From a443767ef3f69fa3b81f9c421ec8db0a6991d709 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Wed, 4 Feb 2026 11:43:32 +0000 Subject: [PATCH] chore(codex): apply bun fmt to README --- registry/coder-labs/modules/codex/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/coder-labs/modules/codex/README.md b/registry/coder-labs/modules/codex/README.md index 015ac7e3..961f0802 100644 --- a/registry/coder-labs/modules/codex/README.md +++ b/registry/coder-labs/modules/codex/README.md @@ -50,7 +50,7 @@ module "codex" { version = "4.2.0" agent_id = coder_agent.example.id enable_aibridge = true - enable_tasks = false # Standalone mode - just CLI, no Tasks UI + enable_tasks = false # Standalone mode - just CLI, no Tasks UI # workdir not required in standalone mode! } ```