Skip to content

Commit 28edf08

Browse files
committed
feat: pin agentapi version
1 parent 0a0657c commit 28edf08

File tree

1 file changed

+1
-1
lines changed
  • registry/coder-labs/modules/codex

1 file changed

+1
-1
lines changed

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 = "latest"
103+
default = "v0.5.0"
104104
}
105105

106106
variable "codex_model" {

0 commit comments

Comments
 (0)