Skip to content

Commit 4ea87a6

Browse files
chore: use light openai logo (#341)
Co-authored-by: DevelopmentCats <[email protected]>
1 parent f5a5716 commit 4ea87a6

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

.icons/openai.svg

Lines changed: 15 additions & 2 deletions
Loading

registry/coder-labs/modules/codex/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Run Codex CLI in your workspace to access OpenAI's models through the Codex inte
1313
```tf
1414
module "codex" {
1515
source = "registry.coder.com/coder-labs/codex/coder"
16-
version = "1.0.0"
16+
version = "1.0.1"
1717
agent_id = coder_agent.example.id
1818
openai_api_key = var.openai_api_key
1919
folder = "/home/coder/project"
@@ -33,7 +33,7 @@ module "codex" {
3333
module "codex" {
3434
count = data.coder_workspace.me.start_count
3535
source = "registry.coder.com/coder-labs/codex/coder"
36-
version = "1.0.0"
36+
version = "1.0.1"
3737
agent_id = coder_agent.example.id
3838
openai_api_key = "..."
3939
codex_model = "o4-mini"

0 commit comments

Comments
 (0)