File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
coder-labs/modules/gemini Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Run [Gemini CLI](https://ai.google.dev/gemini-api/docs/cli) in your workspace to
13
13
``` tf
14
14
module "gemini" {
15
15
source = "registry.coder.com/coder-labs/gemini/coder"
16
- version = "1.0.0 "
16
+ version = "1.0.1 "
17
17
agent_id = coder_agent.example.id
18
18
gemini_api_key = var.gemini_api_key
19
19
gemini_model = "gemini-2.5-pro"
@@ -42,7 +42,7 @@ variable "gemini_api_key" {
42
42
module "gemini" {
43
43
count = data.coder_workspace.me.start_count
44
44
source = "registry.coder.com/coder-labs/gemini/coder"
45
- version = "1.0.0 "
45
+ version = "1.0.1 "
46
46
agent_id = coder_agent.example.id
47
47
gemini_api_key = var.gemini_api_key # we recommend providing this parameter inorder to have a smoother experience (i.e. no google sign-in)
48
48
gemini_model = "gemini-2.5-flash"
Original file line number Diff line number Diff line change 166
166
167
167
module "agentapi" {
168
168
source = " registry.coder.com/coder/agentapi/coder"
169
- version = " 1.0.0 "
169
+ version = " 1.1.1 "
170
170
171
171
agent_id = var. agent_id
172
172
web_app_slug = local. app_slug
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Run the [Goose](https://block.github.io/goose/) agent in your workspace to gener
13
13
``` tf
14
14
module "goose" {
15
15
source = "registry.coder.com/coder/goose/coder"
16
- version = "2.1.0 "
16
+ version = "2.1.1 "
17
17
agent_id = coder_agent.example.id
18
18
folder = "/home/coder"
19
19
install_goose = true
@@ -79,7 +79,7 @@ resource "coder_agent" "main" {
79
79
module "goose" {
80
80
count = data.coder_workspace.me.start_count
81
81
source = "registry.coder.com/coder/goose/coder"
82
- version = "2.1.0 "
82
+ version = "2.1.1 "
83
83
agent_id = coder_agent.example.id
84
84
folder = "/home/coder"
85
85
install_goose = true
Original file line number Diff line number Diff line change 139
139
140
140
module "agentapi" {
141
141
source = " registry.coder.com/coder/agentapi/coder"
142
- version = " 1.1.0 "
142
+ version = " 1.1.1 "
143
143
144
144
agent_id = var. agent_id
145
145
web_app_slug = local. app_slug
You can’t perform that action at this time.
0 commit comments