From 48cb3e58b06ca473d35d63ba58bad7548a28392c Mon Sep 17 00:00:00 2001 From: Hugo Dutka Date: Mon, 7 Jul 2025 14:50:36 +0200 Subject: [PATCH] chore: bump claude-code to v2.0.2 (#190) A `tasks` tag was added to the claude-code module in https://github.com/coder/registry/pull/182/files#diff-3f433388cb775dcc77c38911e23acbd2eb64e26e26c25d46b045724dfe5136bbL7, so I'm bumping the version in order to publish the module in the registry. --- registry/coder/modules/claude-code/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/registry/coder/modules/claude-code/README.md b/registry/coder/modules/claude-code/README.md index c5b08914..5c4319ba 100644 --- a/registry/coder/modules/claude-code/README.md +++ b/registry/coder/modules/claude-code/README.md @@ -14,7 +14,7 @@ Run the [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude ```tf module "claude-code" { source = "registry.coder.com/coder/claude-code/coder" - version = "2.0.1" + version = "2.0.2" agent_id = coder_agent.example.id folder = "/home/coder" install_claude_code = true @@ -85,7 +85,7 @@ resource "coder_agent" "main" { module "claude-code" { count = data.coder_workspace.me.start_count source = "registry.coder.com/coder/claude-code/coder" - version = "2.0.1" + version = "2.0.2" agent_id = coder_agent.example.id folder = "/home/coder" install_claude_code = true @@ -103,7 +103,7 @@ Run Claude Code as a standalone app in your workspace. This will install Claude ```tf module "claude-code" { source = "registry.coder.com/coder/claude-code/coder" - version = "2.0.1" + version = "2.0.2" agent_id = coder_agent.example.id folder = "/home/coder" install_claude_code = true