From 4ea87a6e019739db7a6da24958969cf83b9968d3 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Tue, 19 Aug 2025 19:24:45 +0500 Subject: [PATCH] chore: use light openai logo (#341) Co-authored-by: DevelopmentCats --- .icons/openai.svg | 17 +++++++++++++++-- registry/coder-labs/modules/codex/README.md | 4 ++-- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.icons/openai.svg b/.icons/openai.svg index 3b4eff96..ba36fc2a 100644 --- a/.icons/openai.svg +++ b/.icons/openai.svg @@ -1,2 +1,15 @@ - -OpenAI icon \ No newline at end of file + + + + + + + + + + + + + + + diff --git a/registry/coder-labs/modules/codex/README.md b/registry/coder-labs/modules/codex/README.md index b3f0a65d..a0cafe26 100644 --- a/registry/coder-labs/modules/codex/README.md +++ b/registry/coder-labs/modules/codex/README.md @@ -13,7 +13,7 @@ Run Codex CLI in your workspace to access OpenAI's models through the Codex inte ```tf module "codex" { source = "registry.coder.com/coder-labs/codex/coder" - version = "1.0.0" + version = "1.0.1" agent_id = coder_agent.example.id openai_api_key = var.openai_api_key folder = "/home/coder/project" @@ -33,7 +33,7 @@ module "codex" { module "codex" { count = data.coder_workspace.me.start_count source = "registry.coder.com/coder-labs/codex/coder" - version = "1.0.0" + version = "1.0.1" agent_id = coder_agent.example.id openai_api_key = "..." codex_model = "o4-mini"