Skip to content

Commit 57e7fcd

Browse files
chore: update default AgentAPI version to latest in Codex module
1 parent cac6483 commit 57e7fcd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ module "codex" {
1616
version = "1.0.0"
1717
agent_id = coder_agent.example.id
1818
openai_api_key = var.openai_api_key
19-
agentapi_version = "v0.3.3"
2019
folder = "/home/coder/project"
2120
}
2221
```

registry/coder-labs/modules/codex/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ variable "install_agentapi" {
100100
variable "agentapi_version" {
101101
type = string
102102
description = "The version of AgentAPI to install."
103-
default = "v0.4.0"
103+
default = "latest"
104104
}
105105

106106
variable "codex_model" {

0 commit comments

Comments
 (0)