From 9578f81982acdc847fbdcdc338de63715b29c96d Mon Sep 17 00:00:00 2001 From: DevelopmentCats Date: Wed, 11 Mar 2026 16:41:23 -0500 Subject: [PATCH] chore: update Claude Code module version to 4.9.0 in README --- registry/coder/modules/claude-code/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/coder/modules/claude-code/README.md b/registry/coder/modules/claude-code/README.md index 76f656dc..01d00f1d 100644 --- a/registry/coder/modules/claude-code/README.md +++ b/registry/coder/modules/claude-code/README.md @@ -87,7 +87,7 @@ Use this when the config file is provisioned separately or managed outside the t ```tf module "claude-code" { source = "registry.coder.com/coder/claude-code/coder" - version = "4.8.0" + version = "4.9.0" agent_id = coder_agent.main.id workdir = "/home/coder/project" enable_boundary = true