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
1313``` tf
1414module "gemini" {
1515 source = "registry.coder.com/coder-labs/gemini/coder"
16- version = "1.0.0 "
16+ version = "1.0.1 "
1717 agent_id = coder_agent.example.id
1818 gemini_api_key = var.gemini_api_key
1919 gemini_model = "gemini-2.5-pro"
@@ -42,7 +42,7 @@ variable "gemini_api_key" {
4242module "gemini" {
4343 count = data.coder_workspace.me.start_count
4444 source = "registry.coder.com/coder-labs/gemini/coder"
45- version = "1.0.0 "
45+ version = "1.0.1 "
4646 agent_id = coder_agent.example.id
4747 gemini_api_key = var.gemini_api_key # we recommend providing this parameter inorder to have a smoother experience (i.e. no google sign-in)
4848 gemini_model = "gemini-2.5-flash"
Original file line number Diff line number Diff line change 166166
167167module "agentapi" {
168168 source = " registry.coder.com/coder/agentapi/coder"
169- version = " 1.0.0 "
169+ version = " 1.1.1 "
170170
171171 agent_id = var. agent_id
172172 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
1313``` tf
1414module "goose" {
1515 source = "registry.coder.com/coder/goose/coder"
16- version = "2.1.0 "
16+ version = "2.1.1 "
1717 agent_id = coder_agent.example.id
1818 folder = "/home/coder"
1919 install_goose = true
@@ -79,7 +79,7 @@ resource "coder_agent" "main" {
7979module "goose" {
8080 count = data.coder_workspace.me.start_count
8181 source = "registry.coder.com/coder/goose/coder"
82- version = "2.1.0 "
82+ version = "2.1.1 "
8383 agent_id = coder_agent.example.id
8484 folder = "/home/coder"
8585 install_goose = true
Original file line number Diff line number Diff line change 139139
140140module "agentapi" {
141141 source = " registry.coder.com/coder/agentapi/coder"
142- version = " 1.1.0 "
142+ version = " 1.1.1 "
143143
144144 agent_id = var. agent_id
145145 web_app_slug = local. app_slug
You can’t perform that action at this time.
0 commit comments