Skip to content

Commit 6096a40

Browse files
authored
chore(goose): update module version to 1.1.0 (#439)
This was missed in #424
1 parent 3dc2c9f commit 6096a40

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

goose/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Run the [Goose](https://block.github.io/goose/) agent in your workspace to gener
1414
```tf
1515
module "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" {
9090
module "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
149149
module "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

0 commit comments

Comments
 (0)