File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ variable "anthropic_api_key" {
55
55
module "coder-login" {
56
56
count = data.coder_workspace.me.start_count
57
57
source = "registry.coder.com/modules/coder-login/coder"
58
- version = "1.0.31 "
58
+ version = "1.0.15 "
59
59
agent_id = coder_agent.example.id
60
60
}
61
61
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Your workspace must have `screen` installed to use this.
48
48
module "coder-login" {
49
49
count = data.coder_workspace.me.start_count
50
50
source = "registry.coder.com/modules/coder-login/coder"
51
- version = "1.0.31 "
51
+ version = "1.0.15 "
52
52
agent_id = coder_agent.example.id
53
53
}
54
54
@@ -99,6 +99,9 @@ module "goose" {
99
99
# Enable experimental features
100
100
experiment_report_tasks = true
101
101
102
+ # Run Goose in the background
103
+ experiment_use_screen = true
104
+
102
105
# Avoid configuring Goose manually
103
106
experiment_auto_configure = true
104
107
You can’t perform that action at this time.
0 commit comments