Skip to content

Commit 48cb3e5

Browse files
authored
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.
1 parent 0950466 commit 48cb3e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

registry/coder/modules/claude-code/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Run the [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude
1414
```tf
1515
module "claude-code" {
1616
source = "registry.coder.com/coder/claude-code/coder"
17-
version = "2.0.1"
17+
version = "2.0.2"
1818
agent_id = coder_agent.example.id
1919
folder = "/home/coder"
2020
install_claude_code = true
@@ -85,7 +85,7 @@ resource "coder_agent" "main" {
8585
module "claude-code" {
8686
count = data.coder_workspace.me.start_count
8787
source = "registry.coder.com/coder/claude-code/coder"
88-
version = "2.0.1"
88+
version = "2.0.2"
8989
agent_id = coder_agent.example.id
9090
folder = "/home/coder"
9191
install_claude_code = true
@@ -103,7 +103,7 @@ Run Claude Code as a standalone app in your workspace. This will install Claude
103103
```tf
104104
module "claude-code" {
105105
source = "registry.coder.com/coder/claude-code/coder"
106-
version = "2.0.1"
106+
version = "2.0.2"
107107
agent_id = coder_agent.example.id
108108
folder = "/home/coder"
109109
install_claude_code = true

0 commit comments

Comments
 (0)