From fa5fb31454742c5a2fecbf4f322fa4b2f161b4e4 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Wed, 4 Feb 2026 07:20:22 +0000 Subject: [PATCH] chore(codex): add TODO for removing deprecated install_agentapi in 5.0.0 --- registry/coder-labs/modules/codex/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/registry/coder-labs/modules/codex/main.tf b/registry/coder-labs/modules/codex/main.tf index 9c540bf4..c92b676c 100644 --- a/registry/coder-labs/modules/codex/main.tf +++ b/registry/coder-labs/modules/codex/main.tf @@ -134,6 +134,7 @@ variable "openai_api_key" { default = "" } +# TODO: Remove install_agentapi in next major version (5.0.0) variable "install_agentapi" { type = bool description = "DEPRECATED: Use enable_tasks instead. Whether to install AgentAPI."