File tree 1 file changed +6
-6
lines changed
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
14
14
``` tf
15
15
module "goose" {
16
16
source = "registry.coder.com/modules/goose/coder"
17
- version = "1.0.31 "
17
+ version = "1.1.0 "
18
18
agent_id = coder_agent.example.id
19
19
folder = "/home/coder"
20
20
install_goose = true
@@ -72,11 +72,11 @@ resource "coder_agent" "main" {
72
72
env = {
73
73
GOOSE_SYSTEM_PROMPT = <<-EOT
74
74
You are a helpful assistant that can help write code.
75
-
75
+
76
76
Run all long running tasks (e.g. npm run dev) in the background and not in the foreground.
77
-
77
+
78
78
Periodically check in on background tasks.
79
-
79
+
80
80
Notify Coder of the status of the task before and after your steps.
81
81
EOT
82
82
GOOSE_TASK_PROMPT = data.coder_parameter.ai_prompt.value
@@ -90,7 +90,7 @@ resource "coder_agent" "main" {
90
90
module "goose" {
91
91
count = data.coder_workspace.me.start_count
92
92
source = "registry.coder.com/modules/goose/coder"
93
- version = "1.0.31 "
93
+ version = "1.1.0 "
94
94
agent_id = coder_agent.example.id
95
95
folder = "/home/coder"
96
96
install_goose = true
@@ -148,7 +148,7 @@ Run Goose as a standalone app in your workspace. This will install Goose and run
148
148
``` tf
149
149
module "goose" {
150
150
source = "registry.coder.com/modules/goose/coder"
151
- version = "1.0.31 "
151
+ version = "1.1.0 "
152
152
agent_id = coder_agent.example.id
153
153
folder = "/home/coder"
154
154
install_goose = true
You can’t perform that action at this time.
0 commit comments