Skip to content

Commit d161d96

Browse files
chore: update default AgentAPI version to v0.9.0 in Copilot CLI module
1 parent a4c7b54 commit d161d96

File tree

1 file changed

+1
-1
lines changed
  • registry/coder-labs/modules/copilot-cli

1 file changed

+1
-1
lines changed

registry/coder-labs/modules/copilot-cli/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ variable "install_agentapi" {
118118
variable "agentapi_version" {
119119
type = string
120120
description = "The version of AgentAPI to install."
121-
default = "v0.8.0"
121+
default = "v0.9.0"
122122
}
123123

124124
variable "report_tasks" {

0 commit comments

Comments
 (0)