Compare commits

...

2 Commits

Author SHA1 Message Date
Hugo Dutka 48cb3e58b0 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.
2025-07-07 14:50:36 +02:00
Ben Potter 0950466310 chore: move tasks template icon to global icons dir (#188) 2025-07-07 12:37:34 +00:00
3 changed files with 4 additions and 4 deletions

Before

Width:  |  Height:  |  Size: 452 B

After

Width:  |  Height:  |  Size: 452 B

@@ -1,7 +1,7 @@
---
display_name: Tasks on Docker
description: Run Coder Tasks on Docker with an example application
icon: ./.images/tasks.svg
icon: ../../../../.icons/tasks.svg
maintainer_github: coder
verified: false
tags: [docker, container, ai, tasks]
+3 -3
View File
@@ -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