diff --git a/.icons/openai.svg b/.icons/openai.svg index 3b4eff961..ba36fc2aa 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 b3f0a65df..a0cafe267 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"