Skip to content

Commit 6a2f9f3

Browse files
committed
feat: update agentapi_version to 0.10.0
1 parent 056937a commit 6a2f9f3

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ variable "install_agentapi" {
6666
variable "agentapi_version" {
6767
type = string
6868
description = "The version of AgentAPI to install."
69-
default = "v0.6.0"
69+
default = "v0.10.0"
7070
validation {
7171
condition = can(regex("^v[0-9]+\\.[0-9]+\\.[0-9]+", var.agentapi_version))
7272
error_message = "agentapi_version must be a valid semantic version starting with 'v', like 'v0.3.3'."

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ variable "install_agentapi" {
8080
variable "agentapi_version" {
8181
type = string
8282
description = "The version of AgentAPI to install."
83-
default = "v0.5.0"
83+
default = "v0.10.0"
8484
}
8585

8686
variable "codex_model" {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ variable "install_agentapi" {
5656
variable "agentapi_version" {
5757
type = string
5858
description = "The version of AgentAPI to install."
59-
default = "v0.5.0"
59+
default = "v0.10.0"
6060
}
6161

6262
variable "force" {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ variable "install_agentapi" {
8181
variable "agentapi_version" {
8282
type = string
8383
description = "The version of AgentAPI to install."
84-
default = "v0.2.3"
84+
default = "v0.10.0"
8585
}
8686

8787
variable "gemini_model" {

registry/coder-labs/modules/sourcegraph-amp/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ variable "install_agentapi" {
6969
variable "agentapi_version" {
7070
type = string
7171
description = "The version of AgentAPI to install."
72-
default = "v0.3.0"
72+
default = "v0.10.0"
7373
}
7474

7575
variable "pre_install_script" {

registry/coder/modules/agentapi/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ variable "install_agentapi" {
117117
variable "agentapi_version" {
118118
type = string
119119
description = "The version of AgentAPI to install."
120-
default = "v0.3.3"
120+
default = "v0.10.0"
121121
}
122122

123123
variable "agentapi_port" {

registry/coder/modules/amazon-q/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ module "amazon-q" {
347347
348348
# AgentAPI configuration for environments without wildcard access url. https://coder.com/docs/admin/setup#wildcard-access-url
349349
agentapi_chat_based_path = true
350-
agentapi_version = "v0.6.1"
350+
agentapi_version = "v0.10.0"
351351
}
352352
```
353353

registry/coder/modules/amazon-q/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ variable "post_install_script" {
8888
variable "agentapi_version" {
8989
type = string
9090
description = "The version of AgentAPI to install."
91-
default = "v0.6.1"
91+
default = "v0.10.0"
9292
}
9393

9494
variable "workdir" {

registry/coder/modules/claude-code/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ module "claude-code" {
5858
claude_code_oauth_token = "xxxxx-xxxx-xxxx"
5959
6060
claude_code_version = "1.0.82" # Pin to a specific version
61-
agentapi_version = "v0.6.1"
61+
agentapi_version = "v0.10.0"
6262
6363
ai_prompt = data.coder_parameter.ai_prompt.value
6464
model = "sonnet"

registry/coder/modules/claude-code/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ variable "install_agentapi" {
8686
variable "agentapi_version" {
8787
type = string
8888
description = "The version of AgentAPI to install."
89-
default = "v0.7.1"
89+
default = "v0.10.0"
9090
}
9191

9292
variable "ai_prompt" {

0 commit comments

Comments
 (0)