Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d60c25a

Browse files
committed
fix module ver
1 parent 2af4119 commit d60c25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ai-coder/claude-integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The easiest way to get started with Claude in Coder is to add the
3535
```hcl
3636
module "claude-code" {
3737
source = "registry.coder.com/modules/claude-code/coder"
38-
version = "1.0.0"
38+
version = "1.2.1"
3939
4040
agent = var.agent # This connects the module to your agent
4141
experiment_use_screen = true # Enable reporting to Coder dashboard

0 commit comments

Comments
 (0)