From 8a642c354d01373a47d2007a3bb88455dc29e1cf Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Tue, 8 Apr 2025 17:09:31 +0000 Subject: [PATCH] chore: fix some typos --- claude-code/README.md | 2 +- goose/README.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/claude-code/README.md b/claude-code/README.md index c599f658..d851d7cf 100644 --- a/claude-code/README.md +++ b/claude-code/README.md @@ -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 } diff --git a/goose/README.md b/goose/README.md index 59a8560c..97221e78 100644 --- a/goose/README.md +++ b/goose/README.md @@ -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 } @@ -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