Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

chore: fix some typos #423

Merged
merged 1 commit into from
Apr 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion claude-code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ variable "anthropic_api_key" {
module "coder-login" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/modules/coder-login/coder"
version = "1.0.31"
version = "1.0.15"
agent_id = coder_agent.example.id
}
Expand Down
5 changes: 4 additions & 1 deletion goose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Your workspace must have `screen` installed to use this.
module "coder-login" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/modules/coder-login/coder"
version = "1.0.31"
version = "1.0.15"
agent_id = coder_agent.example.id
}

Expand Down Expand Up @@ -99,6 +99,9 @@ module "goose" {
# Enable experimental features
experiment_report_tasks = true

# Run Goose in the background
experiment_use_screen = true

# Avoid configuring Goose manually
experiment_auto_configure = true

Expand Down