Skip to content

Commit df98cf4

Browse files
authored
chore: fix some typos (#423)
1 parent b4569c2 commit df98cf4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

claude-code/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ variable "anthropic_api_key" {
5555
module "coder-login" {
5656
count = data.coder_workspace.me.start_count
5757
source = "registry.coder.com/modules/coder-login/coder"
58-
version = "1.0.31"
58+
version = "1.0.15"
5959
agent_id = coder_agent.example.id
6060
}
6161

goose/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Your workspace must have `screen` installed to use this.
4848
module "coder-login" {
4949
count = data.coder_workspace.me.start_count
5050
source = "registry.coder.com/modules/coder-login/coder"
51-
version = "1.0.31"
51+
version = "1.0.15"
5252
agent_id = coder_agent.example.id
5353
}
5454
@@ -99,6 +99,9 @@ module "goose" {
9999
# Enable experimental features
100100
experiment_report_tasks = true
101101
102+
# Run Goose in the background
103+
experiment_use_screen = true
104+
102105
# Avoid configuring Goose manually
103106
experiment_auto_configure = true
104107

0 commit comments

Comments
 (0)