This repository was archived by the owner on May 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Run the [Goose](https://block.github.io/goose/) agent in your workspace to gener
1414``` tf
1515module "goose" {
1616 source = "registry.coder.com/modules/goose/coder"
17- version = "1.0.31 "
17+ version = "1.1.0 "
1818 agent_id = coder_agent.example.id
1919 folder = "/home/coder"
2020 install_goose = true
@@ -72,11 +72,11 @@ resource "coder_agent" "main" {
7272 env = {
7373 GOOSE_SYSTEM_PROMPT = <<-EOT
7474 You are a helpful assistant that can help write code.
75-
75+
7676 Run all long running tasks (e.g. npm run dev) in the background and not in the foreground.
77-
77+
7878 Periodically check in on background tasks.
79-
79+
8080 Notify Coder of the status of the task before and after your steps.
8181 EOT
8282 GOOSE_TASK_PROMPT = data.coder_parameter.ai_prompt.value
@@ -90,7 +90,7 @@ resource "coder_agent" "main" {
9090module "goose" {
9191 count = data.coder_workspace.me.start_count
9292 source = "registry.coder.com/modules/goose/coder"
93- version = "1.0.31 "
93+ version = "1.1.0 "
9494 agent_id = coder_agent.example.id
9595 folder = "/home/coder"
9696 install_goose = true
@@ -148,7 +148,7 @@ Run Goose as a standalone app in your workspace. This will install Goose and run
148148``` tf
149149module "goose" {
150150 source = "registry.coder.com/modules/goose/coder"
151- version = "1.0.31 "
151+ version = "1.1.0 "
152152 agent_id = coder_agent.example.id
153153 folder = "/home/coder"
154154 install_goose = true
You can’t perform that action at this time.
0 commit comments